/* new props (redesign) */
.accordion {
  margin-bottom: 95px;
}
@media (max-width: 1023px) {
  .accordion {
    margin-bottom: 107px;
  }
}
@media (max-width: 767px) {
  .accordion {
    margin-bottom: 73px;
  }
}
.accordion__item {
  position: relative;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 46px 0 12px;
  margin-top: -1px;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  color: #000000;
}
@media (max-width: 767px) {
  .accordion__item {
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.accordion__item:first-child {
  border-top: none;
}
.accordion__item-link {
  position: relative;
  padding-right: 65px;
}
@media (max-width: 767px) {
  .accordion__item-link {
    padding-right: 35px;
  }
}
.accordion__item-link:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/main/img/icons/arr.svg");
  background-size: 23px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.accordion__item-content {
  display: none;
  overflow: hidden;
  padding-top: 22px;
  padding-right: 85px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .accordion__item-content {
    padding-top: 36px;
    padding-right: 60px;
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .accordion__item-content {
    padding-top: 17px;
    padding-right: 35px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.accordion__item-content p {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .accordion__item-content p {
    margin-bottom: 20px;
  }
}
.accordion__item-content p:last-child {
  margin-bottom: 0;
}
.accordion__item-content a {
  text-decoration: none;
  font-weight: 600;
}
.accordion__item-content a:hover {
  color: #00AAFF;
}
.accordion__item-title {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .accordion__item-title {
    font-size: 18px;
  }
}
.accordion__item-arrows {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.accordion__item-arrows .arrow {
  display: block;
  vertical-align: top;
  font-size: 30px;
  color: black;
}
.accordion__item-arrows .arrow:hover {
  color: green;
}
.accordion__item.open .accordion__item-link:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* new props (redesign) */
.article-block-emphasized {
  margin: 33px 0;
  padding: 41px 40px;
  background: #F4F7F9;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .article-block-emphasized {
    padding: 16px;
  }
}
.article-block-emphasized h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.article-block-emphasized p, .article-block-emphasized ul, .article-block-emphasized ol {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.article-block-emphasized p {
  margin-top: 24px;
}
.article-block-emphasized h2 + p {
  margin-top: 23px;
}
.article-block-emphasized ul, .article-block-emphasized ol {
  margin-top: 16px;
}
.article-block-emphasized li {
  position: relative;
  margin-top: 8px;
}
.article-block-emphasized *:first-child {
  margin-top: 0;
}
.up.article-block-emphasized ul {
  margin-left: 10px;
}

.article-block-emphasized ul li {
  padding-left: 14px;
}
.article-block-emphasized ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5px;
  height: 3.5px;
  background: #000000;
  border-radius: 50%;
}
.article-block-emphasized ol {
  padding-left: 17px;
}
.article-block-emphasized ol li {
  padding-left: 3px;
}
.article-block-emphasized ol li::marker {
  position: absolute;
}
/* new props (redesign) */
.ask-question__btn {
  text-align: center;
}
.ask-question__btn .btn {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  font-weight: 500;
  background: #D83A36;
  max-width: 268px;
  width: 100%;
}
.ask-question__btn .btn:hover {
  background: #D83A36;
}
@media (max-width: 767px) {
  .ask-question__btn .btn {
    height: 48px;
    line-height: 48px;
  }
}
.ask-question__btn .btn:hover {
  background: rgb(204.76875, 43.80625, 39.73125);
}
/* new props (redesign) */
.auto-preview {
  margin-top: 40px;
}
.auto-preview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .auto-preview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.auto-preview__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 33.3333333333%;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .auto-preview__card {
    display: none;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .auto-preview__card {
    width: 100%;
  }
}
.auto-preview__card:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auto-preview__card:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auto-preview__card:hover .auto-preview__link,
.auto-preview__card:hover .auto-preview__title {
  color: #0D53BB;
}
.auto-preview__card:hover .bottom--link .bottom__arrow-container-line {
  background: #0D53BB;
}
.auto-preview__card:active .auto-preview__link,
.auto-preview__card:active .auto-preview__title {
  color: #0C1F58;
}
.auto-preview__card:active .bottom--link .bottom__arrow-container-line {
  background: #0C1F58;
}
.auto-preview__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 30px 10px;
}
.auto-preview__img {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 69%;
  margin-bottom: auto;
}
.auto-preview__img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.auto-preview__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #000000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.auto-preview__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-top: 23px;
}
@media (max-width: 1023px) {
  .auto-preview__price {
    margin-top: 14px;
  }
}
.auto-preview__price-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #868686;
  margin-top: 6px;
}
.auto-preview__link {
  color: #00AAFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.02em;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 1023px) {
  .auto-preview__link {
    margin-top: 5px;
  }
}
.auto-preview__link.bottom--link .bottom__arrow-container-line {
  color: #00AAFF;
}
.auto-preview__link a {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .auto-preview__more.bottom-more-line {
    margin-top: 38px;
  }
}
/* new props (redesign) */
/*
assemble media-query string from two lists of conditions
*/
/*
provide correct syntax for transform rule (scale only)
*/
/*
example for $data argument
each breakpoint has a pair of corresponding values
$breakpoints-data: (
  breakpoints: (365px + 20px, 767px, 1023px, 1199px, 1440px - 20px, 1440px + 20px, 1600px),
  values: ((190px, 190px), (400px, 190px), (261px, 194px), (230px, 243px), (266px, 266px), (266px, 266px), (300px, 300px))
);
*/
.banner-article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 208px;
  max-width: 860px;
  background: #000000;
  padding: 40px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (max-width: 768px) {
  .banner-article {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: unset;
    padding: 24px;
  }
}
.banner-article__info {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 280px;
}
@media (max-width: 245px) {
  .banner-article__info {
    margin-bottom: 128px;
  }
}
@media (min-width: 245px) and (max-width: 355px) {
  .banner-article__info {
    margin-bottom: calc(128px + (100vw - 245px) / 110 * 112);
  }
}
@media (min-width: 355px) and (max-width: 395px) {
  .banner-article__info {
    margin-bottom: 240px;
  }
}
@media (min-width: 395px) and (max-width: 500px) {
  .banner-article__info {
    margin-bottom: calc(240px + (100vw - 395px) / 105 * -40);
  }
}
@media (min-width: 500px) and (max-width: 660px) {
  .banner-article__info {
    margin-bottom: calc(200px + (100vw - 500px) / 160 * -60);
  }
}
@media (min-width: 660px) and (max-width: 767px) {
  .banner-article__info {
    margin-bottom: calc(140px + (100vw - 660px) / 107 * -107);
  }
}
@media (min-width: 767px) {
  .banner-article__info {
    margin-bottom: unset;
  }
}
.up .banner-article__info *:first-child {
  margin-top: 0;
}
.up .banner-article__info *:last-child {
  margin-bottom: 0;
}

.banner-article__info h3 {
  margin: 16px 0;
  padding-top: 1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .banner-article__info h3 {
    padding-top: 0;
  }
}
.banner-article__info p {
  margin: 8px 0;
}
.up .banner-article__info ul {
  margin: 8px 0;
}

.banner-article__info ul li {
  padding-left: 14px;
}
.banner-article__info ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}
.banner-article__info ol {
  margin: 8px 0 14px;
  padding-left: 17px;
}
.banner-article__info ol li {
  padding-left: 3px;
}
.banner-article__info ol li::marker {
  position: absolute;
}
.banner-article__info li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0;
  line-height: 1.375;
}
.banner-article__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.up .banner-article__image img {
  position: absolute;
  width: auto;
  border: none;
}
@media (max-width: 245px) {
  .up .banner-article__image img {
    height: 138px;
  }
}
@media (min-width: 245px) and (max-width: 355px) {
  .up .banner-article__image img {
    height: calc(138px + (100vw - 245px) / 110 * 80.62);
  }
}
@media (min-width: 355px) and (max-width: 767px) {
  .up .banner-article__image img {
    height: 218.62px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .up .banner-article__image img {
    height: 203.62px;
  }
}
@media (min-width: 1023px) and (max-width: 1190px) {
  .up .banner-article__image img {
    height: 203.32px;
  }
}
@media (min-width: 1190px) {
  .up .banner-article__image img {
    height: 203.62px;
  }
}
@media (max-width: 245px) {
  .up .banner-article__image img {
    right: -77px;
  }
}
@media (min-width: 245px) and (max-width: 355px) {
  .up .banner-article__image img {
    right: calc(-77px + (100vw - 245px) / 110 * -49);
  }
}
@media (min-width: 355px) and (max-width: 767px) {
  .up .banner-article__image img {
    right: -126px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .up .banner-article__image img {
    right: -102.5px;
  }
}
@media (min-width: 1023px) and (max-width: 1190px) {
  .up .banner-article__image img {
    right: -117.3px;
  }
}
@media (min-width: 1190px) {
  .up .banner-article__image img {
    right: -24.6px;
  }
}
@media (max-width: 660px) {
  .up .banner-article__image img {
    bottom: -1.62px;
  }
}
@media (min-width: 660px) and (max-width: 767px) {
  .up .banner-article__image img {
    bottom: calc(-1.62px + (100vw - 660px) / 107 * -22.38);
  }
}
@media (min-width: 767px) and (max-width: 767px) {
  .up .banner-article__image img {
    bottom: calc(-20px + (100vw - 767px) / 0 * 10);
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .up .banner-article__image img {
    bottom: -9.6px;
  }
}
@media (min-width: 1023px) and (max-width: 1190px) {
  .up .banner-article__image img {
    bottom: -9.9px;
  }
}
@media (min-width: 1190px) {
  .up .banner-article__image img {
    bottom: -9.6px;
  }
}
/* new props (redesign) */
.block-description-line {
  padding: 0 40px;
  margin: 18px 0;
}
@media (max-width: 1023px) {
  .block-description-line {
    margin: 23px 0 21px;
  }
}
@media (max-width: 767px) {
  .block-description-line {
    margin: 0;
    padding: 0 20px;
  }
}
.block-description-line__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .block-description-line__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.block-description-line__col_title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.8%;
  flex: 0 0 42.8%;
  max-width: 42.8%;
}
@media (max-width: 1199px) {
  .block-description-line__col_title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 1023px) {
  .block-description-line__col_title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-description-line__col_content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.2%;
  flex: 0 0 57.2%;
  max-width: 57.2%;
}
@media (max-width: 1199px) {
  .block-description-line__col_content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 1023px) {
  .block-description-line__col_content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-description-line__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  text-align: left;
  line-height: 40px;
  margin-top: -2px;
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  .block-description-line__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .block-description-line__title {
    font-size: 28px;
  }
}
.block-description-line__title small {
  display: block;
  font-size: 0.6em;
}
.block-description-line__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .block-description-line__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .block-description-line__title {
    max-width: 550px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .block-description-line__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 540px) {
  .block-description-line__title {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .block-description-line__description {
    max-width: 540px;
  }
}
/* new props (redesign) */
.block-documents-line {
  padding: 0 40px;
  margin: 16px auto -9px;
  max-width: 1366px;
}
@media (max-width: 1023px) {
  .block-documents-line {
    margin: 21px 0 15px;
  }
}
@media (max-width: 767px) {
  .block-documents-line {
    padding: 0 20px;
    margin: 44px 0 -4px;
  }
}
.block-documents-line__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.block-documents-line__col_title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 1023px) {
  .block-documents-line__col_title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-documents-line__col_content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
}
@media (max-width: 1023px) {
  .block-documents-line__col_content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-documents-line__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  text-align: left;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 1023px) {
  .block-documents-line__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .block-documents-line__title {
    font-size: 28px;
  }
}
.block-documents-line__title small {
  display: block;
  font-size: 0.6em;
}
.block-documents-line__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .block-documents-line__title {
    max-width: 540px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .block-documents-line__title {
    line-height: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .block-documents-line__title br {
    display: none;
  }
}
.block-documents-line__list {
  max-width: 783px;
}
@media (max-width: 1199px) {
  .block-documents-line__list {
    max-width: 100%;
  }
}
.block-documents-line__list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}
@media (max-width: 1199px) {
  .block-documents-line__list-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.block-documents-line__list-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .block-documents-line__list-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 540px) {
  .block-documents-line__list-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-documents-line__list-title {
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 767px) {
  .block-documents-line__list-title {
    margin-top: 34px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .block-documents-line__list-title {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 360px) {
  .block-documents-line__list-title {
    margin-top: 15px;
  }
}
.block-documents-line__list-list {
  margin: 27px 0 0;
}
@media (max-width: 767px) {
  .block-documents-line__list-list {
    margin-top: 25px;
  }
}
@media (max-width: 540px) {
  .block-documents-line__list-list {
    margin-top: 25px;
  }
}
.block-documents-line__checked-list li {
  margin: 0 0 6px 0;
  position: relative;
  padding: 0 0 0 24px;
  font-size: 16px;
  line-height: 23px;
}
.block-documents-line__checked-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_check_circle.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.block-documents-line__checked-list li a {
  color: #08267F;
  text-decoration: underline;
}
.block-documents-line__checked-list li a:hover {
  text-decoration: none;
}
.block-documents-line__checked-list-note {
  position: absolute;
  top: 0;
  right: 20px;
  color: #949494;
}
@media (max-width: 767px) {
  .block-documents-line__checked-list-note {
    position: relative;
    margin: 20px 0 0 20px;
    display: inline-block;
  }
}
.block-documents-line__checked-list_4cols {
  -webkit-columns: 4 !important;
  -moz-columns: 4 !important;
  columns: 4 !important;
}
@media (max-width: 1199px) {
  .block-documents-line__checked-list_4cols {
    -webkit-columns: 3 !important;
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
}
@media (max-width: 767px) {
  .block-documents-line__checked-list_4cols {
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    columns: 2 !important;
  }
}
@charset "UTF-8";
/* new props (redesign) */
.blue-block {
  max-width: 1170px;
  padding: 70px 100px 0 100px;
  margin: 0 auto;
  background: #263975 url(../img/bg/3.png) 100% 50% no-repeat;
  color: #fff;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .blue-block {
    padding: 40px 20px 0 20px;
  }
}
.blue-block_mod2 {
  padding: 60px;
  background-image: none;
  margin-top: -50px;
}
@media (max-width: 1250px) {
  .blue-block_mod2 {
    margin: -50px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .blue-block_mod2 {
    padding: 40px 20px;
    margin: 0 20px;
  }
}
.blue-block h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond";
  margin: 0 0 20px 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .blue-block h3 {
    font-size: 18px;
  }
}
.blue-block p {
  margin: 0 0 50px 0;
  font-weight: 500;
}
.blue-block p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .blue-block p {
    font-size: 15px;
  }
}
.blue-block__button {
  color: #fff;
  background: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: #fff;
  color: #263975;
  width: 370px;
}
.blue-block__button:hover {
  background: #D83A36;
}
.blue-block__button:hover {
  background: rgb(242.25, 242.25, 242.25);
}
@media (max-width: 767px) {
  .blue-block__button {
    display: block;
    width: auto;
  }
}
.blue-block__link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  margin: 0 40px 0 0;
}
.blue-block__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.blue-block__link:hover {
  color: #009FDF;
}
.blue-block__link:hover:after {
  left: 10px;
}
@media (max-width: 1023px) {
  .blue-block__link + .blue-block__link {
    margin: 15px 0 0 0;
  }
}
/* new props (redesign) */
.bottom-more-line {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-more-line::after, .bottom-more-line::before {
  content: "";
  display: block;
  height: 0;
  border-bottom: 1px solid #D0CFCF;
  width: 100%;
}
@media (max-width: 767px) {
  .bottom-more-line::after, .bottom-more-line::before {
    display: none;
  }
}
.bottom-more-line .bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 78px;
  padding-right: 78px;
  margin-right: 28px;
  margin-left: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .bottom-more-line .bottom {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    max-width: 375px;
  }
}
/* new props (redesign) */
.bottom {
  cursor: pointer;
}
.bottom--gradient {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0D53BB;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 64px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: none;
}
.bottom--gradient:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(266.96deg, #007BE6 2.84%, #0D2A7D 97.86%);
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bottom--gradient:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(266.96deg, #00AAFF 2.84%, #0D53BB 97.86%);
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bottom--gradient:hover:after {
  opacity: 0;
}
.bottom--gradient:active:before {
  opacity: 0;
}
.bottom--gradient-input input {
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.bottom--link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
}
.bottom--link .bottom__arrow-container {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 12px;
}
.bottom--link .bottom__arrow-container-line {
  position: absolute;
  height: 2px;
  width: 25px;
  left: 7px;
  top: calc(50% - 1px);
  background: #4EA9F8;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom--link .bottom__arrow-container-line::before, .bottom--link .bottom__arrow-container-line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 18px;
  right: 1px;
  top: calc(50% - 1px);
  background: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  border-radius: 2px;
}
.bottom--link .bottom__arrow-container-line::after {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bottom--link:hover .bottom__arrow-container-line {
  width: 35px;
}
.bottom--link-white .bottom__arrow-container-line {
  position: absolute;
  background: #ffffff;
}
.bottom--link-s-2 {
  margin-left: 8px;
}
.bottom--link-s-2 .bottom__arrow-container {
  width: 30px;
  height: 30px;
}
.bottom--link-s-2 .bottom__arrow-container-line {
  width: 18px;
}
.bottom--link-s-2 .bottom__arrow-container-line::before, .bottom--link-s-2 .bottom__arrow-container-line::after {
  width: 14px;
}
@media (max-width: 767px) {
  .bottom--link-s-m-3 .bottom__arrow-container {
    width: 30px;
    height: 30px;
  }
  .bottom--link-s-m-3 .bottom__arrow-container-line {
    width: 11px;
  }
  .bottom--link-s-m-3 .bottom__arrow-container-line::before, .bottom--link-s-m-3 .bottom__arrow-container-line::after {
    width: 6px;
  }
}

.special-offer-card .bottom--link .bottom__arrow-container,
.auto-preview .bottom--link .bottom__arrow-container,
.feature-info-list .bottom--link .bottom__arrow-container,
.leasing-news .bottom--link .bottom__arrow-container {
  margin-left: 8px;
}
.special-offer-card .bottom--link .bottom__arrow-container-line,
.auto-preview .bottom--link .bottom__arrow-container-line,
.feature-info-list .bottom--link .bottom__arrow-container-line,
.leasing-news .bottom--link .bottom__arrow-container-line {
  width: 19px;
}
.special-offer-card .bottom--link .bottom__arrow-container-line::before, .special-offer-card .bottom--link .bottom__arrow-container-line::after,
.auto-preview .bottom--link .bottom__arrow-container-line::before,
.auto-preview .bottom--link .bottom__arrow-container-line::after,
.feature-info-list .bottom--link .bottom__arrow-container-line::before,
.feature-info-list .bottom--link .bottom__arrow-container-line::after,
.leasing-news .bottom--link .bottom__arrow-container-line::before,
.leasing-news .bottom--link .bottom__arrow-container-line::after {
  width: 14px;
}
.special-offer-card .bottom--link:hover .bottom__arrow-container-line,
.auto-preview .bottom--link:hover .bottom__arrow-container-line,
.feature-info-list .bottom--link:hover .bottom__arrow-container-line,
.leasing-news .bottom--link:hover .bottom__arrow-container-line {
  width: 31px;
}
/* new props (redesign) */
.brazzers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brazzers__page {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.brazzers__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.brazzers__image, .brazzers__image-wrapper {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
}
.brazzers__image-wrapper {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #f7f7f7;
}
.brazzers:not(:hover) .brazzers__page:first-child .brazzers__image-wrapper, .brazzers__page:hover .brazzers__image-wrapper {
  z-index: -1;
  opacity: 1;
}
.brazzers:not(:hover) .brazzers__button {
  opacity: 0;
}
.brazzers:not(:hover) .brazzers__button_visible {
  opacity: 1;
}
.brazzers__button {
  position: relative;
  z-index: 4;
  bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 7px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.brazzers__button:after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 2px;
  left: 1px;
  height: 3px;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.brazzers__button_visible:after {
  -webkit-transition: none;
  transition: none;
}
.brazzers:not(:hover) .brazzers__page:first-child .brazzers__button_visible:after, .brazzers__page:hover .brazzers__button:after {
  background-color: #08267f;
}
.brazzers__page:first-child .brazzers__button:after {
  left: 3px;
}
.brazzers__page:last-child .brazzers__button:after {
  right: 3px;
}
.brazzers_visibleButtons .brazzers__page .brazzers__button {
  opacity: 1;
}
/* new props (redesign) */
.business {
  padding: 50px 40px;
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .business {
    padding: 50px 40px 70px 40px;
  }
}
@media (max-width: 767px) {
  .business {
    padding: 50px 20px;
  }
}
.business_gray-bg {
  position: relative;
  position: relative;
}
.business_gray-bg:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.business__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .business__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .business__title {
    font-size: 28px;
  }
}
.business__title small {
  display: block;
  font-size: 0.6em;
}
.business__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .business__title {
    margin-bottom: 36px;
  }
}
.business__tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .business__tiles {
    display: block;
  }
}
.business__tile {
  display: block;
  background-color: #fff;
  width: calc(33.3% - 7.5px);
  margin: 0 0 20px 0;
  height: 340px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .business__tile {
    width: calc(33.3% - 6.5px);
    padding: 34px 28px;
    height: 320px;
  }
}
@media (max-width: 1023px) {
  .business__tile {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .business__tile {
    width: 100%;
    height: 300px;
    padding: 28px 20px;
  }
}
.business__tile h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 26px;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .business__tile h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .business__tile h3 br {
    display: none;
  }
}
.business__tile_small {
  height: 180px;
  padding: 20px 28px;
}
@media (max-width: 1199px) {
  .business__tile_small {
    padding: 22px 28px;
  }
}
@media (max-width: 1023px) {
  .business__tile_small {
    height: 180px;
    padding: 22px 28px;
  }
}
@media (max-width: 767px) {
  .business__tile_small {
    height: 160px;
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .business__tile_small h3 br {
    display: block;
  }
}
@media (max-width: 767px) {
  .business__tile_desktop {
    display: none;
  }
}
@media (max-width: 1023px) {
  .business__tile_tablet {
    display: none;
  }
}
.business__button {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #ededed;
  position: absolute;
  bottom: 28px;
  left: 30px;
  text-decoration: none;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  font-weight: 100;
  text-indent: 3px;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .business__button {
    left: 20px;
  }
}
.business__tile:hover .business__button {
  background: #f03b51;
  color: #fff;
  border-color: #f03b51;
}
.business__tile_small .business__button {
  bottom: 20px;
}
.business__image {
  position: absolute;
  bottom: -22px;
  left: 100px;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
@media (max-width: 1199px) {
  .business__image {
    bottom: -11px;
    left: 50px;
  }
}
@media (max-width: 1023px) {
  .business__image {
    left: 45%;
  }
}
@media (max-width: 767px) {
  .business__image {
    left: 20%;
  }
}
.business__image img {
  vertical-align: bottom;
}
@media (max-width: 1199px) {
  .business__image img {
    height: 210px;
  }
}
@media (max-width: 1023px) {
  .business__image img {
    height: 269px;
  }
}
@media (max-width: 767px) {
  .business__image img {
    height: 210px;
  }
}
.bx-no-touch .business__tile:hover .business__image {
  left: 0;
}
.business__tile_small .business__image {
  bottom: -18px;
}
@media (max-width: 1023px) {
  .business__tile_small .business__image {
    bottom: -13px;
    left: 14%;
  }
}
@media (max-width: 767px) {
  .business__tile_small .business__image {
    bottom: -13px;
    left: 16%;
  }
}
@media (max-width: 1023px) {
  .business__tile_special .business__image {
    bottom: -5px;
    left: 30%;
  }
}
@media (max-width: 767px) {
  .business__tile_special .business__image {
    bottom: -13px;
    left: 20%;
  }
}
.business__tile_small .business__image img {
  height: 240px;
}
@media (max-width: 1199px) {
  .business__tile_small .business__image img {
    height: 210px;
  }
}
@media (max-width: 1023px) {
  .business__tile_small .business__image img {
    height: 215px;
  }
}
@media (max-width: 767px) {
  .business__tile_small .business__image img {
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .business__tile_special .business__image img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .business__tile_special .business__image img {
    height: 175px;
  }
}
.business__slider {
  display: none;
  margin-top: 20px;
  margin-right: -40px;
}
@media (max-width: 767px) {
  .business__slider {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .business__slider_tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .business__slider_mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  .business__slider-item {
    width: 308px;
  }
}
@media (max-width: 767px) {
  .business__slider-item {
    width: 290px;
  }
}
@media (max-width: 540px) {
  .business__slider-item {
    width: 308px;
  }
}
@media (max-width: 370px) {
  .business__slider-item {
    width: 270px;
  }
}
.business__slider-item img {
  width: auto !important;
}
.business__slider .business__tile {
  margin: 0;
}
.business__slider .owl-dots {
  text-align: center;
}
.business__slider .owl-dot {
  font-size: 0 !important;
  margin: 0 5px 0 0;
}
.business__slider .owl-dot span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #263975;
}
.business__slider .owl-dot.active span {
  background: #f03b51;
}
.t-banner__btns a.line {
  color: #0af;
  border: 0.06rem solid #0af;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.t-banner__btns a.line:hover {
  background: #0af;
  color: #fff;
}

.t-banner__btns a.gradient {
  color: #fff;
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0d53bb), to(#0af));
  background: linear-gradient(90deg, #0d53bb 0, #0af 100%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.t-banner__btns a.gradient:hover {
  background: linear-gradient(266.96deg, #007be6 2.84%, #0d2a7d 97.86%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* new props (redesign) */
.calc-l-range__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .calc-l-range__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.calc-l-range__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc-l-range__label .v-popover img {
  opacity: 0.45;
}
.calc-l-range__price {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
}
.calc-l-range__price-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 2px;
  min-height: 100%;
}
.calc-l-range__price-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 2px;
  border: none;
  outline: none;
  background: none;
}
.calc-l-range__price-input--hidden-color {
  color: transparent;
}
.calc-l-range__price .hidden-text {
  opacity: 0;
  visibility: hidden;
}
.calc-l-range__input {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .calc-l-range__input {
    margin-top: 38px;
  }
}
.calc-l-range__input .vue-slider {
  width: calc(100% - 17px);
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}
.calc-l-range__input .vue-slider-rail {
  background-color: #00AAFF;
}
.calc-l-range__input .vue-slider-rail:before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  height: 100%;
  background-color: #00AAFF;
}
.calc-l-range__input .vue-slider-process, .calc-l-range__input .vue-slider-dot-handle {
  background-color: #00AAFF;
}
.bx-touch .calc-l-range__input .vue-slider-dot {
  width: 17px !important;
  height: 17px !important;
}
@media (max-width: 767px) {
  .bx-touch .calc-l-range__input .vue-slider-dot {
    width: 34px !important;
    height: 34px !important;
  }
}
.bx-touch .calc-l-range__input .vue-slider-dot-handle {
  border-radius: 50%;
  background-color: #00AAFF;
}
.bx-touch .calc-l-range__input .vue-slider-dot-handle::after {
  content: none;
}
.bx-touch .calc-l-range__input .vue-slider-dot-handle::before {
  content: none;
}
.bx-no-touch .calc-l-range__input .vue-slider-dot {
  width: 17px !important;
  height: 17px !important;
}
.bx-no-touch .calc-l-range__input .vue-slider-dot-handle {
  border-radius: 50%;
}
.bx-no-touch .calc-l-range__input .vue-slider-dot-handle::after {
  content: none;
}
.calc-l-range__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #868686;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .calc-l-range__bottom {
    margin-top: 21px;
  }
}
.calc-l-range__popover {
  height: 20px;
  width: 20px;
}
.calc-l-range__popover.v-popover .trigger {
  height: 20px;
  width: 20px;
  margin: 0;
}
.calc-l-range__popover-btn {
  background-color: transparent;
  border: none;
  height: 20px;
}
/* new props (redesign) */
.calc-l-result {
  padding: 20px 45px 25px;
}
@media (max-width: 1023px) {
  .calc-l-result {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .calc-l-result {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.calc-l-result__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid #C5C5C5;
}
@media (max-width: 1023px) {
  .calc-l-result__row {
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .calc-l-result__row {
    padding-bottom: 21px;
  }
}
.calc-l-result__row--no-border {
  border-bottom: none;
}
.calc-l-result__row-2 > div {
  width: 50%;
}
@media (min-width: 768px) {
  .calc-l-result__row--items-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.calc-l-result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
}
.calc-l-result__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #868686;
}
@media (max-width: 767px) {
  .calc-l-result__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.calc-l-result__item-title .v-popover {
  display: inline;
  vertical-align: baseline;
}
.calc-l-result__item-title .v-popover .trigger {
  vertical-align: middle;
  margin-top: -14px;
}
.calc-l-result__item-price {
  color: #000000;
  font-weight: 800;
  font-size: 36px;
  line-height: 32px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .calc-l-result__item-price {
    font-size: 30px;
    line-height: 32px;
  }
}
.calc-l-result__item--blue {
  padding-top: 9px;
}
@media (max-width: 767px) {
  .calc-l-result__item--blue {
    padding-right: 20px;
    padding-top: 20px;
  }
}
.calc-l-result__item--blue .calc-l-result__item-price {
  color: #00AAFF;
  font-weight: 800;
  font-size: 50px;
  line-height: 32px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .calc-l-result__item--blue .calc-l-result__item-price {
    font-size: 30px;
    line-height: 32px;
    margin-top: 14px;
  }
}
.calc-l-result__item--gray {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .calc-l-result__item--gray {
    width: calc(50% + 10px) !important;
    margin-right: -10px;
  }
}
.calc-l-result__item--gray .calc-l-result__item-price {
  margin-top: 7px;
  color: #868686;
}
@media (max-width: 767px) {
  .calc-l-result__item--gray .calc-l-result__item-price {
    margin-top: 16px;
  }
}
.calc-l-result__item .v-popover img {
  opacity: 0.45;
}
.calc-l-result__bottom {
  width: 100%;
  margin-top: 14px;
}
.calc-l-result__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #868686;
  margin-top: 14px;
  display: block;
}
/* new props (redesign) */
.calc-landing {
  padding: 67px 0 70px;
  background-color: #F4F7F9;
  position: relative;
}
@media (max-width: 1023px) {
  .calc-landing {
    padding: 67px 0 78px;
  }
}
@media (max-width: 767px) {
  .calc-landing {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
.calc-landing::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0%;
  background-color: #F4F7F9;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.calc-landing__container {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 90px;
}
@media (max-width: 1023px) {
  .calc-landing__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .calc-landing__container {
    margin-top: 30px;
    gap: 20px;
  }
}
.calc-landing__constructor {
  color: #000000;
  width: 50%;
}
.calc-landing__constructor-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 12px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .calc-landing__constructor-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .calc-landing__constructor {
    width: 100%;
  }
}
.calc-landing__result {
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  width: 50%;
  min-width: 540px;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  .calc-landing__result {
    width: 100%;
    min-width: auto;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .calc-landing__result {
    border: none;
    position: relative;
  }
  .calc-landing__result::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid #C5C5C5;
  }
}
.calc-landing__range {
  margin-top: 21px;
}
@charset "UTF-8";
/* new props (redesign) */
.calc {
  max-width: 1366px;
  margin: 68px auto 0 auto;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .calc {
    margin: 75px 0 0 0;
  }
}
@media (max-width: 767px) {
  .calc {
    padding: 0 20px;
    margin: 40px 0 0 0;
  }
}
.calc__container {
  padding: 61px 60px 40px;
  background: #EBEDF4;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .calc__container {
    padding: 61px 40px 53px;
  }
}
@media (max-width: 767px) {
  .calc__container {
    padding: 61px 16px 44px;
  }
}
@media (max-width: 540px) {
  .calc__container {
    padding: 44px 16px;
  }
}
@media (max-width: 370px) {
  .calc__container {
    padding: 34px 16px;
  }
}
.calc__title {
  margin: 0 0 56px 0;
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  /* font-weight: 600;
  letter-spacing: -0.025em; */
}
@media (max-width: 1023px) {
  .calc__title {
    max-width: 550px;
    margin: 0 auto 36px;
  }
}
@media (max-width: 767px) {
  .calc__title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 370px) {
  .calc__title {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 26px;
    line-height: 28px;
  }
}
.calc__inner {
  position: relative;
}
.calc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -31px;
  margin-right: -31px;
}
@media (max-width: 1199px) {
  .calc__row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.calc__col {
  padding: 0 31px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media (max-width: 1199px) {
  .calc__col {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .calc__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.calc__range {
  position: relative;
  margin: 0 0 59px 0;
}
@media (max-width: 767px) {
  .calc__range {
    margin-bottom: 51px;
  }
}
.calc__range-title {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .calc__range-title {
    text-align: center;
  }
}
.calc__range-textinput {
  height: 86px;
  padding: 30px 20px;
  border: 1px solid #CDD3E4;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  outline: none;
}
@media (min-width: 1024px) {
  .calc__range-textinput {
    padding: 30px 24px;
  }
}
@media (min-width: 1200px) {
  .calc__range-textinput {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .calc__range-textinput {
    text-align: center;
    padding: 30px 16px;
  }
}
.calc__range-textinput:focus {
  outline: none;
  border-color: #00AAFF;
}
.calc__range-groupfield {
  height: 84px;
  font-size: 0;
  white-space: nowrap;
}
.calc__range-groupfield .calc__range-textinput {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #CDD3E4;
  border-radius: 0;
  background: #FFFFFF;
  height: 84px;
  z-index: 1;
}
.calc__range-groupfield .calc__range-textinput:focus {
  outline: none;
  border-color: #00AAFF;
  z-index: 2;
}
.calc__range-groupfield .calc__range-textinput:first-child {
  border-radius: 4px 0 0 4px;
}
.calc__range-groupfield .calc__range-textinput:last-child {
  border-radius: 0 4px 4px 0;
}
.calc__range-groupfield .calc__range-prepayment-percent {
  width: 30%;
  border-right: 1px solid #CDD3E4;
}
@media (min-width: 1024px) {
  .calc__range-groupfield .calc__range-prepayment-percent {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .calc__range-groupfield .calc__range-prepayment-percent {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .calc__range-groupfield .calc__range-prepayment-percent {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .calc__range-groupfield .calc__range-prepayment-percent {
    width: 33%;
    padding-right: 16px;
  }
}
@media (max-width: 370px) {
  .calc__range-groupfield .calc__range-prepayment-percent {
    width: 30%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.calc__range-groupfield .calc__range-prepayment-summ {
  width: calc(70% + 1px);
  margin-left: -1px;
}
@media (max-width: 1023px) {
  .calc__range-groupfield .calc__range-prepayment-summ {
    width: calc(78% + 1px);
  }
}
@media (max-width: 767px) {
  .calc__range-groupfield .calc__range-prepayment-summ {
    width: calc(67% + 1px);
  }
}
@media (max-width: 370px) {
  .calc__range-groupfield .calc__range-prepayment-summ {
    width: calc(70% + 1px);
    padding-left: 8px;
    padding-right: 8px;
  }
}
.calc__range-groupfield .calc__range-redemptionpayment-percent {
  width: 30%;
  border-right: 1px solid #CDD3E4;
}
@media (min-width: 1024px) {
  .calc__range-groupfield .calc__range-redemptionpayment-percent {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .calc__range-groupfield .calc__range-redemptionpayment-percent {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .calc__range-groupfield .calc__range-redemptionpayment-percent {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .calc__range-groupfield .calc__range-redemptionpayment-percent {
    width: 33%;
    padding-right: 16px;
  }
}
.calc__range-groupfield .calc__range-redemptionpayment-summ {
  width: calc(70% + 1px);
  margin-left: -1px;
}
@media (max-width: 1023px) {
  .calc__range-groupfield .calc__range-redemptionpayment-summ {
    width: calc(78% + 1px);
  }
}
@media (max-width: 767px) {
  .calc__range-groupfield .calc__range-redemptionpayment-summ {
    width: calc(67% + 1px);
  }
}
.calc__range-groupfield .calc__range-term-years {
  width: 50%;
  border-right: 1px solid #CDD3E4;
}
.calc__range-groupfield .calc__range-term-months {
  width: calc(50% + 1px);
  margin-left: -1px;
}
.calc__range__limit-min, .calc__range__limit-max {
  position: absolute;
  color: #949494;
  top: 100%;
  margin-top: 7px;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}
.calc__range__limit-min {
  left: 0;
}
.calc__range__limit-max {
  right: 0;
}
.calc__range-slider {
  margin: 0;
  width: calc(100% - 8px);
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  z-index: 3;
}
.calc__range input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: calc(100% - 8px);
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
}
.calc__range input[type=range]:focus {
  outline: none;
}
.calc__range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #697BB3;
}
.calc__range input[type=range]::-webkit-slider-progress {
  background-color: #00AAFF;
}
.calc__range input[type=range]::-webkit-slider-thumb {
  width: 8px;
  height: 13px;
  border: 0;
  background: #00AAFF;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}
.calc__range input[type=range]::-webkit-slider-thumb:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
}
.calc__range input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
.calc__range input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #697BB3;
}
.calc__range input[type=range]::-moz-range-progress {
  background-color: #00AAFF;
}
.calc__range input[type=range]::-moz-range-thumb {
  width: 8px;
  height: 13px;
  border: 0;
  background: #00AAFF;
  border-radius: 4px;
  cursor: pointer;
}
.calc__range input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.calc__range input[type=range]::-ms-fill-lower {
  background: #263975;
  border: 0.2px solid #697BB3;
}
.calc__range input[type=range]::-ms-fill-upper {
  background: #263975;
  border: 0.2px solid #697BB3;
}
.calc__range input[type=range]::-ms-thumb {
  width: 8px;
  height: 13px;
  border: 0;
  background: #00AAFF;
  border-radius: 4px;
  cursor: pointer;
}
.calc__range input[type=range]:focus::-ms-fill-lower {
  background: #697BB3;
}
.calc__range input[type=range]:focus::-ms-fill-upper {
  background: #697BB3;
}
.calc__comment {
  padding: 24px 0 0;
  font-family: "roboto";
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
@media (max-width: 1023px) {
  .calc__comment {
    margin-top: 41px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .calc__comment {
    text-align: center;
    margin-top: 40px;
  }
}
.calc__comment_desktop {
  display: block;
}
@media (max-width: 1023px) {
  .calc__comment_desktop {
    display: none;
  }
}
.calc__comment_mobile {
  display: none;
}
@media (max-width: 1023px) {
  .calc__comment_mobile {
    display: block;
  }
}
.calc__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: -3px;
}
@media (max-width: 1023px) {
  .calc__result {
    margin-left: -28px;
    margin-right: -28px;
    margin-top: 0;
    padding-top: 3px;
  }
}
@media (max-width: 767px) {
  .calc__result {
    padding-top: 11px;
  }
}
.calc__result-col {
  padding: 0 18px;
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media (max-width: 1023px) {
  .calc__result-col {
    padding: 0 28px;
  }
}
.calc__result-col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}
@media (max-width: 1023px) {
  .calc__result-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
}
@media (max-width: 767px) {
  .calc__result-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.calc__result-col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}
@media (max-width: 1023px) {
  .calc__result-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
  }
}
@media (max-width: 767px) {
  .calc__result-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.calc__result-col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.calc__result-col-top {
  width: 100%;
}
.calc__result-col-bottom {
  width: 100%;
  margin-top: 28px;
}
.calc__result-selected {
  position: relative;
  background: #00AAFF;
  border-radius: 4px;
  padding: 0 20px 6px;
  color: #FFFFFF;
  min-height: 246px;
}
@media (max-width: 767px) {
  .calc__result-selected {
    min-height: inherit;
    padding-bottom: 14px;
    margin-bottom: 26px;
  }
}
.calc__result-item {
  padding: 19px 0 16px;
}
@media (max-width: 767px) {
  .calc__result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .calc__result-item:first-child {
    padding-bottom: 6px;
  }
}
.calc__result-item .caption {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  font-family: "roboto";
  letter-spacing: -0.0001em;
}
@media (max-width: 767px) {
  .calc__result-item .caption {
    display: block;
    margin: 0 0 10px 0;
  }
}
.calc__result-item .caption.text-uppercase {
  text-transform: uppercase;
}
.calc__result-item .caption__text {
  font-size: 12px;
  line-height: 14px;
}
.calc__result-item .caption .v-popover {
  margin-top: -1px;
  margin-bottom: -1px;
}
.calc__result-item p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 24px;
  line-height: 27px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .calc__result-item p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .calc__result-item p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .calc__result-item p {
    display: block;
    margin: -4px 0 10px 0;
    white-space: nowrap;
  }
}
@media (max-width: 370px) {
  .calc__result-item p {
    font-size: 18px;
    line-height: 20px;
  }
}
.calc__result-item + .calc__result-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.calc__result-monthlypayment {
  margin-top: 5px;
  text-align: center;
}
.calc__result-monthlypayment h3 {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.4);
  font-family: "roboto";
  text-transform: uppercase;
}
.calc__result-monthlypayment h2 {
  margin: 15px 0 0 0;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
}
@media (min-width: 1024px) {
  .calc__result-monthlypayment h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .calc__result-monthlypayment h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 370px) {
  .calc__result-monthlypayment h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
.calc__result-amountcontract {
  text-align: center;
  margin-top: 26px;
}
.calc__result-amountcontract h3 {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  font-family: "roboto";
}
.calc__result-amountcontract h2 {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-family: "roboto";
  font-weight: 500;
}
.calc__result-button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  display: block;
}
.calc__result-button:hover {
  background: #D83A36;
}
.calc__result_dark .calc__result-button {
  color: #fff;
  background: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: #fff;
  color: #263975;
}
.calc__result_dark .calc__result-button:hover {
  background: #D83A36;
}
.calc__result_dark .calc__result-button:hover {
  background: rgb(242.25, 242.25, 242.25);
}
@media (max-width: 767px) {
  .calc__result-button {
    width: 100%;
  }
}
.calc__result-link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  margin: 30px 0 0 0;
}
.calc__result-link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.calc__result-link:hover {
  color: #009FDF;
}
.calc__result-link:hover:after {
  left: 10px;
}
.calc__result_dark .calc__result-link:hover {
  color: #fff;
}
.calc__result-note {
  display: block;
  margin: 30px 0 0 0;
  color: #949494;
}
.calc__loader {
  position: absolute;
  top: 10px;
  right: 19px;
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
}
.calc__loader.is-active {
  opacity: 1;
  visibility: visible;
}
.calc__loader svg {
  width: 100%;
  height: auto;
}
.calc__loader .st1, .calc__loader .st2, .calc__loader .st3 {
  fill: #ffffff;
  -webkit-animation-name: logo_loader;
  animation-name: logo_loader;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.calc__loader .st1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  opacity: 0.1;
}
.calc__loader .st2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: 0;
}
.calc__loader .st3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  opacity: 0;
}
.calc__select {
  border-radius: 4px;
  position: relative;
  z-index: 4;
  background-color: #fff;
}
.calc__select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 6px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.b-layout_dark .calc__select {
  background-color: #000;
  border: 1px solid rgba(213, 209, 208, 0.4);
}
.b-layout_dark .calc__select:after {
  background-image: url(../img/arrow_white.svg);
}
.calc__select input[type=text] {
  height: 86px;
  padding: 30px 20px;
  border: 1px solid #CDD3E4;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .calc__select input[type=text] {
    padding: 30px 24px;
  }
}
@media (min-width: 1200px) {
  .calc__select input[type=text] {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .calc__select input[type=text] {
    text-align: center;
    padding: 30px 16px;
  }
}
.calc__select input[type=text]:focus {
  outline: none;
}
.calc__select input[type=text]::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.calc__select input[type=text]::-moz-placeholder {
  color: #a4a4a4;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.calc__select input[type=text]:-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.calc__select input[type=text]::-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.calc__select input[type=text]::placeholder {
  color: #a4a4a4;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.calc__select-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.b-layout_dark .calc__select-dropdown {
  background: #000;
  border: 1px solid rgba(213, 209, 208, 0.4);
}
.calc__select-dropdown-item {
  padding: 20px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.b-layout_dark .calc__select-dropdown-item {
  border-color: rgba(213, 209, 208, 0.4);
}
.calc__select-dropdown-item:hover {
  background: rgba(0, 0, 0, 0.01);
}
.calc__select-dropdown-item, .calc__select-dropdown-item span {
  color: #000;
}
.calc__select.is-open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calc__select.is-open input[type=text] {
  border-bottom-color: #ffffff;
  border-radius: 4px 4px 0 0;
}
.calc__select.is-open .calc__select-dropdown {
  display: block;
}

@-webkit-keyframes logo_loader {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes logo_loader {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.8;
  }
}
.calc-old__range {
  position: relative;
  margin: 0 0 20px 0;
}
.calc-old__range-title {
  font-size: 12px;
  color: #949494;
  letter-spacing: 1.7px;
  display: block;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.calc-old__range-textinput {
  font-size: 28px;
  height: 70px;
  padding: 0 20px;
  border: 2px solid #f7f7f7;
  width: 230px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .calc-old__range-textinput {
    font-size: 22px;
    height: 60px;
    width: 100%;
  }
}
.calc-old__range__limit {
  position: absolute;
  right: 0;
  color: #949494;
  top: 90px;
}
@media (max-width: 767px) {
  .calc-old__range__limit {
    position: relative;
    top: 0;
    text-align: right;
    display: block;
    margin: 20px 0 0 0;
  }
}
.calc-old__range-slider {
  width: 100%;
}
.calc-old__range input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
.calc-old__range input[type=range]:focus {
  outline: none;
}
.calc-old__range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #263975;
}
.calc-old__range input[type=range]::-webkit-slider-thumb {
  border: 4px solid #263975;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f7f7f7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.calc-old__range input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #263975;
}
.calc-old__range input[type=range]::-moz-range-thumb {
  border: 4px solid #263975;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f7f7f7;
  cursor: pointer;
}
.calc-old__range input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.calc-old__range input[type=range]::-ms-fill-lower {
  background: #263975;
  border: 0.2px solid #263975;
}
.calc-old__range input[type=range]::-ms-fill-upper {
  background: #263975;
  border: 0.2px solid #263975;
}
.calc-old__range input[type=range]::-ms-thumb {
  border: 4px solid #263975;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f7f7f7;
  cursor: pointer;
}
.calc-old__range input[type=range]:focus::-ms-fill-lower {
  background: #263975;
}
.calc-old__range input[type=range]:focus::-ms-fill-upper {
  background: #263975;
}
/* new props (redesign) */
.calclulator {
  padding: 4rem 0 5.5rem;
  background: #F4F7F9;
}
@media (max-width: 1023px) {
  .calclulator {
    padding-top: 3.125rem 0;
  }
}
@media (max-width: 767px) {
  .calclulator {
    padding: 2rem 0;
  }
}
.calclulator__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 1199px) {
  .calclulator__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .calclulator__container {
    gap: 1rem;
  }
}
.calclulator__constructor {
  width: 50%;
}
.calclulator__constructor-title {
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  color: #868686;
}
@media (max-width: 1023px) {
  .calclulator__constructor-title {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .calclulator__constructor-title {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (max-width: 1199px) {
  .calclulator__constructor {
    width: 100%;
  }
}
.calclulator__parameter-list_margin {
  margin-bottom: 2rem;
}
.calclulator__parameter {
  width: 100%;
}
.calclulator__result {
  width: 50%;
}
@media (max-width: 1199px) {
  .calclulator__result {
    width: 100%;
  }
}

.calclulator-parameter + .calclulator-parameter {
  padding-top: 0.5rem;
}
.calclulator-parameter__top, .calclulator-parameter__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calclulator-parameter__label, .calclulator-parameter__sum {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  .calclulator-parameter__label, .calclulator-parameter__sum {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .calclulator-parameter__label, .calclulator-parameter__sum {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.calclulator-parameter__sum {
  position: relative;
  font-weight: 700;
}
.calclulator-parameter__from, .calclulator-parameter__to {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  .calclulator-parameter__from, .calclulator-parameter__to {
    font-size: 0.75rem;
    line-height: 2rem;
  }
}

.calclulator-parameter-sinomash + .calclulator-parameter-sinomash {
  padding-top: 2rem;
}
.calclulator-parameter-sinomash__top, .calclulator-parameter-sinomash__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calclulator-parameter-sinomash__label, .calclulator-parameter-sinomash__sum {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (max-width: 767px) {
  .calclulator-parameter-sinomash__label, .calclulator-parameter-sinomash__sum {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.calclulator-parameter-sinomash__sum {
  position: relative;
  font-weight: 500;
}
.calclulator-parameter-sinomash__from, .calclulator-parameter-sinomash__to {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (max-width: 767px) {
  .calclulator-parameter-sinomash__from, .calclulator-parameter-sinomash__to {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.calclulator-result {
  padding: 2.25rem;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .calclulator-result {
    margin: 0 -15px;
    padding: 1rem 15px 0;
    border: none;
    border-top: 1px solid #C0C0C0;
    border-radius: 0;
  }
}
.calclulator-result__body {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .calclulator-result__body {
    grid-template-columns: 1fr 1fr;
  }
}
.calclulator-result__bottom {
  width: 100%;
}
.calclulator-result__disclaimer {
  padding-top: 2rem;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #868686;
}
@media (max-width: 1023px) {
  .calclulator-result__disclaimer {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .calclulator-result__disclaimer {
    padding-top: 0.875rem;
  }
}

.calclulator-result-sinomash {
  padding: 0 0 2.25rem 0;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .calclulator-result-sinomash {
    margin: 0 -15px;
    padding: 1rem 15px 0;
    border: none;
    border-top: 1px solid #C0C0C0;
    border-radius: 0;
  }
}
.calclulator-result-sinomash__body {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .calclulator-result-sinomash__body {
    grid-template-columns: 1fr 1fr;
  }
}
.calclulator-result-sinomash__bottom {
  width: 100%;
}
.calclulator-result-sinomash__footer {
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid var(--grey-silver, #C0C0C0);
  padding: 1.5rem;
}
.calclulator-result-sinomash__discount {
  color: var(--based-black, #000);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .calclulator-result-sinomash__discount {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.calclulator-result-sinomash__discount_blue {
  color: var(--blue-process-cyan, #0AF);
}
.calclulator-result-sinomash__disclaimer {
  padding-top: 0.5rem;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #868686;
}
@media (max-width: 1023px) {
  .calclulator-result-sinomash__disclaimer {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .calclulator-result-sinomash__disclaimer {
    padding-top: 0.875rem;
  }
}

.result-item_underlaned {
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 2rem;
}
.result-item_padding {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 1023px) {
  .result-item_padding {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .result-item_padding {
    padding-bottom: 1.25rem;
  }
}
.result-item__title {
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: normal;
  color: #868686;
}
@media (max-width: 1023px) {
  .result-item__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .result-item__title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.result-item__title_month {
  font-weight: 500;
}
.result-item__popover {
  display: inline;
  vertical-align: unset;
  margin-left: 0.5rem !important;
}
.result-item__popover .trigger {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  vertical-align: unset !important;
}
.result-item__popover-btn {
  background-color: transparent;
  border: none;
  height: 20px;
  vertical-align: middle !important;
}
.result-item__sum {
  font-style: normal;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2rem;
  color: #000000;
}
@media (max-width: 1023px) {
  .result-item__sum {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .result-item__sum {
    font-size: 1.25rem;
  }
}
.result-item__sum_month {
  font-weight: 800;
  font-size: 3.125rem;
  color: #00AAFF;
}
@media (max-width: 1023px) {
  .result-item__sum_month {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .result-item__sum_month {
    font-size: 1.875rem;
  }
}
.result-item__sum_total {
  color: #868686;
}
@charset "UTF-8";
/* new props (redesign) */
.car {
  margin: 0 0 90px 0;
}
@media (max-width: 1023px) {
  .car {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .car {
    margin: 60px 20px;
  }
}
.car__d-none {
  display: none;
}
.car__image {
  text-align: center;
  margin: 0 0 80px 0;
}
@media (max-width: 1023px) {
  .car__image {
    margin: 0 80px 80px 80px;
  }
  .car__image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .car__image {
    margin: 0 0 50px 0;
  }
}
.car__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width: 370px;
  position: relative;
  margin-left: calc(50% - 185px);
}
.car__button:hover {
  background: #D83A36;
}
@media (max-width: 1023px) {
  .car__button {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .car__button {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
}
.car__link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  margin: 0 0 0 50px;
}
.car__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.car__link:hover {
  color: #009FDF;
}
.car__link:hover:after {
  left: 10px;
}
@media (max-width: 767px) {
  .car__link {
    margin: 0;
  }
}
.car__info {
  max-width: 1252px;
  margin: 0 auto 40px auto;
  position: relative;
  padding: 0 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .car__info {
    padding: 0;
  }
}
.car__info li {
  position: relative;
  padding: 0 20px 40px 40px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .car__info li {
    padding: 0 20px 40px 25px;
  }
}
@media (max-width: 767px) {
  .car__info li {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
  }
}
.car__info li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #f03b51;
  position: absolute;
  left: 0;
  top: 10px;
}
.car__info li p {
  margin: 0 0 10px 0;
}
.car__info li h3 {
  font-family: "vtb_cond";
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .car__info li h3 {
    font-size: 18px;
  }
}
/* new props (redesign) */
.card-slider {
  margin: 0 -16px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .card-slider {
    margin: initial;
  }
}
.card-slider__inner {
  position: relative;
  margin: 0 -10px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .card-slider__inner {
    margin: 0 -8px;
    padding: initial;
  }
}
.card-slider__inner .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .card-slider__inner .owl-stage {
    padding: 60px 0 35px;
  }
}
.card-slider__inner .owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (min-width: 768px) {
  .card-slider__inner .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
.card-slider__inner .owl-nav,
.card-slider__inner .owl-theme .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -16px;
  margin-right: 8px;
}
.card-slider__inner .owl-nav [class*=owl-],
.card-slider__inner .owl-theme .owl-nav [class*=owl-] {
  width: 48px;
  height: 36px;
  background: inherit;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #000000;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  margin: 0;
}
.card-slider__inner .owl-nav [class*=owl-]:hover,
.card-slider__inner .owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit;
}
.card-slider__inner .owl-nav [class*=owl-].disabled,
.card-slider__inner .owl-theme .owl-nav [class*=owl-].disabled {
  color: #CDD3E4;
  border: 1px solid #CDD3E4;
  opacity: 1;
}
.card-slider__inner .owl-nav [class*=owl-].disabled:after,
.card-slider__inner .owl-theme .owl-nav [class*=owl-].disabled:after {
  background-image: url("../img/car-card/long-arrow-right-grey.svg");
}
.card-slider__inner .owl-nav [class*=owl-]:after,
.card-slider__inner .owl-theme .owl-nav [class*=owl-]:after {
  width: 19px;
  height: 6px;
  display: block;
  content: "";
  background-image: url("../img/car-card/long-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.card-slider__inner .owl-nav .owl-prev:after,
.card-slider__inner .owl-theme .owl-nav .owl-prev:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.card-slider__inner .owl-nav .owl-next,
.card-slider__inner .owl-theme .owl-nav .owl-next {
  margin-left: 9px;
}
.card-slider__item {
  margin: 0 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 35px 10px 22px;
  height: 100%;
}
@media (min-width: 768px) {
  .card-slider__item {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1200px) {
  .card-slider__item {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 8px;
  }
}
.card-slider__img-inner {
  margin-bottom: 22px;
}
.card-slider__img {
  display: block;
  height: auto;
  width: 100%;
}
.card-slider__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-slider__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #000000;
  text-align: center;
}
.card-slider__qty {
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  color: #949494;
  text-align: center;
}
.card-slider__price {
  font-size: 12px;
  line-height: 21px;
  text-align: center;
}
.card-slider--car-config {
  margin: 0;
}
.card-slider--car-config .card-slider__inner {
  margin: 0;
  padding: 0;
}
.card-slider--car-config .card-slider__inner .owl-carousel {
  overflow: hidden;
}
.card-slider--car-config .card-slider__inner .owl-stage {
  padding: 0;
}
.card-slider--car-config .card-slider__inner .owl-stage-outer {
  padding-bottom: 14px;
}
.card-slider--car-config .card-slider__inner .owl-item {
  padding: 0 35px;
}
@media (min-width: 768px) {
  .card-slider--car-config .card-slider__inner .owl-item {
    padding: 0 50px;
  }
}
.card-slider--car-config .card-slider__inner .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto 0;
  pointer-events: none;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .card-slider--car-config .card-slider__inner .owl-nav {
    padding: 0 20px;
  }
}
.card-slider--car-config .card-slider__inner .owl-nav [class*=owl-] {
  padding: 0;
  border: 0;
  width: auto;
  height: auto;
  pointer-events: all;
}
.card-slider--car-config .card-slider__inner .owl-nav [class*=owl-]:after {
  background-image: url("../img/car-card/small-arrow-gray.svg");
  width: 25px;
  height: 40px;
}
.card-slider--car-config .card-slider__inner .owl-nav .owl-next {
  margin-left: 0;
}
/* new props (redesign) */
.cars-available {
  padding-top: 97px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .cars-available {
    padding-top: 64px;
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .cars-available {
    padding-bottom: 54px;
  }
}
.cars-available__brans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 51px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  color: #0C1F58;
}
@media (max-width: 767px) {
  .cars-available__brans {
    margin-top: 28px;
  }
}
.cars-available__brans-item {
  margin-right: 10px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .cars-available__brans-item.hide {
    display: none;
  }
}
.cars-available__brans-item:hover {
  color: #00AAFF;
}
.cars-available__brans-item:active {
  color: #0C1F58;
}
.cars-available__brans-arrow {
  display: none;
}
@media (max-width: 767px) {
  .cars-available__brans-arrow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.cars-available__brans-arrow svg {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 17px;
}
.cars-available__brans-arrow:hover {
  cursor: pointer;
  color: #00AAFF;
}
.cars-available__brans-arrow:active {
  color: #0C1F58;
}
.cars-available__brans.open .cars-available__brans-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* new props (redesign) */
.catalog {
  max-width: 1252px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .catalog {
    padding: 0 20px;
  }
}
.catalog__title {
  font-family: "vtb_cond", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 60px 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .catalog__title {
    margin: 0 0 30px 0;
    padding: 0 20px;
  }
}
.catalog__left {
  width: 70%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .catalog__left {
    width: 100%;
  }
}
.catalog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog__main {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .catalog__main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .catalog__main--primary {
    display: none;
  }
}
.catalog__main-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__main-image__current {
  margin-left: 45px;
  min-height: 229px;
}
@media (max-width: 767px) {
  .catalog__main-image__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.catalog__main-image__current img {
  width: 520px;
}
@media (max-width: 767px) {
  .catalog__main-image__current img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog__main-image__next {
  position: absolute;
  right: 0;
  top: 185px;
  z-index: -2;
}
@media (max-width: 767px) {
  .catalog__main-image__next {
    display: none;
  }
}
.catalog__basic {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .catalog__basic {
    margin-bottom: 10px;
  }
}
.catalog__basic:before {
  content: " ";
  font-size: 24pt;
  text-align: center;
  line-height: 42px;
  position: absolute;
  z-index: -1;
  width: 100%;
  display: block;
  background-image: url("/local/templates/main/img/promo/136.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .catalog__basic:before {
    height: 45.7%;
    max-height: 243px;
  }
}
.catalog__basic-conditions {
  height: 433px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .catalog__basic-conditions {
    min-height: 105px;
  }
}
.catalog__basic-conditions-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .catalog__basic-conditions-details {
    display: none;
  }
}
.catalog__basic-conditions-details span {
  height: 48px;
  padding: 0 25px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  background-color: white;
  line-height: 46px;
  margin-bottom: 107px;
}
@media (max-width: 767px) {
  .catalog__basic-conditions-details span {
    margin-bottom: 0;
  }
}
.catalog__basic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .catalog__basic-info {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}
.catalog__basic-info-left {
  font-size: 16px;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .catalog__basic-info-left {
    margin-bottom: 16px;
  }
}
.catalog__basic-info-left h3 span.divider {
  color: rgba(0, 0, 0, 0.4);
}
.catalog__basic-info-left p {
  color: rgba(0, 0, 0, 0.4);
}
.catalog__basic-info-left-name {
  text-decoration: none;
  font-weight: 500;
}
.catalog__basic-info-left .d-mobile-block {
  display: none;
}
@media (max-width: 767px) {
  .catalog__basic-info-left .d-mobile-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .catalog__basic-info-left .d-mobile-none {
    display: none;
  }
}
.catalog__basic-info-left .text-nowrap {
  white-space: nowrap;
}
.catalog__basic-info-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.catalog__basic-info-features > div {
  padding: 0 17px;
  position: relative;
}
@media (max-width: 767px) {
  .catalog__basic-info-features > div {
    display: none;
  }
}
.catalog__basic-info-features > div:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #CDD3E4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.catalog__basic-info-features h4 {
  color: rgba(0, 0, 0, 0.4);
}
.catalog__basic-info-button {
  height: 48px;
  padding: 0 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #CDD3E4;
  border-radius: 4px;
  margin: 0 0 0 8px;
  line-height: 46px;
  text-decoration: none;
  margin-left: auto;
  z-index: 1;
  -webkit-transition: 0.2s background, 0.2s color, 0.2s border-color;
  transition: 0.2s background, 0.2s color, 0.2s border-color;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .catalog__basic-info-button {
    margin: 0 0 28px;
  }
}
.catalog__basic-info-button:hover {
  background: #009fdf;
  color: #fff;
  border-color: #009fdf;
}
.catalog__basic-info-button_blue {
  border: 0;
  color: #FFFFFF;
  background-color: #08267f;
}
.catalog__basic-info-button_blue:hover {
  background-color: #D83A36;
  color: #FFFFFF;
  border: 0;
}
.catalog__basic-reset-button {
  background: none;
  height: 48px;
  padding: 0 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #CDD3E4;
  border-radius: 4px;
  margin: 0 0 0 8px;
  line-height: 46px;
  text-decoration: none;
  margin-left: auto;
  z-index: 1;
  -webkit-transition: 0.2s background, 0.2s color, 0.2s border-color;
  transition: 0.2s background, 0.2s color, 0.2s border-color;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .catalog__basic-reset-button {
    margin: 0 0 28px;
  }
}
.catalog__basic-reset-button:hover {
  background: #009fdf;
  color: #fff;
  border-color: #009fdf;
}
.catalog__basic-reset-button_blue {
  border: 0;
  color: #FFFFFF;
  background-color: #08267f;
}
.catalog__basic-reset-button_blue:hover {
  background-color: #D83A36;
  color: #FFFFFF;
  border: 0;
}
@media (max-width: 767px) {
  .catalog__basic-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.catalog__basic-arrow {
  width: 48px;
  height: 75px;
  text-align: center;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  margin: 0 8px 32px 0;
  background-color: white;
  line-height: 35px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .catalog__basic-arrow {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 20px 32px 0;
  }
}
.catalog__basic-arrow-left {
  border-top: 1px solid #CDD3E4;
}
.catalog__basic-arrow-left img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: 0.5;
}
.catalog__basic-list {
  height: 48px;
  width: 48px;
  text-align: center;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  margin: 0 8px 0 0;
  background-color: white;
  line-height: 46px;
}
.catalog__basic-tablet {
  display: none;
}
@media (max-width: 1023px) {
  .catalog__basic-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .catalog__basic-tablet {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.catalog__basic-tablet__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 25px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  line-height: 46px;
  margin: 12px 20px;
  cursor: pointer;
}
.catalog__basic-tablet__mark span:last-child {
  color: #697BB3;
}
.catalog__basic-tablet__corpus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 25px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  line-height: 46px;
  margin: 12px 20px;
  cursor: pointer;
}
.catalog__basic-tablet__corpus span:last-child {
  color: #697BB3;
}
.catalog__basic-tablet__reset {
  display: none;
  width: calc(100% - 40px);
  background-color: inherit;
  text-align: center;
  padding: 28px 25px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  line-height: 46px;
  margin: 12px 20px 40px;
  cursor: pointer;
  outline: none;
}
@media (max-width: 1023px) {
  .catalog__basic-tablet__reset {
    display: block;
  }
}
.catalog__secondary {
  display: none;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .catalog__secondary {
    display: block;
    margin: 0 20px;
  }
}
.catalog__secondary:before {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 268px;
  border-radius: 4px;
  opacity: 0.6;
  background-color: #CDD3E4;
  bottom: 0;
}
.catalog__secondary .catalog__basic-info {
  margin-top: -35px;
}
.catalog__right {
  position: relative;
  margin-left: 25px;
  width: 30%;
}
@media (max-width: 1023px) {
  .catalog__right {
    display: none;
  }
}
.catalog__right-sticky {
  padding-top: 40px;
}
.catalog__right-mark li {
  display: block;
}
@media (max-width: 1023px) {
  .catalog__right-mark li {
    margin-right: 0;
  }
}
.catalog__right-corpus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #697BB3;
  text-decoration: none;
  opacity: 0.7;
}
.catalog__right-corpus p {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 5px;
  text-overflow: ellipsis;
}
.catalog__right-corpus:hover {
  color: #000000;
  background-color: #CDD3E4;
  opacity: 1;
}
.inner-menu__menu-subitem_current .catalog__right-corpus {
  background-color: rgba(205, 211, 228, 0.25);
  opacity: 1;
}
.inner-menu__menu-subitem_current .catalog__right-corpus:hover {
  background-color: #CDD3E4;
}
.catalog__right-option {
  display: none;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  margin: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog__right-option.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__right-option__block {
  height: 433px;
  padding-right: 8px;
  margin-right: 8px;
  overflow-y: auto;
}
.catalog__right-option__block::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.catalog__right-option__block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CDD3E4;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.catalog__right-option__block li {
  display: block;
  margin-right: 0;
}
.catalog__right-option__block--mob {
  max-height: 360px;
  height: auto;
}
.catalog__right-option__apply {
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100%;
}
.catalog__right-option__apply div {
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #08267f;
  border-radius: 4px;
  padding: 12px 0;
}
.catalog__right-option__apply:disabled {
  opacity: 0.5;
}
.catalog__right-option-wrapper {
  padding: 12px 16px;
  border-top: 1px solid #CDD3E4;
}
.catalog__right-banner {
  position: relative;
  background-image: url(../img/promo/137.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 32px 35px;
  color: #FFFFFF;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .catalog__right-banner {
    display: none;
  }
}
.catalog__right-banner h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 12px;
  word-break: break-word;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 1400px) {
  .catalog__right-banner h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .catalog__right-banner h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.catalog__right-banner p {
  font-size: 16px;
  line-height: 19px;
}
.catalog__right-banner span {
  display: block;
  margin-top: 240px;
  background: #D83A36;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 20px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
  cursor: pointer;
}
.catalog__right-banner span:hover {
  background: #cd2c28;
}
.catalog__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 2px 36px;
  margin: 0 0 18px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
}
.catalog__checkbox:first-child {
  margin-top: 20px;
}
.catalog__checkbox-input {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #CDD3E4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 4px;
  outline: none;
}
.catalog__checkbox-input:focus, .catalog__checkbox-input:active {
  outline: none;
}
.catalog__checkbox-input-mark {
  margin-right: auto;
}
.catalog__checkbox-input-quantity {
  margin-right: 119px;
}
.catalog__checkbox-input:checked {
  border: 1px solid #CDD3E4;
  background-color: #fff;
  background-size: 10px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzBhNWJmZiIgZD0iTTUwNC41MDIsNzUuNDk2Yy05Ljk5Ny05Ljk5OC0yNi4yMDUtOS45OTgtMzYuMjA0LDBMMTYxLjU5NCwzODIuMjAzTDQzLjcwMiwyNjQuMzExYy05Ljk5Ny05Ljk5OC0yNi4yMDUtOS45OTctMzYuMjA0LDBjLTkuOTk4LDkuOTk3LTkuOTk4LDI2LjIwNSwwLDM2LjIwM2wxMzUuOTk0LDEzNS45OTJjOS45OTQsOS45OTcsMjYuMjE0LDkuOTksMzYuMjA0LDBMNTA0LjUwMiwxMTEuN0M1MTQuNSwxMDEuNzAzLDUxNC40OTksODUuNDk0LDUwNC41MDIsNzUuNDk2eiIvPjwvc3ZnPg==");
}
.catalog__scroll-block {
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .catalog__scroll-block {
    display: none;
  }
}
.catalog__possibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.catalog__possibility-item {
  position: relative;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 40px 0;
  position: relative;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .catalog__possibility-item {
    overflow: hidden;
  }
}
@media (max-width: 540px) {
  .catalog__possibility-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 0 30px 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.catalog__possibility__main-image {
  position: relative;
  width: 100%;
}
.catalog__possibility__main-image-wrapeer {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 59.1549295775%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
.catalog__possibility .catalog-basic__info {
  position: relative;
  border-radius: 4px;
  padding: 104px 20px 24px;
}
.catalog__possibility .catalog-basic__info:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  background: #CDD3E4;
  z-index: -1;
}
.catalog__possibility .catalog-basic__info-features a {
  background-color: white;
  border-radius: 4px;
  margin: 0;
}
@media (max-width: 540px) {
  .catalog__possibility .catalog__basic-info {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 540px) {
  .catalog__possibility .catalog__basic-info-left {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .catalog__possibility .catalog__basic-info-left-name {
    font-family: "vtb_cond";
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    line-height: 1.1;
  }
}
@media (max-width: 540px) {
  .catalog__possibility .catalog__basic-info-left-price {
    margin-top: 9px;
    font-family: "roboto", "vtb_cond";
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
  }
}
.catalog__possibility .catalog__basic-info-left-price span.divider {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 540px) {
  .catalog__possibility .catalog__basic-info-left-price span.divider {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
  }
}
@media (max-width: 540px) {
  .catalog__possibility .catalog__basic-info-left-price span.price {
    font-family: "roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }
}
@media (max-width: 540px) {
  .catalog__possibility .catalog__basic-info-left-price span.rouble {
    font-family: "vtb_cond";
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }
}
@media (max-width: 540px) {
  .catalog__possibility .catalog__basic-info-features {
    display: none;
  }
}
.catalog__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.catalog__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  background-image: url("/local/templates/main/img/promo/139.jpg");
  background-size: cover;
  color: #FFFFFF;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .catalog__banner {
    display: none;
  }
}
.catalog__banner-info {
  margin: 76px 0;
}
@media (max-width: 1023px) {
  .catalog__banner-info {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .catalog__banner-info {
    margin-top: 28px;
  }
}
.catalog__banner-info div {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .catalog__banner-info div {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  .catalog__banner-info div {
    font-size: 27px;
  }
}
@media (max-width: 410px) {
  .catalog__banner-info div {
    font-size: 22px;
  }
}
.catalog__banner-info span {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 540px) {
  .catalog__banner-info span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 19px;
  }
}
.catalog__banner-button {
  margin-bottom: 80px;
  font-size: 16px;
  background-color: #D83A36;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .catalog__banner-button {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .catalog__banner-button {
    margin-bottom: 28px;
  }
}
.catalog__banner-button a {
  display: inline-block;
  padding: 13px 26px;
  text-decoration: none;
}
@media (max-width: 540px) {
  .catalog__banner-button a {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
  }
}
@media (max-width: 410px) {
  .catalog__banner-button a {
    padding: 10px 22px;
    font-size: 14px;
  }
}
.catalog__banner-button:hover {
  cursor: pointer;
}
.catalog__banner--tablet {
  display: none;
}
@media (max-width: 1023px) {
  .catalog__banner--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px 0 0;
    min-height: 220px;
  }
}
@media (max-width: 410px) {
  .catalog__banner--tablet {
    background-position: 10% 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.catalog__else {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  color: white;
  background-color: #08267f;
  border-radius: 4px;
  text-decoration: none;
  max-width: 360px;
  width: 100%;
  cursor: pointer;
}
.catalog__else:hover {
  cursor: pointer;
}
.catalog .inner-menu__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .catalog .inner-menu__filter {
    display: none;
  }
}
.catalog .inner-menu__filter-item-wrap {
  color: #697BB3;
  margin: 0 0 40px 0;
  left: 0;
}
.catalog .inner-menu__filter-item {
  margin: 0 0 12px 0;
  padding: 0 9px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.catalog .inner-menu__filter-item_selected {
  color: #08267f;
  position: relative;
  border-color: transparent;
  border-radius: 4px;
}
.catalog .inner-menu__filter-item_selected:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #CDD3E4;
  opacity: 0.4;
}
.catalog .inner-menu__filter-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.catalog .inner-menu__menu-subitem {
  opacity: 1;
}
.catalog #choice-corpus {
  display: none;
  margin: 20px;
}
.catalog #choice-corpus.open {
  display: block;
}
/* new props (redesign) */
.checkbox {
  position: relative;
  padding: 0 0 0 40px;
  display: inline-block;
  min-height: 26px;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox input:checked + .checkbox__box:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(/local/templates/main/img/icons/check3.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 5px;
  left: 6px;
}
.checkbox__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #CDD3E4;
  background: #fff;
  border-radius: 4px;
}
.checkbox__label {
  display: inline-block;
}
.checkbox small {
  font-size: 14px;
  margin: 15px 0 0 0;
  display: inline-block;
}
.checkbox .form__error-msg {
  display: block !important;
}
/* new props (redesign) */
.client-form_bg {
  position: relative;
}
.client-form_bg:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.client-form_content {
  max-width: 1252px;
  margin: 50px auto 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .client-form_content {
    padding: 0 20px;
  }
}
.client-form__title {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 600;
  color: #263975;
  font-family: "vtb_cond_book";
  width: 60%;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .client-form__title {
    font-size: 36px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .client-form__title {
    font-size: 28px;
  }
}
.client-form_popup .client-form__title {
  font-size: 40px;
  color: #000;
  width: auto;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .client-form_popup .client-form__title {
    font-size: 28px;
    text-align: center;
  }
}
.client-form__subtitle {
  margin: 20px 0 0 0;
  font-size: 16px;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .client-form_popup .client-form__subtitle {
    text-align: center;
  }
}
.client-form__price {
  font-size: 16px;
  font-weight: bold;
}
.client-form__price .rouble {
  font-family: "Ruble";
  font-style: normal;
  font-weight: 500;
}
.client-form__wrapper {
  margin: 50px 0 0 0;
}
.client-form_content .client-form__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client-form_content .client-form__wrapper:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .client-form_content .client-form__wrapper {
    margin: 50px -40px 0 -40px;
  }
}
@media (max-width: 1023px) {
  .client-form_content .client-form__wrapper {
    display: block;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .client-form_content .client-form__wrapper {
    margin: 40px -20px 0 -20px;
  }
}
@media (max-width: 767px) {
  .client-form_popup .client-form__wrapper {
    margin: 31px 0 0 0;
  }
}
.client-form__leftside {
  width: 60%;
  padding: 70px 130px 90px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .client-form__leftside {
    padding-left: 40px;
    padding-right: 80px;
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .client-form__leftside {
    padding: 40px 0;
    width: 455px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .client-form__leftside {
    width: auto;
    padding: 40px 20px;
  }
}
.client-form__rightside {
  background: #fff;
  width: 40%;
  padding: 70px 50px 100px 50px;
  background: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .client-form__rightside {
    width: 45%;
    padding-right: 70px;
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .client-form__rightside {
    width: 492px;
    margin: 0 auto;
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .client-form__rightside {
    width: auto;
    padding: 0 20px;
    background: none;
  }
}
.client-form__chooser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1199px) {
  .client-form__chooser {
    margin-right: -40px;
  }
  .client-form_popup .client-form__chooser {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .client-form__chooser {
    display: block;
  }
}
.client-form__chooser:before {
  content: "";
  height: 2px;
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  position: absolute;
}
.client-form_content .client-form__chooser:before {
  right: -130px;
  width: 100vw;
}
@media (max-width: 1023px) {
  .client-form_content .client-form__chooser:before {
    right: -50%;
  }
}
.client-form_popup .client-form__chooser:before {
  width: calc(100% + 136px);
  left: -68px;
}
@media (min-width: 1200px) {
  .client-form_popup .client-form__chooser:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .client-form__chooser:before {
    display: none;
  }
}
.client-form__chooser-item {
  margin: 0 40px 0 0;
  padding: 0 0 25px 0;
  position: relative;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.client-form__chooser-item:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1199px) {
  .client-form_content .client-form__chooser-item, .client-form_popup .client-form__chooser-item {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 767px) {
  .client-form__chooser-item {
    display: block;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
  }
}
.client-form__chooser-item-text, .client-form__chooser-item-title {
  display: block;
}
@media (min-width: 1024px) {
  .client-form__chooser-item-text, .client-form__chooser-item-title {
    white-space: nowrap;
  }
}
.client-form__chooser-item-text {
  color: #949494;
  font-size: 14px;
}
@media (max-width: 767px) {
  .client-form__chooser-item-text_empty {
    display: none;
  }
}
.client-form__chooser-item-title {
  font-weight: 500;
}
.client-form__chooser-item-mark {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #009FDF;
  bottom: 0;
  left: 0;
  display: none;
}
input:checked + .client-form__chooser-item-mark {
  display: block;
}
@media (max-width: 767px) {
  .client-form__chooser-item-mark {
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.client-form__chooser-item input {
  position: absolute;
  opacity: 0;
}
.client-form__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: -10px;
}
.client-form__tags-item {
  display: inline-block;
  margin: 0 10px 15px 0;
  cursor: pointer;
}
.client-form__tags-item span {
  display: inline-block;
  border-radius: 20px;
  padding: 0 10px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.client-form__tags input {
  position: absolute;
  opacity: 0;
}
.client-form__tags input:checked + span {
  border-color: #009FDF;
}
.client-form .checkbox__label {
  color: #949494;
  font-size: 12px;
}
.client-form__submit {
  height: 70px !important;
  line-height: 70px !important;
  max-width: none !important;
}
.client-form_content .client-form__submit {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: calc(100% - 100px);
}
@media (max-width: 1023px) {
  .client-form_content .client-form__submit {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.client-form_popup .client-form__submit {
  width: 100%;
}
.client-form_popup .client-form__agree {
  margin: 20px 0 0 0;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media (max-width: 540px) {
  .client-form_popup .client-form__agree {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-right: 30px;
  }
}
.client-form__success-popup {
  display: none;
}
.client-form__divider {
  height: 1px;
  width: 100%;
  background: #CDD3E4;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .client-form__divider {
    margin-bottom: 30px;
  }
}
.client-form--horizontal .client-form__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1172px;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__banner {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .client-form--horizontal .client-form__banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1400px) {
  .client-form--horizontal .client-form__banner {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .client-form--horizontal .client-form__banner-left-block {
    margin-right: auto;
    width: calc(calc((703px + 419px) / 703px * 100%) - 25px);
  }
}
@media (min-width: 1024px) {
  .client-form--horizontal .client-form__banner-right-block {
    width: calc(calc((703px + 419px) / 419px * 100%) - 25px);
    padding-top: 10px;
  }
}
.client-form--horizontal .client-form__banner-heading {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #263975;
  padding: 12px 0 22px;
  letter-spacing: -1.5px;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__banner-heading {
    padding-top: 30px;
    font-size: 40px;
    line-height: 51px;
  }
}
.client-form--horizontal .client-form__banner-description {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  padding: 16px 0 38px;
  letter-spacing: -1.8px;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__banner-description {
    font-size: 32px;
    line-height: 41px;
    padding: 49px 0 50px;
  }
}
.client-form--horizontal .client-form__banner-image-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__banner-image-wrapper {
    position: static;
    width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.client-form--horizontal .client-form__banner-img {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
}
.client-form--horizontal .client-form__banner-img[src=""] {
  height: 200px;
}
.client-form--horizontal .client-form__banner-brand-logo {
  display: none;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__banner-brand-logo {
    width: 70px;
    height: 70px;
  }
}
.client-form--horizontal .client-form__form {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 1;
  background-color: #f7f7f7;
}
.client-form--horizontal .client-form__inner {
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__inner {
    padding: 49px 80px 90px;
  }
}
@media (min-width: 1024px) {
  .client-form--horizontal .client-form__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .client-form--horizontal .client-form__inner {
    padding: 70px 0 90px;
  }
}
.client-form--horizontal .client-form__f-block {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__f-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .client-form--horizontal .client-form__f-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-right: auto;
    width: calc(calc((703px + 419px) / 703px * 100%) - 25px);
  }
}
@media (min-width: 1024px) {
  .client-form--horizontal .client-form__s-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .client-form--horizontal .client-form__s-block-rows {
    margin-bottom: 0;
    width: calc(50% - 25px);
  }
  .client-form--horizontal .client-form__s-block-rows:first-child {
    margin-right: auto;
  }
}
.client-form--horizontal .client-form__th-block-row:last-child {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__th-block-row:last-child {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .client-form--horizontal .client-form__th-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(calc((703px + 419px) / 419px * 100%) - 25px);
  }
  .client-form--horizontal .client-form__th-block-row:nth-child(3), .client-form--horizontal .client-form__th-block-row:nth-child(2) {
    margin-bottom: 24px !important;
  }
}
.client-form--horizontal .client-form__submit {
  width: 100%;
  max-width: none;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .client-form--horizontal .client-form__submit {
    margin-top: auto;
  }
}
.client-form--main-popup.client-form_content {
  margin-top: 0;
}
.client-form--main-popup .client-form__wrapper {
  padding-bottom: 40px;
}
.client-form--main-popup .client-form__wrapper:before {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .client-form--main-popup .client-form__wrapper:before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .client-form--main-popup .client-form__wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .client-form--main-popup .client-form__wrapper {
    padding-bottom: 20px;
  }
}
.client-form--main-popup .client-form__leftside {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .client-form--main-popup .client-form__leftside {
    padding-right: 20px;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .client-form--main-popup .client-form__leftside {
    width: 455px;
  }
}
@media (max-width: 767px) {
  .client-form--main-popup .client-form__leftside {
    width: auto;
  }
}
.client-form--main-popup .client-form__rightside {
  width: 50%;
}
@media (max-width: 1199px) {
  .client-form--main-popup .client-form__rightside {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .client-form--main-popup .client-form__rightside {
    width: auto;
  }
}

.popup--leasingcars .client-form__divider {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .popup--leasingcars .client-form__divider {
    margin-bottom: 30px;
  }
}
.popup--leasingcars .client-form__wrapper {
  margin-top: 30px;
}
/* new props (redesign) */
.collapse {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.collapse.active {
  background-color: #EBEDF4;
}
.collapse.active .collapse__icon {
  background-color: #ffffff;
}
.collapse.active .collapse__content {
  max-height: 3000px;
  padding-bottom: 32px;
}
.collapse.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.collapse__header {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .collapse__header {
    padding: 12px 20px;
  }
}
.collapse__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 185px;
  flex: 0 1 185px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .collapse__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.collapse__icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #EBEDF4;
  color: #000000;
}
.collapse__icon svg {
  fill: currentColor;
  width: 12px;
  height: 10px;
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.collapse__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.collapse .car-equipment__item {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .collapse .car-equipment__item {
    padding: 0 20px;
  }
}
.collapse .spec-prop {
  color: #000000;
}
/* new props (redesign) */
.company-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
.company-feature:last-of-type(1) {
  margin-bottom: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .company-feature {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.company-feature__count {
  font-size: 64px;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .company-feature__count {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .company-feature__count {
    font-size: 38px;
  }
}
.company-feature__description {
  margin-left: 15px;
  font-size: 24px;
  line-height: 27px;
  max-width: 220px;
}
@media (max-width: 1023px) {
  .company-feature__description {
    font-size: 20px;
    line-height: 24px;
    margin-left: 0;
  }
}
.company-feature--truck .company-feature {
  max-width: none;
}
/* new props (redesign) */
.contacts {
  max-width: 1374px;
  padding: 0 40px;
  margin: 90px auto 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .contacts {
    margin: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding: 0;
  }
}
.contacts__title {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.contacts__title h2 {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .contacts__title h2 {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contacts__title h2 {
    font-size: 28px;
  }
}
.contacts__title h2 small {
  display: block;
  font-size: 0.6em;
}
.contacts__title h2 h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .contacts__title h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .contacts__title {
    text-align: center;
    margin: 0 0 40px 0;
  }
}
.contacts__select-city {
  position: absolute;
  top: 20px;
  right: 0;
  text-decoration: none;
}
.contacts__select-city svg {
  vertical-align: middle;
  margin: 0 0 0 5px;
}
@media (max-width: 1023px) {
  .contacts__select-city {
    position: relative;
    top: auto;
    right: auto;
  }
}
.contacts__inner {
  padding: 92px 0 0 0;
  position: relative;
  width: calc(100% - 62px);
  margin: 0 0 0 62px;
}
@media (max-width: 1199px) {
  .contacts__inner {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .contacts__inner {
    padding: 0;
  }
}
.contacts__info {
  background: #263975;
  color: #fff;
  width: 432px;
  position: absolute;
  top: 92px;
  left: 0;
  padding: 63px 40px 0 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
@media (max-width: 1023px) {
  .contacts__info {
    position: relative;
    top: auto;
    width: auto;
  }
}
@media (max-width: 767px) {
  .contacts__info {
    padding: 40px 20px 0 20px;
  }
}
.contacts__info-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 10px 0;
  border-bottom: 4px solid #009FDF;
  margin: 0 120px 30px 0;
  font-family: "vtb_cond";
  font-weight: bold;
  position: relative;
}
@media (max-width: 1023px) {
  .contacts__info-title {
    display: inline-block;
    margin-right: 0;
    padding-right: 30px;
  }
  .contacts__info-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .contacts__info-title {
    border: none;
    font-size: 30px;
    padding: 0;
  }
}
.contacts__info-title:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  bottom: -3px;
  right: 0;
  background: #009FDF;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
@media (max-width: 767px) {
  .contacts__info-title:after {
    display: none;
  }
}
.contacts__info p {
  margin: 0 0 30px 0;
}
.contacts__info p span, .contacts__info p a {
  font-size: 24px;
  display: block;
  font-family: "vtb_cond";
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .contacts__info p span, .contacts__info p a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contacts__info p {
    margin: 0 0 20px 0 !important;
  }
}
.contacts__info p small {
  font-size: 12px;
  opacity: 0.3;
}
.contacts__info p:nth-child(2) {
  margin: 0 0 60px 0;
}
@media (max-width: 1023px) {
  .contacts__info p:nth-child(2) {
    margin: 0 0 30px 0;
  }
}
.contacts__info p:nth-child(2) span, .contacts__info p:nth-child(2) a {
  font-size: 38px;
}
@media (max-width: 1023px) {
  .contacts__info p:nth-child(2) span, .contacts__info p:nth-child(2) a {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contacts__info p:nth-child(2) span, .contacts__info p:nth-child(2) a {
    font-size: 28px;
  }
}
.contacts__info-button {
  color: #fff;
  background: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: #fff;
  color: #263975;
  display: block;
  margin: 60px 0 0 0;
}
.contacts__info-button:hover {
  background: #D83A36;
}
.contacts__info-button:hover {
  background: rgb(242.25, 242.25, 242.25);
}
@media (max-width: 1023px) {
  .contacts__info-button {
    margin: 0;
    display: inline-block;
    width: 352px;
  }
}
@media (max-width: 767px) {
  .contacts__info-button {
    width: 100%;
  }
}
.contacts__addr {
  padding: 0 20px 0 40px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.contacts__addr-icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .contacts__inner .contacts__addr-icon {
    left: 40px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .contacts__inner .contacts__addr-icon {
    left: 20px;
  }
}
.contacts__addr-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contacts__addr-text {
    font-size: 15px;
  }
}
.contacts__addr small {
  font-size: 14px;
  color: #949494;
  display: block;
  margin: 5px 0 0 0;
}
.contacts__inner .contacts__addr {
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
}
@media (max-width: 1023px) {
  .contacts__inner .contacts__addr {
    position: relative;
    width: auto;
    padding: 15px 40px 15px 80px;
  }
}
@media (max-width: 767px) {
  .contacts__inner .contacts__addr {
    padding: 15px 40px 15px 60px;
  }
}
.contacts__map {
  width: calc(100% - 375px);
  height: 590px;
  margin: -92px 0 0 375px;
}
.contacts__map iframe {
  display: block;
}
@media (max-width: 1023px) {
  .contacts__map {
    width: auto;
    margin: 0 -40px;
    height: 430px;
  }
}
@media (max-width: 767px) {
  .contacts__map {
    height: 370px;
    margin: 0;
  }
}
.contacts__form {
  padding: 150px 362px 70px 0;
  position: relative;
  position: relative;
}
.contacts__form:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .contacts__form {
    padding-right: 290px;
  }
}
@media (max-width: 1023px) {
  .contacts__form {
    padding: 50px 0 170px 0;
  }
}
@media (max-width: 767px) {
  .contacts__form {
    padding: 40px 20px 130px 20px;
  }
}
.contacts__form:before {
  margin-left: -31px;
}
@media (max-width: 1199px) {
  .contacts__form:before {
    margin: 0;
  }
}
.contacts__form-banner {
  position: absolute;
  top: 100px;
  right: 0;
  width: 332px;
  height: 667px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/promo/65.jpg);
}
@media (max-width: 1023px) {
  .contacts__form-banner {
    width: 100%;
    height: 250px;
    top: auto;
    bottom: -125px;
    background-image: url(../img/promo/66.jpg);
  }
}
@media (max-width: 767px) {
  .contacts__form-banner {
    width: calc(100% - 40px);
    right: 20px;
  }
}
.contacts__submit {
  width: 100%;
  height: 70px !important;
  line-height: 70px !important;
}
.contacts__adress-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: 0 auto 30px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1370px) {
  .contacts__adress-tiles {
    margin-left: 62px;
  }
}
@media (max-width: 1199px) {
  .contacts__adress-tiles {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contacts__adress-tiles {
    display: block;
    margin: 0 20px 40px 20px;
  }
}
.contacts__adress-tiles-item {
  width: calc(50% - 15px);
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  padding: 30px 40px;
}
@media (max-width: 1023px) {
  .contacts__adress-tiles-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .contacts__adress-tiles-item {
    width: auto;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .contacts__adress-tiles-item {
    padding: 30px;
  }
}
.contacts__adress-tiles-item h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond";
  margin: 0 0 15px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contacts__adress-tiles-item h3 {
    font-size: 22px;
  }
}
.contacts__adress-tiles-item .contacts__advert {
  margin-top: 20px;
}
.contacts__adress-tiles-item .contacts__advert b, .contacts__adress-tiles-item .contacts__advert strong {
  font-weight: bold;
}
/* new props (redesign) */
.content-form {
  max-width: 1252px;
  margin: 0 auto;
  padding: 60px 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .content-form {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .content-form {
    padding: 60px 20px 0 20px;
  }
}
.content-form_bg {
  position: relative;
}
.content-form_bg:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.content-form .form {
  padding: 0 326px 0 0;
}
@media (max-width: 1199px) {
  .content-form .form {
    padding: 0 248px 0 0;
  }
}
@media (max-width: 1023px) {
  .content-form .form {
    padding: 0;
  }
}
.content-form__banner {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 1;
  width: 322px;
}
@media (max-width: 1199px) {
  .content-form__banner {
    width: 255px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .content-form__banner {
    position: relative;
    width: auto;
    bottom: auto;
    height: 250px;
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .content-form__banner {
    margin: 30px 0 0 0;
  }
}
.content-form__banner img {
  max-width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .content-form__banner img {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    transform: translateY(-42%);
  }
}
/* new props (redesign) */
.content-subnav {
  margin: -31px auto 0;
  max-width: 924px;
  padding: 0 3px 0 0;
}
.content-subnav__container {
  background-color: #ffffff;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  padding: 21px 34px 24px;
  width: auto;
}
.content-subnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}
.content-subnav__link {
  display: inline-block;
  vertical-align: top;
  padding: 4px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #08267f;
  text-decoration: none;
  -webkit-transition: 0.2s color linear;
  transition: 0.2s color linear;
}
.content-subnav__list:hover .content-subnav__link {
  color: rgba(8, 38, 127, 0.4);
}
.content-subnav__list:hover .content-subnav__link:hover {
  color: #08267f;
}
/* new props (redesign) */
.content-table {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px 135px 40px;
  position: relative;
}
.content-table:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1023px) {
  .content-table {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .content-table {
    padding: 0 20px;
  }
}
.content-table:before {
  height: 212px;
  bottom: 0;
  top: auto;
}
@media (max-width: 1023px) {
  .content-table:before {
    display: none;
  }
}
.content-table__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .content-table__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content-table__title {
    font-size: 28px;
  }
}
.content-table__title small {
  display: block;
  font-size: 0.6em;
}
.content-table__title h1 {
  margin-bottom: 0;
}
.content-table table {
  width: 100%;
}
.content-table table th, .content-table table td {
  border-bottom: 1px solid #eee;
  text-align: left;
}
.content-table table th {
  padding: 40px 30px 50px 30px;
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond";
  line-height: 1.3;
}
.content-table table td {
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .content-table table td {
    padding: 10px 20px;
  }
}
.content-table table td b {
  font-weight: 500;
}
.content-table table tr.no-padding td {
  padding: 0;
}
.content-table table tr:last-child td {
  border: 0;
}
.content-table__table-button {
  display: block;
  padding: 30px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
.content-table__table-button:hover, .faq .content-table__table-button {
  background: #009FDF;
  color: #fff;
}
.faq .content-table__table-button {
  display: inline-block;
  margin: 20px 0 0 30px;
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .faq .content-table__table-button {
    margin: 0;
    width: 100%;
  }
}
.content-table__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 370px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-table__button:hover {
  background: #D83A36;
}
@media (max-width: 1023px) {
  .content-table__button {
    position: static;
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .content-table__button {
    width: 100%;
  }
}
.content-table .faq {
  margin: 0;
}
.content-table .faq__text {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .content-table .faq__text {
    padding: 0;
  }
}
.content-table .faq__item {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  margin: 0 0 30px 0;
  border-left: 2px solid #009FDF;
}
/* new props (redesign) */
.count-block {
  color: #0C1F58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 63px;
}
@media (max-width: 1199px) {
  .count-block {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    row-gap: 60px;
  }
}
@media (max-width: 1023px) {
  .count-block {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .count-block {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    row-gap: 33px;
  }
}
.count-block__item {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  grid-template-areas: "left top" "left description";
  grid-template-columns: auto auto;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
@media (max-width: 767px) {
  .count-block__item {
    grid-template-areas: "left top" "description description";
    grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, 100%);
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, 100%);
    row-gap: 5px;
  }
}
.count-block__left {
  grid-area: left;
  font-weight: 700;
  font-size: 124px;
  line-height: 90px;
}
@media (max-width: 767px) {
  .count-block__left {
    font-size: 64px;
    line-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .count-block__left span {
    padding-right: 0.5rem;
  }
}
.count-block__left span {
  grid-area: top;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
}
.count-block__top {
  grid-area: top;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .count-block__top {
    font-size: 36px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
}
.count-block__description {
  grid-area: description;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .count-block__description {
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.count-block__separator {
  display: block;
  position: relative;
  height: 90px;
  border-right: 1px solid #D9D9D9;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .count-block__separator--mob-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .count-block__separator {
    display: none;
  }
}
@media (max-width: 767px) {
  .count-block--truck {
    grid-template-areas: "item1 item2" "item4 item3";
  }
}
@media (max-width: 767px) {
  .count-block--truck .count-block__item--1 {
    grid-area: item1;
  }
}
@media (max-width: 767px) {
  .count-block--truck .count-block__item--2 {
    grid-area: item2;
  }
}
@media (max-width: 767px) {
  .count-block--truck .count-block__item--3 {
    grid-area: item3;
  }
}
@media (max-width: 767px) {
  .count-block--truck .count-block__item--4 {
    grid-area: item4;
  }
}
/* new props (redesign) */
.dealer-car-card {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.dealer-car-card__inner {
  padding: 17px 16px 28px;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .dealer-car-card__inner {
    padding: 17px 16px 16px;
  }
}
@media (min-width: 1366px) {
  .dealer-car-card__inner {
    padding: 38px 16px 42px 16px;
  }
}
.dealer-car-card__f-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dealer-car-card__s-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 17px;
}
.dealer-car-card__t-line {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .dealer-car-card__mobile-block {
    display: none;
  }
}
.dealer-car-card__tablet-and-desktop-block {
  display: none;
}
@media (min-width: 768px) {
  .dealer-car-card__tablet-and-desktop-block {
    display: block;
  }
}
@media (min-width: 1366px) {
  .dealer-car-card__tablet-and-desktop-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dealer-car-card__tablet-and-desktop-block .dealer-car-card__f-line {
    width: 33.3333333333%;
  }
  .dealer-car-card__tablet-and-desktop-block .dealer-car-card__s-line {
    width: 66.6666666667%;
    padding-bottom: 0;
  }
}
.dealer-car-card__tablet-and-desktop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dealer-car-card__tablet-and-desktop-wrapper-element {
  width: 50%;
}
@media (min-width: 768px) {
  .dealer-car-card__tablet-and-desktop-wrapper-element:nth-child(1) {
    padding-left: 44px;
    padding-right: 14px;
    position: relative;
  }
  .dealer-car-card__tablet-and-desktop-wrapper-element:nth-child(1):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #EBEDF4;
  }
  .dealer-car-card__tablet-and-desktop-wrapper-element:nth-child(2) {
    padding-left: 48px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__colors {
    padding-top: 13px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__year {
    padding-top: 8px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__additional-equipment {
    padding-top: 11px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__price {
    font-size: 22px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__min-price {
    padding-top: 14px;
    font-size: 16px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__button {
    margin-top: 32px;
    width: 240px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__actual {
    font-size: 16px;
    padding-top: 22px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__actual br {
    display: none;
  }
}
@media (min-width: 1366px) {
  .dealer-car-card__tablet-and-desktop-wrapper-element:nth-child(1) {
    padding-left: 18px;
    padding-right: 28px;
    position: relative;
  }
  .dealer-car-card__tablet-and-desktop-wrapper-element:nth-child(1):after {
    right: 12px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper-element:nth-child(2) {
    padding-left: 12px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__button {
    width: 100%;
    margin-top: 28px;
  }
  .dealer-car-card__tablet-and-desktop-wrapper .dealer-car-card__photo {
    margin: 38px 0 0;
  }
}
.dealer-car-card__price {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  padding-right: 12px;
  letter-spacing: -0.6px;
}
.dealer-car-card__min-price {
  font-size: 14px;
  line-height: 18px;
  padding-right: 12px;
  letter-spacing: -0.6px;
}
.dealer-car-card__stock {
  font-size: 14px;
  line-height: 18px;
  color: #8A8A8E;
  letter-spacing: -1px;
}
.dealer-car-card__actual {
  font-size: 12px;
  line-height: 111%;
  color: #8A8A8E;
  text-align: end;
}
@media (min-width: 768px) {
  .dealer-car-card__actual {
    text-align: start;
  }
}
.dealer-car-card__photo {
  width: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 16px;
  margin-bottom: 12px;
  height: 130px;
}
.dealer-car-card__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  width: 100%;
}
.dealer-car-card__button:hover {
  background: #D83A36;
}
.dealer-car-card__on-the-way {
  font-size: 24px;
  line-height: 27px;
}
.dealer-car-card__colors {
  color: #8A8A8E;
  line-height: 1.3;
}
.dealer-car-card__colors-label {
  padding-right: 2px;
}
.dealer-car-card__colors-color {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.dealer-car-card__year-label {
  color: #8A8A8E;
}
.dealer-car-card__additional-equipment {
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
}
/* new props (redesign) */
.dealer-wrapper__f-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 28px;
}
.dealer-wrapper__l-block {
  width: 60%;
  padding-right: 12px;
}
.dealer-wrapper__r-block {
  width: 40%;
}
.dealer-wrapper__name, .dealer-wrapper__phone {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.1;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .dealer-wrapper__name, .dealer-wrapper__phone {
    font-size: 20px;
  }
}
.dealer-wrapper__address, .dealer-wrapper__call-description {
  font-size: 12px;
  line-height: 1.1;
  color: #8A96A8;
}
@media (min-width: 768px) {
  .dealer-wrapper__address, .dealer-wrapper__call-description {
    font-size: 14px;
  }
}
.dealer-wrapper__name {
  letter-spacing: -1.3px;
}
@media (min-width: 768px) {
  .dealer-wrapper__name {
    letter-spacing: -1.6px;
  }
}
.dealer-wrapper__phone, .dealer-wrapper__call-description {
  text-align: end;
}
/* new props (redesign) */
.dealers {
  padding: 20px 40px 0 40px;
  max-width: 1252px;
  margin: 0 auto;
  position: relative;
}
.dealers:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.dealers:before {
  height: 250px;
}
@media (max-width: 767px) {
  .dealers {
    padding: 0 20px;
  }
}
.dealers__item {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  margin: 0 0 30px 0;
  background: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .dealers__item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .dealers__item {
    display: block;
    padding: 40px 20px;
  }
}
.dealers__item-leftside {
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (max-width: 1023px) {
  .dealers__item-leftside {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .dealers__item-leftside {
    width: auto;
    text-align: center;
  }
}
.dealers__item-rightside {
  margin: 10px 0 0 0;
}
.dealers__logo {
  margin: 0 0 30px 0;
  max-width: 100%;
}
.dealers__city {
  display: block;
  color: #949494;
  margin: 0 0 5px 0;
}
.dealers__phone {
  display: block;
  font-weight: 500;
}
.dealers__name {
  font-size: 24px;
  font-family: "vtb_cond";
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .dealers__name {
    text-align: center;
  }
}
.dealers__text p {
  margin: 0 0 20px 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .dealers__text {
    display: none;
    font-size: 15px;
    padding: 20px 0 0 0;
  }
  .dealers__more_up + .dealers__text {
    display: block;
  }
}
.dealers__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width: 370px;
  margin: 50px auto 0 auto;
  display: block;
}
.dealers__button:hover {
  background: #D83A36;
}
@media (max-width: 767px) {
  .dealers__button {
    width: 100%;
  }
}
.dealers__more {
  display: none;
  font-weight: 500;
  padding: 15px 0 0 0;
  border-top: 1px solid #f6f6f6;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.dealers__more:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0 0 20px;
  position: absolute;
  right: 0;
  top: 20px;
}
.dealers__more_up {
  color: #009FDF;
}
.dealers__more_up:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 23px;
  border-color: #009FDF;
}
@media (max-width: 767px) {
  .dealers__more {
    display: block;
  }
}
/* new props (redesign) */
.disclaimers-container {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.btn-scrollto-up {
  display: block;
  position: absolute;
  top: -180px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 33.5px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
@media (max-width: 767px) {
  .btn-scrollto-up {
    top: -165px;
    right: 15px;
  }
}
@media (max-width: 540px) {
  .btn-scrollto-up {
    top: -130px;
    right: 15px;
  }
}
.bx-touch .btn-scrollto-up {
  top: -130px;
}
@media (max-width: 767px) {
  .bx-touch .btn-scrollto-up {
    top: -130px;
    right: 15px;
  }
}
@media (max-width: 540px) {
  .bx-touch .btn-scrollto-up {
    top: -130px;
    right: 15px;
  }
}
.btn-scrollto-up.is-show {
  opacity: 1;
  visibility: visible;
}
.btn-scrollto-up:hover {
  background-color: #009FDF;
}
.btn-scrollto-up:hover .svg-icon {
  color: #ffffff;
}
.btn-scrollto-up .svg-icon {
  display: block;
  vertical-align: top;
  width: 14px;
  height: 18px;
  color: #263975;
  pointer-events: none;
  margin: 0 auto;
}
.btn-scrollto-up .svg-icon svg {
  fill: currentColor;
}
@charset "UTF-8";
/* new props (redesign) */
.faq {
  background: #fff;
  margin: 0 0 40px 0;
}
.faq:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .faq {
    margin: 0 -20px 20px -20px;
  }
}
@media (max-width: 767px) {
  .faq--main {
    margin: 0 1rem 1.25rem 1rem;
  }
}
.faq__item {
  border-bottom: 2px solid #f7f7f7;
}
.faq_gray .faq__item {
  background: #f7f7f7;
  border-color: #fff;
}
.faq__title {
  padding: 30px 70px 30px 40px;
  font-family: "vtb_cond";
  color: #263975;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
}
.faq__item_opened .faq__title {
  border-bottom: 2px solid #f7f7f7;
}
@media (max-width: 767px) {
  .faq__title {
    padding: 20px 50px 20px 20px;
    font-size: 16px;
  }
}
.faq__title:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 40px;
  font-size: 40px;
  line-height: 1;
  margin: -0.5em 0 0 0;
  font-family: "roboto";
  font-weight: 300;
}
@media (max-width: 767px) {
  .faq__title:after {
    right: 20px;
  }
}
.faq__item_opened .faq__title:after {
  content: "—";
}
.faq__text {
  padding: 40px;
  display: none;
}
@media (max-width: 767px) {
  .faq__text {
    padding: 30px 20px;
  }
}
.faq__item_opened .faq__text {
  display: block;
}
.faq__text p {
  margin: 0 0 10px 0;
}
.faq__link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.faq__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.faq__link:hover {
  color: #009FDF;
}
.faq__link:hover:after {
  left: 10px;
}
.faq--truck {
  margin: 80px 0 100px;
}
@media (max-width: 1023px) {
  .faq--truck {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .faq--truck {
    margin-bottom: 70px;
  }
}
.faq--truck .accordion {
  margin-top: 33px;
}
@media (max-width: 1023px) {
  .faq--truck .accordion {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .faq--truck .accordion {
    margin-top: 22px;
  }
}
/* new props (redesign) */
.feature-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(33.3333333333% - 25px);
  color: #000000;
}
@media (max-width: 767px) {
  .feature-info {
    width: 100%;
  }
}
.feature-info__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .feature-info__title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .feature-info__title-container {
    padding-left: 84px;
    position: relative;
  }
}
.feature-info__title {
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-top: 11px;
  margin-right: 20px;
  height: 71px;
}
@media (max-width: 1023px) {
  .feature-info__title {
    font-size: 20px;
    line-height: 27px;
    height: 57px;
  }
}
@media (max-width: 767px) {
  .feature-info__title {
    height: auto;
    margin-top: 0;
  }
}
.feature-info__subtitle {
  font-size: 16px;
  line-height: 19px;
  margin-top: 9px;
  margin-bottom: auto;
  padding-bottom: 13px;
}
@media (max-width: 1023px) {
  .feature-info__subtitle {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .feature-info__subtitle {
    padding-left: 84px;
    padding-bottom: 0px;
  }
}
.feature-info__subtitle a {
  text-decoration: none;
  font-weight: 600;
}
.feature-info__subtitle a:hover {
  color: #00AAFF;
}
.feature-info__icon {
  width: 64px;
  height: 64px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.feature-info__icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .feature-info__icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.feature-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00AAFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .feature-info__link {
    padding-left: 84px;
  }
}
.feature-info__link.bottom--link .bottom__arrow-container-line {
  color: #00AAFF;
}
.feature-info__link.bottom--link:hover {
  color: #0D53BB;
}
.feature-info__link.bottom--link:hover .bottom__arrow-container-line {
  background: #0D53BB;
}
.feature-info__link.bottom--link:active {
  color: #0C1F58;
}
.feature-info__link.bottom--link:active .bottom__arrow-container-line {
  background: #0C1F58;
}
.feature-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .feature-info-list {
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  .feature-info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}
/* new props (redesign) */
.features {
  max-width: 1366px;
  margin: 0 auto;
  padding: 90px 40px;
}
@media (max-width: 1199px) {
  .features {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 50px 20px;
  }
}
.features_no-bg:before {
  display: none;
}
.features__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .features__inner {
    display: block;
  }
}
.features__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  margin: 0 0 60px 0;
}
@media (max-width: 1023px) {
  .features__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .features__title {
    font-size: 28px;
  }
}
.features__title small {
  display: block;
  font-size: 0.6em;
}
.features__title h1 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .features__title {
    margin: 0 20px 60px 20px;
  }
}
.features__item {
  width: 33.3%;
  text-align: center;
  position: relative;
  padding: 0 40px;
  border-right: 1px solid #CDD3E4;
}
.features__item:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .features__item:first-child {
    padding-left: 0;
  }
  .features__item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .features__item {
    width: auto;
    margin: 0 0 35px 0;
    padding: 0;
    border: none;
  }
  .features__item:last-child {
    margin: 0;
  }
}
.features__item h2 {
  font-size: 36px;
  font-weight: 600;
  color: #263975;
  font-family: "vtb_cond";
  line-height: 1;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .features__item h2 {
    height: auto;
  }
}
.features__item h2 img {
  height: 43px;
}
.features__item p {
  min-height: 72px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .features__item p {
    min-height: 0;
    margin: 0 auto 10px auto;
    max-width: 300px;
  }
}
.features__item span {
  font-size: 12px;
  color: #949494;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 45px;
}
.features__item small {
  display: block;
  opacity: 0.4;
  font-size: 12px;
}
/* new props (redesign) */
.footer {
  background: #F4F7F9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 0 0 0;
}
@media (max-width: 767px) {
  .footer {
    margin: 50px 0 0 0;
  }
}
.footer__inner {
  padding: 64px 20px 80px 20px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .footer__inner {
    padding: 67px 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    padding: 0 15px 50px 15px;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 39px;
  padding-top: 27px;
}
.footer__row::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #D9D9D9;
}
.footer__row:nth-of-type(2) {
  padding-bottom: 46px;
  padding-top: 28px;
}
.footer__subcol {
  width: auto;
}
.footer__subcol:nth-child(2) {
  width: 42%;
}
.footer__accordion-icon {
  display: none;
  -webkit-transition: width 200ms;
  transition: width 200ms;
}
@media (max-width: 767px) {
  .footer__accordion-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .footer__accordion-icon:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #263975;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 2px;
    -webkit-transition: 200ms;
    transition: 200ms;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -9px;
  }
  .footer__accordion-icon:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #263975;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 2px;
    -webkit-transition: 200ms;
    transition: 200ms;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 8px;
  }
}
.footer__links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .footer__links-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__links--left {
  width: 26%;
}
@media (max-width: 1199px) {
  .footer__links--left {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer__links--left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__links--left .footer__links-list {
    border-bottom: none;
  }
}
.footer__links--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 74%;
}
@media (max-width: 1199px) {
  .footer__links--right {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .footer__links--right {
    width: 100%;
  }
}
.footer__links-wrapper-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 55px;
}
@media (max-width: 1199px) {
  .footer__links-wrapper-f {
    padding-bottom: 44px;
  }
}
.footer__links-wrapper-f .footer__links-list:nth-child(2) {
  padding-left: 8px;
}
@media (max-width: 1199px) {
  .footer__links-wrapper-f .footer__links-list:nth-child(2) {
    padding-left: 0;
  }
}
.footer__links-wrapper-f .footer__links-list:nth-child(3) {
  padding-left: 19px;
}
@media (max-width: 1199px) {
  .footer__links-wrapper-f .footer__links-list:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__links-wrapper-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.footer__links-wrapper-f .footer__links-list {
  width: 33.33%;
}
@media (max-width: 767px) {
  .footer__links-wrapper-f .footer__links-list {
    width: 100%;
  }
}
.footer__links-wrapper-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer__tablet-hidden {
    padding-bottom: 20px;
  }
}
.footer__links-wrapper-s .footer__links-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__links-wrapper-s .footer__links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #d7d6d6;
  }
}
.footer__links-wrapper-s .footer__tablet-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__links-wrapper-s .footer__tablet-hidden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.footer__links-wrapper-s .footer__link-heading {
  width: 100%;
}
@media (max-width: 1199px) {
  .footer__links-wrapper-s .footer__link-heading {
    padding-bottom: 21px;
  }
}
.footer__links-list.is-open .footer__accordion-icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer__links-list.is-open .footer__accordion-icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer__link-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0C1F58;
  padding-bottom: 17px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .footer__link-heading {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 40px 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer__link-heading:hover {
    cursor: pointer;
  }
}
.footer__link-heading a {
  text-decoration: none;
}
.footer__link-base {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #868686;
  padding-bottom: 12px;
  padding-right: 19px;
}
.footer__link-base:last-child {
  padding-bottom: 0;
}
.footer__link-base a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__link-base a:hover {
  color: #00AAFF;
}
.footer__link-base a:active {
  color: #0C1F58;
}
.footer__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .footer__top {
    padding-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 0;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 32px;
  }
}
.footer__top::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .footer__top::before {
    content: none;
  }
}
.footer__logo {
  width: 153px;
  height: 32px;
}
.footer__logo-container {
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .footer__logo-container {
    width: auto;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .footer__logo-container {
    margin-right: auto;
  }
}
.footer__phone {
  position: relative;
  margin-top: -5px;
}
@media (max-width: 1023px) {
  .footer__phone {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .footer__phone {
    padding: 0 0 0 0;
  }
}
.footer__phone-number {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  background-color: inherit;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.footer__phone-number, .footer__phone-number:focus, .footer__phone-number:active {
  outline: none;
}
.footer__phone small {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6B7683;
  display: block;
}
@media (max-width: 767px) {
  .footer__phone small {
    font-size: 10px;
    line-height: 16px;
  }
}
.footer__phone-container {
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .footer__phone-container {
    width: auto;
  }
}
.footer__socials {
  padding: 0 0 0 0;
  white-space: nowrap;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 1023px) {
  .footer__socials {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .footer__socials {
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__socials .icon-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #D9D9D9;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.footer__socials .icon-wrapper:hover {
  background: #00AAFF;
}
.footer__socials .icon-wrapper:hover svg g path {
  fill: #ffffff;
}
.footer__socials .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .footer__socials .icon {
    width: 56px;
    height: 56px;
  }
  .footer__socials .icon svg {
    width: 32px;
    height: 32px;
  }
}
.footer__socials-container {
  width: 340px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .footer__socials-container {
    width: auto;
  }
}
@media (max-width: 767px) {
  .footer__socials-container {
    width: 100%;
  }
}
.footer__empty-container {
  width: 250px;
}
@media (max-width: 767px) {
  .footer__empty-container {
    display: none;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  padding-bottom: 47px;
}
@media (max-width: 1023px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    padding-bottom: 0;
  }
}
.footer__menu::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #D9D9D9;
}
.footer__col-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 340px;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .footer__col-info {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .footer__col-info {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }
}
.footer__col-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - (100% - 1090px) / 3 - 340px);
  gap: 10px;
}
@media (max-width: 1023px) {
  .footer__col-menu {
    width: 100%;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__col-menu {
    height: auto;
    gap: 0;
  }
}
.footer__links-list {
  margin-top: 32px;
  width: 250px;
}
@media (max-width: 1023px) {
  .footer__links-list {
    width: calc(50% - 15px);
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__links-list:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__links-list:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__links-list:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (max-width: 767px) {
  .footer__links-list {
    margin-top: 0;
    border-top: 1px solid #d7d6d6;
    width: 100%;
  }
  .footer__links-list:not(.is-open) .footer__tablet-hidden {
    display: none;
  }
}
.footer__info {
  margin-bottom: 38px;
}
@media (max-width: 1023px) {
  .footer__info {
    width: 50%;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .footer__info {
    width: 100%;
    margin-bottom: 25px;
  }
}
.footer__info-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #868686;
}
.footer__info-content {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 11px;
}
.footer__info-content a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__info-content a:hover {
  color: #00AAFF;
}
.footer__info-content a:active {
  color: #0C1F58;
}
.footer__addr {
  padding: 0 0 34px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .footer__addr {
    padding: 0 0 34px 50px;
  }
}
.footer__addr-icon {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 767px) {
  .footer__addr-icon {
    top: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 1.4;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer__addr-icon {
    width: 42px;
    height: 42px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .footer__addr-icon img {
    margin: 17px 0 0 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer__addr-icon img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    margin: 7px 0 0 0;
  }
}
.footer__addr-text {
  display: block;
  font-size: 16px;
  min-height: 50px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .footer__addr-text {
    min-height: 0;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 767px) {
  .footer__addr-text {
    margin: 0 0 2px 0;
    font-size: 15px;
    max-width: 250px;
  }
}
.footer__addr small {
  font-size: 12px;
  color: #949494;
  display: block;
}
.footer__search {
  width: 100%;
  background: #fff;
  height: 69px;
  padding: 0 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__search input[type=search] {
  -webkit-appearance: textfield;
  border: none;
  font-size: 16px;
  height: 100%;
  outline: none;
  width: calc(100% - 69px);
}
.footer__search input[type=submit] {
  width: 69px;
  height: 69px;
  background: #fff url(../img/icons/search.png) 50% 50% no-repeat;
  color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.footer__email {
  padding: 20px 0 0 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .footer__email {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 767px) {
  .footer__email {
    padding: 0 0 0 50px;
  }
}
.footer__email-icon {
  position: absolute;
  top: 18px;
  left: 0;
}
@media (max-width: 1023px) {
  .footer__email-icon {
    top: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 1.4;
  }
  .footer__email-icon img {
    margin: 17px 0 0 0;
  }
}
@media (max-width: 767px) {
  .footer__email-icon {
    width: 42px;
    height: 42px;
    top: 0;
  }
  .footer__email-icon img {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    margin: 7px 0 0 0;
  }
}
.footer__email-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer__email-text {
    font-size: 15px;
  }
}
.footer__email-text a {
  text-decoration: none;
}
.footer__email small {
  font-size: 12px;
  color: #949494;
  display: block;
  margin: 2px 0 0 0;
}
.footer__social {
  padding: 20px 0 0 0;
}
@media (max-width: 1023px) {
  .footer__social {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer__social {
    padding: 20px 0;
    margin: 30px 0;
    text-align: center;
    border-top: 1px solid #d7d6d6;
    border-bottom: 1px solid #d7d6d6;
  }
}
.footer__social-item {
  margin: 0 20px 0 0;
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  color: #263975;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-item img {
  display: block;
  margin-right: 10px;
}
.footer__disclamer {
  margin: 39px 38px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #868686;
}
@media (max-width: 1199px) {
  .footer__disclamer {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .footer__disclamer {
    margin-top: 20px;
  }
}
.footer__disclamer p {
  margin: 0 0 22px 0;
}
@media (max-width: 767px) {
  .footer__disclamer p {
    margin: 0 0 15px 0;
  }
}
.footer__disclamer p:last-child {
  margin: 0;
}
.footer__disclamer-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .footer__disclamer-text {
    margin-bottom: 18px;
  }
}
.footer__disclamer-text a {
  font-weight: 600;
  text-decoration: none;
}
.footer__disclamer-text a:hover {
  color: #00AAFF;
}
.footer--inner-container {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .footer--profit .footer__inner {
    padding-top: 60px;
  }
}
.footer--profit .footer__disclamer {
  margin-top: 0;
}

.blue-theme {
  background: #001335;
}
.blue-theme .footer__top::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .blue-theme .footer__top::before {
    content: none;
  }
}
.blue-theme .footer__menu::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .blue-theme .footer__links-list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .blue-theme .footer__links-list:not(.is-open) .footer__tablet-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .blue-theme .footer__accordion-icon:before {
    background-color: #fff !important;
  }
  .blue-theme .footer__accordion-icon:after {
    background-color: #fff !important;
  }
}
.blue-theme .footer__phone-number,
.blue-theme .footer__link-heading,
.blue-theme .footer__info-content {
  color: #fff;
}
.blue-theme .footer__phone small {
  color: #808080;
}
@charset "UTF-8";
/* new props (redesign) */
.form__title {
  font-size: 28px;
  font-weight: 600;
  color: #263975;
  font-family: "vtb_cond";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .form__title {
    font-size: 26px;
  }
}
.form__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "vtb_cond";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -15px 0 60px;
}
.form__row {
  margin: 0 0 40px 0;
}
.form__row:last-child {
  margin-bottom: 0 !important;
}
.form__row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form__row_flex {
    display: block;
  }
}
.form__row_flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .form__row_desktop-sm-noflex {
    display: block;
  }
}
@media (max-width: 1023px) {
  .form__row_tablet-noflex {
    display: block;
  }
}
.form__row_fw-bb {
  position: relative;
}
.form__row_fw-bb::before {
  content: "";
  height: 2px;
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  position: absolute;
  left: -68px;
  right: -130px;
}
@media (max-width: 1199px) {
  .form__row_fw-bb::before {
    display: none;
  }
}
.form__row_submit {
  padding-top: 10px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .form__row {
    margin: 0 0 20px 0 !important;
  }
  .form__row--last-child-margin:last-child {
    margin: 0 0 20px 0 !important;
  }
}
@media (min-width: 768px) {
  .form__row--last-child-margin:last-child {
    margin: 0 0 40px 0 !important;
  }
}
.form__col {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.form__col:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1199px) {
  .form__row_desktop-sm-noflex .form__col {
    margin-bottom: 40px;
    margin-right: 0 !important;
  }
  .form__row_desktop-sm-noflex .form__col:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .form__row_desktop-sm-noflex .form__col {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .form__row_tablet-noflex .form__col {
    margin-bottom: 40px;
    margin-right: 0 !important;
  }
  .form__row_tablet-noflex .form__col:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .form__row_tablet-noflex .form__col {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .form__col {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .form__col {
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
}
.form__col_v-center {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .form__row_flex .form__col_h-right {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.form__col--max-w {
  max-width: 420px;
}
.form__label {
  font-size: 12px;
  color: #949494;
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .form__label {
    margin: 0 0 15px 0;
  }
}
.form__label_bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 15px 0;
  margin: 0;
}
.form__label a {
  float: right;
  text-transform: none;
}
.form__label--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__label--double small {
  padding-top: 4px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
}
.form__textinput {
  width: 100%;
  background: #fff;
  height: 52px;
  padding: 0 20px;
  border: 1px solid #CDD3E4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}
.form__textinput_error {
  color: #f03b51;
  border-color: #f03b51 !important;
}
.form__textinput_calendar {
  background-image: url(/local/templates/main/img/icons/calendar.svg);
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
}
.form__textinput_calendar--left {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form__textinput_calendar--right {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form__textinput:valid:not(:-moz-placeholder):not(.form__textinput_error):not(:focus) {
  background-image: url(/local/templates/main/img/icons/check4.svg) !important;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.form__textinput:valid:not(:-ms-input-placeholder):not(.form__textinput_error):not(:focus) {
  background-image: url(/local/templates/main/img/icons/check4.svg) !important;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.form__textinput:valid:not(:placeholder-shown):not(.form__textinput_error):not(:focus) {
  background-image: url(/local/templates/main/img/icons/check4.svg) !important;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.form__textarea {
  width: 100%;
  height: 196px;
  padding: 20px;
  border: 1px solid #CDD3E4;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .form__textarea {
    padding: 10px;
  }
}
.form__submit {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100%;
  max-width: 370px;
  display: block;
}
.form__submit:hover {
  background: #D83A36;
}
.form__col .form__submit {
  max-width: none;
}
.form__submit:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.form__submit--mt-auto {
  margin-top: auto;
}
.form__submit--lightblue {
  background-color: #00AAFF;
}
.form__submit--w100 {
  max-width: none;
  width: 100%;
}
.form__select {
  width: 100%;
  height: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #969696;
  border-radius: 0;
  padding: 0 20px;
  background: #fff url(/local/templates/main/img/ctrl/arr2.svg) top 50% right 15px no-repeat;
}
.form__time-chooser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__time-chooser-date,
.form__time-chooser select {
  width: 50%;
}
.form__time-chooser select,
.form__time-chooser input {
  height: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CDD3E4;
  border-radius: 0;
  padding: 0 20px;
  background: #fff url(/local/templates/main/img/ctrl/arr2.svg) top 50% right 15px no-repeat;
  border-radius: 4px 0 0 4px;
}
.form__time-chooser-date {
  position: relative;
}
.form__time-chooser-date._active .datepicker-inline {
  display: block;
}
.form__time-chooser-date + select {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.form__time-chooser input {
  width: 100%;
}
.form__time-chooser .datepicker-inline {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.form__error-msg {
  color: #f03b51;
  height: 0;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  position: relative;
  top: 5px;
  display: none;
}
.form__textinput_error + .form__error-msg {
  display: block;
}
.form__error-msg.form__textinput_error {
  border: none;
}
.form__agree {
  margin: 0 0 7px 0;
}
.form__agree .checkbox__label {
  color: #949494;
  font-size: 12px;
}
.form__search {
  width: 100%;
  background: #fff;
  height: 70px;
  padding: 0 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CDD3E4;
}
.form__search input[type=search] {
  border: none;
  font-size: 16px;
  height: 100%;
  outline: none;
  width: calc(100% - 68px);
}
.form__search input[type=submit] {
  width: 68px;
  height: 68px;
  background: #fff url(/local/templates/main/img/icons/search.png) 50% 50% no-repeat;
  color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.form__search--news-page {
  border-radius: 4px;
  overflow: hidden;
}
.form__info-popup {
  display: none;
}
.form__info-popup.show {
  display: block;
}
.form__file {
  color: #949494;
}
.form__file-box {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  border: 1px dashed #009FDF;
  padding: 20px;
  margin: 0 0 15px 0;
}
.form__file-box span {
  color: #25292f;
}
.form__file-box span span {
  color: #949494;
}
.form__file input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.form__file label {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  color: #25292f;
}
.form__file label:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.form__file label:hover {
  color: #009FDF;
}
.form__file label:hover:after {
  left: 10px;
}
.form-edo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .form-edo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-edo .form__link {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .form-edo .form__link {
    margin-top: 13px;
  }
}
.form-edo__image {
  margin: 0 auto 12px;
}
@media (min-width: 768px) {
  .form-edo__image {
    margin: 0 42px 0 0;
  }
}
.form-edo .checkbox__label {
  font-size: inherit;
}
.form-edo .checkbox__label-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #25292F;
}
@media (min-width: 768px) {
  .form-edo .checkbox__label-title {
    margin-bottom: 15px;
  }
}
.form-edo .client-form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding-right: 0;
  inset: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.form-edo .client-form__agree .checkbox__label-description {
  display: inline-block;
}
.form__link {
  color: #25292F;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.form__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.form__link:hover {
  color: #009FDF;
}
.form__link:hover:after {
  left: 10px;
}
.form input[type=number] {
  -moz-appearance: textfield;
}
.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* new props (redesign) */
.t-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;
  background: #fff;
  padding: 0 1.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.06);
}
.t-header.black-theme {
  background: #000000;
}
.t-header.blue-theme {
  background: #001335;
}
.t-header.blue-theme .t-header-top {
  border-bottom: 0.0625rem solid #555555;
}
@media screen and (max-width: 1279px) {
  .t-header.blue-theme .t-header-top {
    border: none;
  }
}
.t-header.blue-theme .t-header-btn-lk a {
  color: #fff !important;
}
.t-header.blue-theme .t-header-btn-lk a svg {
  width: 1rem;
  height: 1rem;
}
.t-header.blue-theme .t-header-btn-lk a svg path {
  fill: #fff !important;
}
.t-header.blue-theme .t-header-btn-lk a .t-btn-lk__link {
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .t-header.blue-theme .t-header-btn-lk a {
    padding: 0.75rem 1.4375rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .t-header.blue-theme .t-header-btn-lk a svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.t-header.blue-theme .t-header-btn-lk a:hover {
  color: #00AAFF;
  border-color: #00AAFF;
}
.t-header.blue-theme .t-header-btn-lk a:hover svg path {
  fill: #00AAFF;
}
@media (max-width: 1023px) {
  .t-header {
    position: fixed;
  }
}
.t-header-content {
  max-width: 90.0625rem;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .t-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding: 0.75rem 0;
  }
}
@media (max-width: 767px) {
  .t-header-content {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    padding: 0.5rem 0;
  }
  .t-header-content:has(.t-top-menu.open) .t-header-call-phone {
    visibility: hidden;
  }
}
.t-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 87.5625rem;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding: 1rem 0 0.75rem;
  border-bottom: 0.0625rem solid #D9D9D9;
}
@media screen and (max-width: 1279px) {
  .t-header-top {
    padding: 0;
    border: none;
    width: 100%;
  }
}
.t-header .t-header-search {
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 1279px) {
  .t-header .t-header-search {
    display: none;
  }
}
.t-header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  max-width: 87.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .t-header-bottom {
    padding: 0 3.75rem 0 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .t-header-bottom {
    padding: 0 2rem 0 0;
  }
}
.t-header-bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 1.4375rem;
  -moz-column-gap: 1.4375rem;
  column-gap: 1.4375rem;
}
.t-header .t-header-digital-leasing a {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375rem 1.5rem;
  line-height: 1.25rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .t-header .t-header-digital-leasing {
    display: none;
  }
}
.t-header .t-mobile-btn .t-header-digital-leasing {
  margin: 0 0 1rem;
  text-align: center;
  display: block !important;
}
.t-header .t-mobile-btn a {
  width: 100%;
  display: block;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.t-header .t-header-consultation a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 0.125rem solid #00AAFF;
  padding: 0.25rem 1.375rem;
  color: #00AAFF;
  white-space: nowrap;
}
.t-header .t-header-consultation a:hover {
  color: #FFF;
  background: #00AAFF;
}
@media screen and (max-width: 767px) {
  .t-header .t-header-consultation a {
    display: none;
  }
}
.t-header .t-header-btn-lk {
  padding: 0.75rem 0;
  margin: -0.75rem 0;
  position: relative;
}
.t-header .t-header-btn-lk-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 0.0625rem solid #85A7BE;
  padding: 0.3125rem 1rem;
  color: #85A7BE;
  -webkit-column-gap: 0.375rem;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
  white-space: nowrap;
  cursor: pointer;
}
.t-header .t-header-btn-lk-content svg {
  width: 0.75rem;
  height: 0.75rem;
}
.t-header .t-header-btn-lk-content svg path {
  fill: #85A7BE;
}
.t-header .t-header-btn-lk-content .t-btn-lk__link {
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .t-header .t-header-btn-lk-content {
    padding: 1rem 1.4375rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-width: 0.0625rem 0 0;
    border-radius: 0;
    border-color: #85A7BE !important;
    color: #85A7BE !important;
  }
  .t-header .t-header-btn-lk-content svg path {
    fill: #85A7BE !important;
  }
  .t-header .t-header-btn-lk-content svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.t-header .t-header-btn-lk-content:hover {
  color: #00AAFF;
  border-color: #00AAFF;
}
.t-header .t-header-btn-lk-content:hover svg path {
  fill: #00AAFF;
}
.t-header .t-header-btn-lk-content:hover .t-header-btn-lk-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.t-header .t-header-btn-lk-content .t-header-btn-lk-arrow {
  margin: 0 0 0 0.25rem;
}
@media screen and (max-width: 1279px) {
  .t-header .t-header-btn-lk-content .t-header-btn-lk-arrow {
    display: none;
  }
}
.t-header .t-header-btn-lk .t-header-btn-lk-submenu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 1rem 1.125rem 0.875rem 1.125rem;
  background-color: #ffffff;
  margin: -0.0625rem 0 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid #d9d9d9;
  -webkit-transition-delay: 0s, 0.1s;
  transition-delay: 0s, 0.1s;
  -webkit-transition-duration: 0.1s, 0s;
  transition-duration: 0.1s, 0s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: cubic-bezier(0.92, 0.03, 0.73, 0.14);
  transition-timing-function: cubic-bezier(0.92, 0.03, 0.73, 0.14);
  z-index: 999;
  left: 0;
  right: 0;
}
.t-header .t-header-btn-lk .t-header-btn-lk-submenu a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
}
.t-header .t-header-btn-lk .t-header-btn-lk-submenu a:hover {
  color: #00AAFF;
}
.t-header .t-header-btn-lk .t-header-btn-lk-submenu.t-shown {
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 1279px) {
  .t-header .t-header-btn-lk .t-header-btn-lk-submenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    position: static;
    border: none;
    padding: 0;
  }
  .t-header .t-header-btn-lk .t-header-btn-lk-submenu-item {
    text-align: center;
  }
  .t-header .t-header-btn-lk .t-header-btn-lk-submenu-item a {
    color: #85A7BE;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0;
    border: 0.125rem solid #85A7BE;
    border-radius: 0.25rem;
    padding: 0.6875rem 3rem;
  }
  .t-header .t-header-btn-lk .t-header-btn-lk-submenu-item a:hover {
    color: #85A7BE;
  }
}
.t-header .t-header-btn-lk:hover .t-header-btn-lk-submenu {
  display: block;
}
@media screen and (max-width: 1279px) {
  .t-header .t-header-btn-lk:hover .t-header-btn-lk-submenu {
    display: grid;
  }
}
.t-header-company-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-header-company-logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.t-header-company-logo img {
  width: 9.125rem;
}
@media screen and (max-width: 767px) {
  .t-header-company-logo img {
    width: 7.4375rem;
  }
}
.t-header.t-header-second-logo .t-header-company-logo {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.t-header.t-header-second-logo .t-header-company-second-logo {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.t-header.t-header-second-logo .t-header-company-second-logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.t-header.t-header-second-logo .t-header-company-second-logo img {
  width: 9.125rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .t-header.t-header-second-logo .t-header-company-second-logo img {
    width: 6.5rem;
    height: 1.625rem;
  }
}
@media (max-width: 1023px) {
  .t-header.t-header-second-logo .t-header-digital-leasing {
    display: none;
  }
}
@media (max-width: 767px) {
  .t-header.t-header-second-logo .t-header-top {
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .t-header .t-header-call-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.t-header .t-header-call-phone a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  color: #0C1F58;
  white-space: nowrap;
  text-align: left;
  background-color: inherit;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.t-header .t-header-call-phone a:hover {
  color: #00AAFF;
}
@media screen and (max-width: 767px) {
  .t-header .t-header-call-phone a {
    font-size: 0;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(/local/templates/main/img/header/phone.svg) center center no-repeat;
  }
}
.t-header.black-theme .t-header-call-phone a {
  color: #00AAFF;
}
.t-header.black-theme .t-header-btn-lk-content {
  color: #E4EDF2;
  border-color: #E4EDF2;
}
.t-header.black-theme .t-header-btn-lk-content svg path {
  fill: #E4EDF2;
}
.t-header.black-theme .t-header-btn-lk-submenu {
  background: #404040;
  border-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1279px) {
  .t-header.black-theme .t-header-btn-lk-submenu {
    background: none;
  }
}
.t-header.black-theme .t-header-btn-lk-submenu-item {
  border-color: #fff;
}
.t-header.black-theme .t-header-btn-lk-submenu-item a {
  color: #FFFFFF;
}
.t-header.black-theme .t-header-btn-lk-submenu-item a:hover {
  color: #00AAFF;
}
.t-header.blue-theme .t-header-call-phone a {
  color: #00AAFF;
}
@media screen and (max-width: 1279px) {
  .t-header.blue-theme .t-header-btn-lk-submenu-item a {
    border: 0.125rem solid #fff;
  }
}
.t-header.blue-theme .t-header-btn-lk-content {
  color: #fff !important;
  border-color: #fff !important;
}
.t-header.blue-theme .t-header-btn-lk-content svg path {
  fill: #fff !important;
}
.t-header.blue-theme .t-header-btn-lk-submenu {
  background: #001335;
  border-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1279px) {
  .t-header.blue-theme .t-header-btn-lk-submenu {
    background: none;
  }
}
.t-header.blue-theme .t-header-btn-lk-submenu-item {
  border-color: #fff !important;
}
.t-header.blue-theme .t-header-btn-lk-submenu-item a {
  color: #FFFFFF;
}
.t-header.blue-theme .t-header-btn-lk-submenu-item a:hover {
  color: #00AAFF;
}
/* new props (redesign) */
.hotline {
  max-width: 1252px;
  margin: 0 auto 65px;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .hotline {
    padding: 0 20px;
  }
}
.hotline__item {
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  padding: 35px 40px 40px;
}
@media (min-width: 768px) {
  .hotline__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .hotline__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.hotline__item-contact {
  font-family: "vtb_cond";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.hotline__item-note {
  font-size: 14px;
  color: #949494;
}
.hotline__item-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}
/* new props (redesign) */
.iconblock {
  max-width: 1252px;
  margin: 0 auto;
  padding: 0 40px;
}
.iconblock_bg {
  position: relative;
}
.iconblock_bg:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.iconblock_tiles2 {
  position: relative;
  padding-bottom: 70px;
}
.iconblock_tiles2:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1023px) {
  .iconblock_tiles2 {
    padding: 0 100px 50px 100px;
  }
}
.iconblock_tiles2 .text-block {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .iconblock_tiles2 .text-block {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .iconblock {
    padding: 0 20px;
  }
}
.iconblock__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .iconblock__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .iconblock__title {
    font-size: 28px;
  }
}
.iconblock__title small {
  display: block;
  font-size: 0.6em;
}
.iconblock__title h1 {
  margin-bottom: 0;
}
.iconblock__subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-family: "vtb_cond";
  margin: -20px 0 40px 0;
}
@media (max-width: 767px) {
  .iconblock__subtitle {
    font-size: 18px;
  }
  .iconblock__subtitle br {
    display: none;
  }
}
.iconblock__description {
  max-width: 890px;
  width: 100%;
  margin: 0 auto 28px;
}
.iconblock__description p {
  margin-bottom: 17px;
}
.iconblock__description p:last-child {
  margin-bottom: 0;
}
.iconblock__footer {
  padding: 24px 0;
}
.iconblock__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iconblock_tiles .iconblock__items, .iconblock_tiles2 .iconblock__items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .iconblock_tiles2 .iconblock__items {
    display: block;
  }
}
@media (max-width: 1199px) {
  .iconblock__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .iconblock__items {
    display: block;
  }
}
.iconblock__item {
  text-align: center;
  width: 25%;
  padding: 0 10px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1023px) {
  .iconblock__item {
    width: 50%;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .iconblock__item {
    width: auto;
  }
  .iconblock__item:last-child {
    margin-bottom: 0 !important;
  }
}
.iconblock__item-title {
  font-size: 24px;
  font-family: "vtb_cond";
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .iconblock__item-title {
    font-size: 22px;
  }
}
.iconblock__item-note {
  color: #949494;
}
.iconblock__item p {
  margin: 0 0 20px 0;
}
.iconblock__item p:last-child {
  margin-bottom: 0 !important;
}
.iconblock_tiles .iconblock__item {
  background: #f7f7f7;
  width: calc(25% - 30px);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 20px 0 0;
}
@media (max-width: 1199px) {
  .iconblock_tiles .iconblock__item {
    width: calc(33.3% - 20px);
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1023px) {
  .iconblock_tiles .iconblock__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .iconblock_tiles .iconblock__item {
    width: auto;
    font-size: 16px;
    margin: 0 0 15px 0;
  }
}
.iconblock_tiles2 .iconblock__item {
  background: #fff;
  text-align: left;
  width: calc(33.3% - 20px);
  padding: 40px;
}
@media (max-width: 1023px) {
  .iconblock_tiles2 .iconblock__item {
    padding: 60px 40px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
  }
  .iconblock_tiles2 .iconblock__item .iconblock__icon {
    margin: 0 50px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .iconblock_tiles2 .iconblock__item {
    display: block;
    text-align: center;
    padding: 30px;
  }
  .iconblock_tiles2 .iconblock__item .iconblock__icon {
    margin: 0 0 20px 0;
  }
}
.iconblock__item:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #263975;
  position: absolute;
  top: 64px;
  right: -4px;
}
@media (max-width: 767px) {
  .iconblock__item:after {
    display: none;
  }
}
.iconblock_tiles2 .iconblock__item:after, .iconblock_tiles .iconblock__item:after {
  display: none;
}
.iconblock__item:last-child:after {
  display: none;
}
@media (max-width: 1023px) {
  .iconblock__item:nth-child(2n):after {
    display: none;
  }
}
.iconblock__icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #969696;
  margin: 0 0 30px 0;
  font-family: "vtb_cond";
  text-align: center;
}
.iconblock_tiles .iconblock__icon {
  border: none;
  text-align: center;
  margin: 0;
  height: 120px;
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.iconblock__icon img {
  vertical-align: middle;
}
.iconblock__icon:after {
  content: "";
  width: 1px;
  height: 128px;
  vertical-align: middle;
  display: inline-block;
}
.iconblock__icon span {
  color: #f03b51;
  font-size: 48px;
  font-weight: 300;
  vertical-align: middle;
}
.iconblock__icon small {
  color: #949494;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: 12px 0 0 0;
}
.iconblock__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width: calc(33.3% - 20px);
  display: block;
  margin: 0 auto;
}
.iconblock__button:hover {
  background: #D83A36;
}
@media (max-width: 1023px) {
  .iconblock__button {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .iconblock__button {
    display: block;
    margin: 20px 0 0 0;
    width: auto;
  }
}
@charset "UTF-8";
/* new props (redesign) */
.image-tiles {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .image-tiles {
    padding: 0 20px;
  }
}
.image-tiles__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  margin-bottom: 63px;
}
@media (max-width: 1023px) {
  .image-tiles__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .image-tiles__title {
    font-size: 28px;
  }
}
.image-tiles__title small {
  display: block;
  font-size: 0.6em;
}
.image-tiles__title h1 {
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .image-tiles__title {
    line-height: 25px;
    margin-bottom: 51px;
  }
}
.image-tiles__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 52px;
}
@media (max-width: 1023px) {
  .image-tiles__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 57px;
  }
}
@media (max-width: 540px) {
  .image-tiles__inner {
    display: block;
    padding-bottom: 56px;
  }
}
.image-tiles__item {
  display: block;
  background-color: #263975;
  width: calc(33.3% - 7.5px);
  height: 480px;
  padding: 40px 20px 44px;
  position: relative;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 4px;
}
@media only screen and (max-width: 1240px) {
  .image-tiles__item {
    padding: 40px 30px 44px;
  }
}
@media (max-width: 1199px) {
  .image-tiles__item {
    padding: 40px 20px 44px;
  }
}
@media (max-width: 1023px) {
  .image-tiles__item {
    width: calc(50% - 8.5px);
    height: 398px;
    padding: 20px 20px 31px;
    margin-bottom: 57px;
    font-size: 15px;
  }
  .image-tiles__item:last-child {
    width: 100%;
    height: 240px;
    margin: 16px 0 0 0;
  }
}
@media (max-width: 540px) {
  .image-tiles__item {
    width: auto;
    height: 280px;
    padding: 20px 20px 36px;
    margin-bottom: 76px;
  }
  .image-tiles__item:last-child {
    margin: 0;
    height: 280px;
  }
}
.image-tiles__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}
.image-tiles__item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60.31%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.31%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 540px) {
  .image-tiles__item:nth-child(2) .image-tiles__item-image {
    background-position: 50% 12%;
  }
}
.image-tiles__item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}
.image-tiles__item-img_desktop {
  display: block;
}
@media (max-width: 1023px) {
  .image-tiles__item-img_desktop {
    display: none;
  }
}
.image-tiles__item-img_tablet {
  display: none;
}
@media (max-width: 1023px) {
  .image-tiles__item-img_tablet {
    display: block;
  }
}
@media (max-width: 540px) {
  .image-tiles__item-img_tablet {
    display: none;
  }
}
.image-tiles__item-img_mobile {
  display: none;
}
@media (max-width: 540px) {
  .image-tiles__item-img_mobile {
    display: block;
  }
}
.image-tiles__item-text {
  position: relative;
  z-index: 2;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.image-tiles__item-text:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.image-tiles__item-text b {
  font-weight: 600;
}
.image-tiles__item-text .number {
  background: #FFFFFF;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 auto 11px;
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  font-family: "vtb_cond";
  font-style: italic;
  font-weight: normal;
}
.image-tiles__item-text .title {
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-family: "vtb_cond";
  font-style: italic;
  font-weight: normal;
}
@media only screen and (max-width: 1240px) {
  .image-tiles__item-text .title {
    min-height: 84px;
  }
}
@media (max-width: 1023px) {
  .image-tiles__item-text .title {
    min-height: 48px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 685px) {
  .image-tiles__item-text .title {
    min-height: 72px;
  }
}
@media (max-width: 540px) {
  .image-tiles__item-text .title {
    min-height: inherit;
  }
}
@media (max-width: 1023px) {
  .image-tiles__item:last-child .image-tiles__item-text .title {
    min-height: inherit;
  }
}
.image-tiles__item-text h3 {
  font-weight: 500;
}
.image-tiles__item-text h4 {
  opacity: 0.3;
  font-family: Roboto;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.image-tiles__item-text p {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.image-tiles__item-text a {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.image-tiles__item-text a:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.image-tiles__item-text a:hover {
  color: #009FDF;
}
.image-tiles__item-text a:hover:after {
  left: 10px;
}
.image-tiles__item-link, .image-tiles__item-button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  padding: 0 30px;
  text-align: center;
  border-radius: 0px 0px 4px 4px;
  height: 60px;
  line-height: 60px;
  z-index: 3;
}
.image-tiles__item-link:hover, .image-tiles__item-button:hover {
  background: #D83A36;
}
@media (max-width: 1023px) {
  .image-tiles__item-link, .image-tiles__item-button {
    bottom: -57px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .image-tiles__item-link, .image-tiles__item-button {
    bottom: -56px;
  }
}
.image-tiles__item-link {
  background: #000000;
}
.image-tiles__item-link:hover {
  background: rgb(6.4888888889, 30.8222222222, 103.0111111111);
}
.image-tiles__item-button {
  background: #08267F;
}
.image-tiles__item-button:hover {
  background: rgb(6.4888888889, 30.8222222222, 103.0111111111);
}
@charset "UTF-8";
/* new props (redesign) */
.info-block {
  margin: 80px auto;
  max-width: 1366px;
}
@media (max-width: 767px) {
  .info-block {
    margin: 40px 20px;
    padding: 0;
  }
}
.info-block_no-margin {
  margin-top: 0 !important;
}
.info-block_no-bottom-margin {
  margin-bottom: 0 !important;
}
.info-block__mini-title {
  font-size: 24px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
}
.info-block__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .info-block__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .info-block__title {
    font-size: 28px;
  }
}
.info-block__title small {
  display: block;
  font-size: 0.6em;
}
.info-block__title h1 {
  margin-bottom: 0;
}
.info-block__description {
  padding-left: 110px;
  padding-right: 110px;
}
@media (max-width: 1199px) {
  .info-block__description {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .info-block__description {
    padding-left: 0;
    padding-right: 0;
  }
}
.info-block__wrap {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .info-block__wrap {
    padding: 0;
  }
}
.info-block__image {
  width: 45%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .info-block__image {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .info-block__image {
    position: relative;
    height: 250px;
    width: 100%;
  }
}
.info-block_alt .info-block__image {
  left: auto;
  right: 0;
}
.info-block__image--position-bg-center {
  background-position: calc(50% + 100px) 50%;
}
@media (max-width: 1023px) {
  .info-block__image--position-bg-center {
    background-position: 50% 50%;
  }
}
.info-block__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.info-block__img_desktop {
  display: none;
}
.info-block__img_tablet {
  display: none;
}
.info-block__img_mobile {
  display: block;
}
@media (min-width: 768px) {
  .info-block__img_tablet {
    display: block;
  }
  .info-block__img_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .info-block__img_desktop {
    display: block;
  }
  .info-block__img_tablet {
    display: none;
  }
}
.info-block__text {
  width: calc(55% + 100px);
  background: #fff;
  position: relative;
  left: calc(45% - 100px);
  padding: 50px 70px 40px 70px;
  min-height: 200px;
}
@media (max-width: 1199px) {
  .info-block__text {
    padding: 50px 30px 40px 30px;
  }
}
@media (max-width: 1023px) {
  .info-block__text {
    width: calc(59% + 100px);
    left: calc(41% - 100px);
  }
}
@media (max-width: 767px) {
  .info-block__text {
    width: auto;
    padding: 20px 0;
    left: auto;
    min-height: 0;
  }
}
.info-block__text_no-top-padding {
  padding-top: 0;
}
.info-block_alt .info-block__text {
  left: auto;
  right: 0;
}
@media (max-width: 1199px) {
  .info-block_alt .info-block__text {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .info-block_alt .info-block__text {
    padding: 20px 0;
  }
}
.info-block__text h2 {
  font-size: 28px;
  font-family: "vtb_cond";
  font-weight: 600;
  margin: 0 0 30px 0;
}
.info-block__text h2 small {
  display: block;
  font-size: 0.6em;
}
@media (max-width: 1023px) {
  .info-block__text h2 {
    font-size: 24px;
  }
}
.info-block__text ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .info-block__text ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.info-block__text ul:last-child {
  margin: 0;
}
.info-block__text ul li {
  margin: 0 0 20px 0;
  padding-right: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.info-block__text-note {
  font-size: 14px;
  color: #949494;
}
.info-block__text_big-left-padding {
  padding-left: 134px;
}
@media (max-width: 1440px) {
  .info-block__text_big-left-padding {
    padding-left: calc((100vw - 1170px) / 2);
  }
}
@media (max-width: 1250px) {
  .info-block__text_big-left-padding {
    padding-left: 40px;
  }
}
.info-block__bullet-list li {
  margin: 0 0 40px 0;
  position: relative;
  padding: 0 20px 0 40px;
}
@media (max-width: 1199px) {
  .info-block__bullet-list li {
    padding: 0 20px 0 25px;
  }
}
@media (max-width: 767px) {
  .info-block__bullet-list li {
    padding: 0 0 0 20px;
  }
}
.info-block__bullet-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #f03b51;
  position: absolute;
  left: 0;
  top: 10px;
}
.info-block__bullet-list li p {
  margin: 0 0 5px 0;
}
.info-block__bullet-list li p:last-child {
  margin-bottom: 0 !important;
}
.info-block__bullet-list li h3, .info-block__bullet-list li .h3 {
  font-size: 24px;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.info-block__bullet-list li h3:last-child, .info-block__bullet-list li .h3:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1023px) {
  .info-block__bullet-list li h3, .info-block__bullet-list li .h3 {
    font-size: 22px;
  }
}
.info-block__bullet-list-note {
  position: absolute;
  top: 0;
  right: 20px;
  color: #949494;
}
@media (max-width: 767px) {
  .info-block__bullet-list-note {
    position: relative;
    margin: 20px 0 0 20px;
    display: inline-block;
  }
}
.info-block__bullet-list_4cols {
  -webkit-columns: 4 !important;
  -moz-columns: 4 !important;
  columns: 4 !important;
}
@media (max-width: 1199px) {
  .info-block__bullet-list_4cols {
    -webkit-columns: 3 !important;
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
}
@media (max-width: 767px) {
  .info-block__bullet-list_4cols {
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    columns: 2 !important;
  }
}
.info-block__red-text {
  color: #f03b51;
}
.info-block__link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.info-block__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.info-block__link:hover {
  color: #009FDF;
}
.info-block__link:hover:after {
  left: 10px;
}
@media (max-width: 1023px) {
  .info-block__link_bottom {
    margin: 20px 0 0 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 767px) {
  .info-block__link_bottom {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 20px 0 0 0;
  }
}
.info-block__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  margin-left: calc(45% - 100px);
  width: 370px;
}
.info-block__button:hover {
  background: #D83A36;
}
@media (min-width: 1024px) {
  .info-block__button {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .info-block__button {
    margin-left: calc(41% - 100px);
  }
}
@media (max-width: 767px) {
  .info-block__button {
    margin: 0;
    width: 100%;
  }
}
.info-block_alt .info-block__button {
  margin-left: calc(55% - 270px);
  margin-right: 50px;
}
@media (max-width: 1023px) {
  .info-block_alt .info-block__button {
    margin-left: calc(59% - 270px);
  }
}
@media (max-width: 767px) {
  .info-block_alt .info-block__button {
    margin: 0;
  }
}
/* new props (redesign) */
.inline-form {
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  background: #F4F7F9;
  padding: 45px 50px 55px;
  border: 4px solid #00AAFF;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .inline-form {
    padding: 32px 30px 40px;
  }
}
@media (max-width: 767px) {
  .inline-form {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 25px 15px;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.inline-form .hide {
  display: none;
}
.inline-form .form__error-msg {
  height: auto;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.inline-form__form {
  max-width: 930px;
  margin: 0 auto;
}
.inline-form__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #00AAFF;
}
@media (max-width: 767px) {
  .inline-form__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
}
.inline-form__title--success {
  margin-bottom: 0;
  text-transform: none;
}
.inline-form__subtitle {
  max-width: 760px;
  margin: 20px auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .inline-form__subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.inline-form__content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .inline-form__content {
    margin-top: 30px;
  }
}
.inline-form__content .form-group {
  margin-bottom: 13px;
}
.inline-form__content .form-group .form__textinput {
  height: 64px;
  padding: 0 17px;
  font-size: 17px;
  letter-spacing: 0.3px;
  color: #000000;
  border-color: #D9D9D9;
  outline: none;
}
.inline-form__content .form-group .form__textinput:focus {
  border-color: #D9D9D9;
}
.inline-form__content .form-group .form__textinput_error {
  color: #FF0000;
  border-color: #FF0000;
}
.inline-form__content .form-group .form__textinput_error:focus {
  border-color: #FF0000;
}
.inline-form__content .form-group .form__textinput::-webkit-input-placeholder {
  color: #868686;
}
.inline-form__content .form-group .form__textinput:-moz-placeholder {
  color: #868686;
}
.inline-form__content .form-group .form__textinput::-moz-placeholder {
  color: #868686;
}
.inline-form__content .form-group .form__textinput:-ms-input-placeholder {
  color: #868686;
}
.inline-form__content .form-group .form__textinput:valid:not(:-moz-placeholder):not(.form__textinput_error):not(:focus) {
  background-image: none !important;
}
.inline-form__content .form-group .form__textinput:valid:not(:-ms-input-placeholder):not(.form__textinput_error):not(:focus) {
  background-image: none !important;
}
.inline-form__content .form-group .form__textinput:valid:not(:placeholder-shown):not(.form__textinput_error):not(:focus) {
  background-image: none !important;
}
.inline-form__content .form-group--select .select {
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
}
.inline-form__content .form-group--select .select .selectize-input {
  height: 64px !important;
  padding: 20px 17px;
  outline: none;
  border-radius: 4px;
  border-color: #D9D9D9;
}
.inline-form__content .form-group--select .select .selectize-input input {
  font-size: 17px !important;
  color: #000000;
}
.inline-form__content .form-group--select .select .selectize-input input::-webkit-input-placeholder {
  color: #868686 !important;
  font-size: 17px !important;
}
.inline-form__content .form-group--select .select .selectize-input input:-moz-placeholder {
  color: #868686 !important;
  font-size: 17px !important;
}
.inline-form__content .form-group--select .select .selectize-input input::-moz-placeholder {
  color: #868686 !important;
  font-size: 17px !important;
}
.inline-form__content .form-group--select .select .selectize-input input:-ms-input-placeholder {
  color: #868686 !important;
  font-size: 17px !important;
}
.inline-form__content .form-group--select .select .selectize-input .item {
  font-size: 17px !important;
  color: #000000;
}
.inline-form__content .form-group--select .select .selectize-control {
  height: 64px !important;
  line-height: 64px !important;
}
.inline-form__content .form-group--select .select .selectize-control.single .selectize-input:after {
  width: 23px;
  height: 14px;
  margin-top: -6px;
  background-image: url("/local/templates/main/img/icons/arr_gray.svg");
  background-size: 23px 14px;
}
.inline-form__content .form-group--select .select .selectize-control.single .selectize-input:hover:not(.disabled) .item {
  color: #000000;
}
.inline-form__content .form-group--select .select.select_error + .form__error-msg {
  display: block !important;
}
.inline-form__content .form-group--select .select.select_error .selectize-input {
  border-bottom-width: 1px;
  border-color: #FF0000;
}
.inline-form__content .form-group--select .form__error-msg {
  display: none !important;
}
.inline-form__content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -16px;
}
@media (max-width: 1023px) {
  .inline-form__content .row {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .inline-form__content .row {
    display: block;
  }
}
.inline-form__content .col {
  width: 50%;
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .inline-form__content .col {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .inline-form__content .col {
    width: 100%;
  }
}
.inline-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .inline-form__footer {
    display: block;
    margin-top: 0;
  }
}
.inline-form__footer-primary {
  width: calc(50% + 16px);
  padding-right: 16px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #868686;
}
@media (max-width: 1023px) {
  .inline-form__footer-primary {
    width: calc(50% + 8px);
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .inline-form__footer-primary {
    width: 100%;
    margin-bottom: 13px;
    padding-right: 0;
  }
}
.inline-form__footer-primary .form__textinput_error ~ .checkbox__box {
  border-color: #FF0000;
}
.inline-form__footer .bottom {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .inline-form__footer .bottom {
    margin-top: 28px;
  }
}
.inline-form__footer .checkbox {
  padding-left: 50px;
}
.inline-form__footer .checkbox__box {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.inline-form__footer .checkbox input:checked + .checkbox__box:after {
  width: 20px;
  height: 22px;
  background-image: url("/local/templates/main/img/icons/check3_blue.svg");
}
@media (min-width: 1024px) {
  .inline-form--small .inline-form__content .row {
    display: block;
  }
}
@media (min-width: 1024px) {
  .inline-form--small .inline-form__content .col {
    width: 100%;
  }
}
.inline-form--small .inline-form__title {
  font-weight: 500;
  font-size: 33px;
  line-height: 36px;
  text-transform: none;
  text-align: left;
}
@media (max-width: 1023px) {
  .inline-form--small .inline-form__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inline-form--small .inline-form__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) {
  .inline-form--small .inline-form__footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .inline-form--small .inline-form__footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.inline-form--small .inline-form__footer .bottom {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1023px) {
  .inline-form--small .inline-form__footer .bottom {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .inline-form--small .inline-form__footer .bottom {
    width: 100%;
  }
}
/* new props (redesign) */
.inner-menu {
  max-width: 1252px;
  padding: 0 40px;
  margin: 30px auto 0 auto;
}
.inner-menu_margin-bottom {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .inner-menu {
    margin: 40px 20px 0 20px;
    padding: 0;
  }
}
.inner-menu__menu {
  position: relative;
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .inner-menu__menu {
    padding: 0;
  }
}
.inner-menu__menu_no-margin {
  margin: 0;
}
.inner-menu__menu-item {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 20px 0;
  border-bottom: 2px solid transparent;
  margin: 0 20px 0 0;
  text-align: center;
  cursor: pointer;
}
.inner-menu__menu-item span {
  display: block;
}
.inner-menu__menu-item img {
  opacity: 0.5;
}
.inner-menu__menu-item_current {
  border-color: #009fdf;
}
.inner-menu__menu-item_current img {
  opacity: 1;
}
.inner-menu__menu-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 200px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.inner-menu__menu-item-wrap_no-flex {
  display: block;
}
.inner-menu__menu-item-wrap_no-padding {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .inner-menu__menu-item-wrap {
    padding: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .inner-menu__menu-item-wrap {
    display: none;
  }
}
.inner-menu__menu-item-wrap:after {
  content: "";
  width: 100vw;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  position: absolute;
}
@media (max-width: 767px) {
  .inner-menu__menu-item-wrap:after {
    display: none;
  }
}
.inner-menu__menu-subitem {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin: 0 20px 30px 0;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}
.inner-menu__menu-subitem:hover, .inner-menu__menu-subitem_current {
  opacity: 1;
}
.inner-menu__menu-subitem-wrap {
  margin: 20px 0 0 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.inner-menu__menu-subitem-wrap .inner-menu__clear {
  top: auto;
  bottom: 40px;
}
.inner-menu__menu-subitem-wrap_spec {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 80px 0 20px 0;
}
@media (max-width: 1199px) {
  .inner-menu__menu-subitem-wrap_spec {
    display: block;
  }
}
.inner-menu__menu-subitem-wrap_no-border {
  border: none;
}
.inner-menu__menu-subitem-wrap_cars {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 80px 0 20px 0;
}
@media (max-width: 1199px) {
  .inner-menu__menu-subitem-wrap_cars {
    display: block;
  }
}
.inner-menu__menu-subitem-wrap_cars .inner-menu__menu-subitem {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .inner-menu__menu-subitem-wrap_cars .inner-menu__menu-subitem {
    width: 20%;
    vertical-align: top;
  }
}
@media (max-width: 1023px) {
  .inner-menu__menu-subitem-wrap_cars .inner-menu__menu-subitem {
    width: 32%;
  }
}
.inner-menu__menu-subitem-wrap_cars .inner-menu__menu-subitem-img-wrap {
  padding: 0 10px;
}
.inner-menu__menu-subitem-wrap_cars .inner-menu__menu-subitem img {
  margin: 0 0 10px 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .inner-menu__menu-subitem-wrap {
    display: none;
  }
}
.inner-menu__menu-subitem span {
  display: block;
}
.inner-menu__menu-subitem span:first-child {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-menu__menu-subitem span:first-child img {
  margin: 0;
}
.inner-menu__menu-subitem img {
  /* margin: 20px; */
  width: 130px;
}
.inner-menu__menu-subitem-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 170px; */
  height: 83px;
}
.inner-menu__menu-subitem-img-wrap img {
  max-width: 130px;
  max-height: 83px;
  margin: 0 20px;
}
.inner-menu__menu-subitem-wrap_spec .inner-menu__menu-subitem {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .inner-menu__menu-subitem-wrap_spec .inner-menu__menu-subitem {
    width: 24%;
    vertical-align: top;
  }
}
@media (max-width: 1023px) {
  .inner-menu__menu-subitem-wrap_spec .inner-menu__menu-subitem {
    width: 32%;
  }
}
.inner-menu__menu-subitem-wrap_spec .inner-menu__menu-subitem img {
  margin: 0 0 10px 0;
  max-width: 100%;
  /* max-height: 97px; */
  /* width: 130px; */
}
.inner-menu__select {
  display: none;
  width: 100%;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 0;
  padding: 0 40px 0 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/ctrl/arr.svg) top 50% right 20px no-repeat;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .inner-menu__select {
    display: block;
  }
}
.inner-menu__select + .inner-menu__select {
  margin-top: 20px;
}
.inner-menu__clear, .inner-menu__all-filters {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .inner-menu__clear, .inner-menu__all-filters {
    bottom: -40px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .inner-menu__clear, .inner-menu__all-filters {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 0 15px 0;
    display: inline-block;
  }
}
.inner-menu__clear svg, .inner-menu__all-filters svg {
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.inner-menu__filter {
  position: relative;
}
@media (max-width: 767px) {
  .inner-menu__filter {
    padding: 0;
  }
}
.inner-menu__filter-item {
  margin: 0 0.5% 12px 0;
  text-decoration: none;
  display: inline-block;
  line-height: 23px;
  border-radius: 25px;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid transparent;
}
.inner-menu__filter-item_selected {
  border-color: #009fdf;
}
.inner-menu__filter-item-wrap {
  margin: 0 200px 40px 0;
  position: relative;
  left: -10px;
}
@media (max-width: 1199px) {
  .inner-menu__filter-item-wrap {
    margin: 60px -10px 60px 0;
  }
}
@media (max-width: 767px) {
  .inner-menu__filter-item-wrap {
    margin: 20px -10px 10px 0;
  }
}
.inner-menu__filter + .inner-menu__filter {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  padding-top: 50px;
}
.inner-menu__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .inner-menu__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .inner-menu__title {
    font-size: 28px;
  }
}
.inner-menu__title small {
  display: block;
  font-size: 0.6em;
}
.inner-menu__title h1 {
  margin-bottom: 0;
}
/* new props (redesign) */
.inner-promo {
  max-width: 1374px;
  padding: 0 40px;
  margin: 90px auto 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .inner-promo {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .inner-promo {
    padding: 0;
  }
}
.inner-promo__inner {
  padding: 140px 0 0 0;
  position: relative;
  width: calc(100% - 62px);
  margin: 0 0 0 62px;
}
@media (max-width: 1199px) {
  .inner-promo__inner {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .inner-promo__inner {
    padding: 0;
  }
}
.inner-promo__image {
  width: calc(100% - 300px);
  height: 600px;
  margin: -140px 0 0 300px;
  background-size: cover;
  background-position: 50% 100%;
}
@media (max-width: 1023px) {
  .inner-promo__image {
    width: auto;
    margin: 0 -40px -100px -40px;
    height: 430px;
  }
}
@media (max-width: 767px) {
  .inner-promo__image {
    height: 328px;
    margin: 0;
  }
}
.inner-promo__text {
  background: #f7f7f7;
  width: 470px;
  height: 540px;
  position: absolute;
  top: 140px;
  left: 0;
  padding: 120px 40px 0 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
@media (max-width: 1023px) {
  .inner-promo__text {
    position: relative;
    top: auto;
    width: auto;
    padding: 50px 150px 50px 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .inner-promo__text {
    padding: 40px 20px 50px 20px;
  }
}
.inner-promo__text h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: "vtb_cond";
  line-height: 1.3;
  color: #263975;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .inner-promo__text h2 {
    font-size: 30px;
  }
}
.inner-promo__text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .inner-promo__text div {
    display: block;
  }
}
.inner-promo__chart {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: url(../img/icons/27.svg);
  background-size: 100% 100%;
  text-align: center;
  line-height: 150px;
  font-size: 40px;
  font-family: "vtb_cond";
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 20px;
}
@media (max-width: 1023px) {
  .inner-promo__chart {
    width: 115px;
    height: 115px;
    line-height: 115px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .inner-promo__chart {
    margin: 30px 0 0 0;
  }
}
.input-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F7F9;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.input-search__input {
  background: transparent;
  border: none;
  font-size: 16px;
  line-height: 16px;
  width: calc(100% - 54px);
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 13px;
}
.input-search__input :focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.input-search__input::-webkit-input-placeholder {
  color: #868686;
}
.input-search__input::-moz-placeholder {
  color: #868686;
}
.input-search__input:-ms-input-placeholder {
  color: #868686;
}
.input-search__input::-ms-input-placeholder {
  color: #868686;
}
.input-search__input::placeholder {
  color: #868686;
}
.input-search__btn {
  width: 100%;
  height: 48px;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.input-search__btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0;
  height: calc(100% - 4px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #D9D9D9;
}
/* new props (redesign) */
.insurance {
  max-width: 1252px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .insurance {
    padding: 0 20px;
  }
}
.insurance__container {
  border: 1px solid #eee;
  padding: 45px 55px;
}
@media (max-width: 767px) {
  .insurance__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.insurance__content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .insurance__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.insurance__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px;
}
.insurance__subtitle {
  font-size: 16px;
  line-height: 1.88;
  margin: 0;
}
.insurance__contacts, .insurance__links {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .insurance__contacts, .insurance__links {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .insurance__contacts {
    border-right: 1px solid #eee;
    padding-right: 65px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 767px) {
  .insurance__contacts {
    border-bottom: 1px solid #eee;
  }
}
.insurance__contacts li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  font-size: 16px;
  line-height: 2;
}
.insurance__contacts li:not(:last-child) {
  padding-bottom: 15px;
}
.insurance__contacts li a {
  color: #949494;
  padding-left: 20px;
  position: relative;
}
.insurance__contacts li a::before {
  content: "";
  display: block;
  background: url(../img/icons/phone-gray.svg) center no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (min-width: 768px) {
  .insurance__accordeon {
    padding-left: 110px;
  }
}
.insurance__accordeon-item {
  max-width: 360px;
}
.insurance__accordeon-item:not(:last-child) {
  margin-bottom: 15px;
}
.insurance__accordeon-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  text-decoration: none;
}
.insurance__accordeon-title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icons/arrow-right.svg) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 18px;
}
.insurance__accordeon-item_opened .insurance__accordeon-title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.insurance__accordeon-content {
  display: none;
  font-size: 12px;
  padding: 10px 0;
}
.insurance__accordeon-item_opened .insurance__accordeon-content {
  display: block;
}
.insurance__accordeon-content p {
  margin: 0 0 10px 0;
}
.insurance__accordeon-content p b {
  font-weight: bold;
}
.insurance__accordeon-content ul, .insurance__accordeon-content ol {
  padding: 0 0 0 20px;
}
.insurance__accordeon-content ul li, .insurance__accordeon-content ol li {
  margin: 0 0 10px 0;
}
.insurance__accordeon-content ul li.bold, .insurance__accordeon-content ol li.bold {
  font-weight: bold;
}
.insurance__accordeon-content ul {
  list-style: disc;
}
.insurance__accordeon-content table td {
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
.insurance__accordeon-content a {
  font-weight: 600;
  text-decoration: none;
}
.insurance__accordeon-content a:hover {
  color: #00AAFF;
}
/* new props (redesign) */
.intersting-leasing__container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .intersting-leasing__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.intersting-leasing__header {
  padding-bottom: 60px;
  margin-bottom: 66px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .intersting-leasing__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.intersting-leasing__header-title {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  letter-spacing: -1.5px;
  font-family: "vtb_cond";
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 767px) {
  .intersting-leasing__header-title {
    font-size: 28px;
    letter-spacing: -2px;
    padding-bottom: 20px;
  }
}
.intersting-leasing__header-link {
  padding: 14px 17px 14px 17px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.intersting-leasing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 82px;
  margin: -22px -20px;
}
@media (max-width: 1023px) {
  .intersting-leasing__list {
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .intersting-leasing__list {
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.intersting-leasing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 40px);
  margin: 22px 20px;
  text-decoration: none;
}
.intersting-leasing__item-title {
  font-family: "vtb_cond";
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}
.intersting-leasing__item-text {
  font-size: 16px;
  line-height: 22px;
  margin: 19px 0 28px 0;
}
@media (max-width: 767px) {
  .intersting-leasing__item-text {
    margin-bottom: 20px;
  }
}
.intersting-leasing__item-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.intersting-leasing__item-img-wrapper {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: auto;
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: #e8e8e8;
}
.intersting-leasing__item-img-wrapper::before {
  content: "";
  display: block;
  padding-top: 51%;
}
@media (max-width: 1023px) {
  .intersting-leasing__item-img-wrapper::before {
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .intersting-leasing__item-img-wrapper::before {
    padding-top: 49%;
  }
}
.intersting-leasing__item:hover .intersting-leasing__item-img-wrapper {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
@media (max-width: 767px) {
  .intersting-leasing__item {
    width: auto;
  }
}
.intersting-leasing__button {
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  width: 217px;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 56px;
  line-height: 56px;
  color: #fff;
  background-color: #00AAFF;
  border-radius: 4px;
  font-weight: 500;
}
.__jivoMobileButton {
  z-index: 2147483646 !important;
}
/* new props (redesign) */
.landing-container {
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .landing-container {
    padding: 0 36px;
  }
}
@media (max-width: 767px) {
  .landing-container {
    padding: 0 15px;
  }
}
/* new props (redesign) */
.landing-promo {
  height: 600px;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 600px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .landing-promo {
    height: auto;
  }
}
.landing-promo__container {
  height: 100%;
}
.landing-promo__slide {
  width: 100vw;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .landing-promo__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.landing-promo__container {
  height: 100%;
}
.landing-promo__slide {
  width: 100vw;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .landing-promo__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.landing-promo__img {
  margin-left: -150px;
  width: 100%;
  overflow: hidden;
}
.landing-promo__img {
  margin-left: -150px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .landing-promo__img {
    margin-left: 0;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .landing-promo__img {
    height: 235px;
  }
}
@media (min-width: 1024px) {
  .landing-promo__img {
    -webkit-box-flex: 12;
    -ms-flex: 12;
    flex: 12;
  }
}
.landing-promo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .landing-promo__img img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    min-width: 950px;
  }
}
.landing-promo__content {
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .landing-promo__content {
    min-width: 530px;
  }
}
@media (max-width: 1023px) {
  .landing-promo__content {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .landing-promo__content {
    background-image: url("/local/templates/main/img/landing/bg_main_slider.jpg");
    background-position: 50% 0;
    background-size: cover;
  }
}
.landing-promo__content-container {
  position: relative;
}
.landing-promo__content-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0d205c;
  background-size: auto 100%;
  background-position: 826px 0;
}
@media (max-width: 1023px) {
  .landing-promo__content-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 768px) {
  .landing-promo__content-container {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
}
@media (min-width: 1440px) {
  .landing-promo__content-container {
    padding-left: calc((100vw - 1400px) / 2);
  }
}
.landing-promo__content-line {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  background: #0d205c;
  width: 300px;
  -webkit-transform: skewX(154deg);
  -ms-transform: skewX(154deg);
  transform: skewX(154deg);
  height: 100%;
}
@media (max-width: 1023px) {
  .landing-promo__content-line {
    display: none;
  }
}
.landing-promo__content-line::before {
  content: "";
  position: absolute;
  right: -50%;
  top: 0;
  width: 200%;
  -webkit-transform: skewX(-154deg);
  -ms-transform: skewX(-154deg);
  transform: skewX(-154deg);
  height: 100%;
  background-color: #0d205c;
  background-image: url("/local/templates/main/img/landing/bg_main_slider.jpg");
  background-size: auto 100%;
  background-position: 100% 0;
}
.landing-promo__main {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 32px 30px 32px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .landing-promo__main {
    padding: 45px 40px 59px 40px;
  }
}
@media (max-width: 767px) {
  .landing-promo__main {
    padding: 40px 16px 48px;
  }
}
@media (min-width: 1440px) {
  .landing-promo__main {
    padding-left: 0;
  }
}
.landing-promo__advertisement {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.875rem;
}
.landing-promo__title {
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .landing-promo__title {
    font-size: 2.38rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .landing-promo__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
}
.landing-promo__description {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .landing-promo__description {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 767px) {
  .landing-promo__description {
    font-weight: 500;
    font-size: 16px;
  }
}
.landing-promo__description ul {
  list-style-type: none;
}
.landing-promo__description ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.landing-promo__description ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.813rem;
  left: 0;
  bottom: 0.438rem;
  width: 0.188rem;
  background-color: #d9d9d9;
}
@media (max-width: 1023px) {
  .landing-promo__description ul li:before {
    top: 0.188rem;
    bottom: 0.313rem;
  }
}
@media (max-width: 767px) {
  .landing-promo__description ul li:before {
    top: 0.25rem;
    bottom: 0.375rem;
  }
}
.landing-promo__description--small {
  margin-top: 22px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .landing-promo__description--small {
    font-size: 16px;
  }
}
.landing-promo__description--small ul {
  max-width: 380px;
}
@media (max-width: 1023px) {
  .landing-promo__description--small ul {
    max-width: none;
  }
}
.landing-promo__description--small ul li {
  margin-bottom: 20px;
}
.landing-promo__price {
  margin-top: 26px;
  color: #00AAFF;
}
@media (max-width: 767px) {
  .landing-promo__price {
    margin-top: 14px;
  }
}
.landing-promo__price-title {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .landing-promo__price-title {
    font-size: 14px;
  }
}
.landing-promo__price-text {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .landing-promo__price-text {
    font-size: 24px;
  }
}
.landing-promo__link {
  padding-top: 25px;
}
.landing-promo__link .bottom {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  .landing-promo__link .bottom {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.landing-promo__primary {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
}
.landing-promo__timer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(13, 83, 187)), to(rgb(0, 170, 255)));
  background: linear-gradient(90deg, rgb(13, 83, 187), rgb(0, 170, 255) 100%);
  padding: 0.5rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .landing-promo__timer {
    padding: 0.5rem 1rem;
    height: 2.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.landing-promo__timer-text {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .landing-promo__timer-text {
    gap: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.1;
  }
}
.landing-promo__timer-text span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .landing-promo__timer-text span {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.landing-promo__timer-icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .landing-promo__timer-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .landing-promo .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .landing-promo .owl-stage .owl-item {
    float: none;
  }
}
@media (max-width: 767px) {
  .landing-promo .owl-theme.owl-landing--promo .owl-dots {
    top: 180px;
  }
}
.landing-promo--truck, .landing-promo--car {
  height: 415px;
}
@media (max-width: 1023px) {
  .landing-promo--truck, .landing-promo--car {
    height: auto;
  }
}
.landing-promo--truck .landing-promo__slide, .landing-promo--car .landing-promo__slide {
  height: 100%;
}
.landing-promo--truck .landing-promo__content-line, .landing-promo--car .landing-promo__content-line {
  right: 45px;
}
.landing-promo--truck .landing-promo__img, .landing-promo--car .landing-promo__img {
  height: 415px;
}
@media (max-width: 1023px) {
  .landing-promo--truck .landing-promo__img, .landing-promo--car .landing-promo__img {
    position: relative;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .landing-promo--truck .landing-promo__img, .landing-promo--car .landing-promo__img {
    height: 235px;
  }
}
@media (max-width: 1023px) {
  .landing-promo--truck .landing-promo__img:after, .landing-promo--car .landing-promo__img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 126px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(16%, rgba(0, 0, 0, 0.15)), color-stop(81%, rgba(0, 0, 0, 0.81)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 16%, rgba(0, 0, 0, 0.81) 81%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  }
}
@media (max-width: 767px) {
  .landing-promo--truck .landing-promo__img:after, .landing-promo--car .landing-promo__img:after {
    height: 82px;
  }
}
@media (min-width: 1440px) {
  .landing-promo--truck .landing-promo__img img, .landing-promo--car .landing-promo__img img {
    -o-object-position: 0 50%;
    object-position: 0 50%;
  }
}
.landing-promo--truck .landing-promo__main, .landing-promo--car .landing-promo__main {
  padding-top: 45px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .landing-promo--truck .landing-promo__main, .landing-promo--car .landing-promo__main {
    padding-top: 38px;
    padding-right: 16px;
  }
}
.landing-promo--truck .landing-promo__title, .landing-promo--car .landing-promo__title {
  font-size: clamp(2.375rem, 1.9464rem + 0.6696vw, 2.75rem);
  line-height: clamp(2.5rem, 1.7857rem + 1.1161vw, 3.125rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .landing-promo--truck .landing-promo__title, .landing-promo--car .landing-promo__title {
    max-width: 550px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 767px) {
  .landing-promo--truck .landing-promo__title, .landing-promo--car .landing-promo__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.landing-promo--truck .landing-promo__description, .landing-promo--car .landing-promo__description {
  margin-top: 27px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .landing-promo--truck .landing-promo__description, .landing-promo--car .landing-promo__description {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .landing-promo--truck .landing-promo__description ul, .landing-promo--car .landing-promo__description ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.landing-promo--truck .landing-promo__description ul li, .landing-promo--car .landing-promo__description ul li {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .landing-promo--truck .landing-promo__description ul li, .landing-promo--car .landing-promo__description ul li {
    margin-bottom: 25px;
  }
}
.landing-promo--truck .landing-promo__link, .landing-promo--car .landing-promo__link {
  padding-top: 5px;
}
@media (max-width: 1023px) {
  .landing-promo--truck .landing-promo__link, .landing-promo--car .landing-promo__link {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .landing-promo--truck .landing-promo__link, .landing-promo--car .landing-promo__link {
    padding-top: 15px;
  }
}
.landing-promo--car .landing-promo__img img {
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}
@media (max-width: 1023px) {
  .landing-promo--profit .landing-promo__main {
    padding-top: 60px;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 767px) {
  .landing-promo--profit .landing-promo__main {
    min-height: 320px;
    padding: 40px 15px;
  }
}
@media (min-width: 768px) {
  .landing-promo--profit .landing-promo__content {
    min-width: 570px;
  }
}
@media (max-width: 1023px) {
  .landing-promo--profit .landing-promo__content {
    height: auto;
  }
}
.landing-promo--profit .landing-promo__content-line {
  -webkit-transform: skewX(159deg);
  -ms-transform: skewX(159deg);
  transform: skewX(159deg);
}
@media (max-width: 767px) {
  .landing-promo--profit .landing-promo__img {
    height: 240px;
  }
}
.landing-promo--profit .landing-promo__title {
  line-height: 60px;
}
@media (min-width: 1024px) {
  .landing-promo--profit .landing-promo__title {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .landing-promo--profit .landing-promo__title {
    letter-spacing: 0.4px;
    line-height: 30px;
  }
}
.landing-promo--profit .landing-promo__title-important {
  color: #00AAFF;
  line-height: 29px;
}
.landing-promo--profit .landing-promo__title-important sup {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}
@media (max-width: 767px) {
  .landing-promo--profit .landing-promo__title-important sup {
    font-size: 18px;
    margin-top: -5px;
  }
}
.landing-promo--profit .landing-promo__primary {
  margin-top: 30px;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .landing-promo--profit .landing-promo__primary {
    margin-top: 20px;
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .landing-promo--profit .landing-promo__link {
    padding-top: 58px;
  }
}
/* new props (redesign) */
.landing-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.02em;
  padding-bottom: 36px;
  position: relative;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767px) {
  .landing-title {
    font-size: 24px;
    padding-bottom: 27px;
    line-height: 30px;
  }
}
.landing-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #00AAFF;
  width: 125px;
  height: 12px;
}
.landing-title--black {
  color: #000000;
}
.landing-title--white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .landing-title--lkt {
    font-size: 1.31rem;
  }
}
/* new props (redesign) */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #25292f;
  font-family: "roboto", "Ruble", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.page_overflow {
  overflow: hidden;
}

* {
  color: inherit;
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
}

img {
  border: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
img[data-src] {
  opacity: 0;
}
img[data-src][lazy=loaded] {
  opacity: 1;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

select::-ms-expand {
  display: none;
}

:-ms-input-placeholder {
  color: #949494 !important;
}

::-ms-input-placeholder {
  color: #949494;
}

*[href^=tel] {
  text-decoration: none;
}

[v-cloak] > * {
  display: none !important;
}

[v-cloak]::before {
  content: url("/local/templates/main/img/preloader.gif");
  display: block;
  text-align: center;
}

h1 {
  font-size: 40px;
  color: #263975;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.3;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.76);
  z-index: 1;
}
.preloader > img {
  margin: auto;
}

.preloader-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.preloader-filter > img {
  position: relative;
  margin: auto;
  z-index: 2;
}
.preloader-filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.76);
  z-index: 1;
}
@media (max-width: 767px) {
  .preloader-filter:before {
    bottom: -300px;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

@media (max-width: 1023px) {
  .tablet-hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}

.invisible {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.bold-text {
  font-weight: bold;
}

.red-text {
  color: #f03b51;
}

.brand-text {
  color: #263975;
}

.gray-text {
  color: #949494;
}

.no-br {
  white-space: nowrap;
}

.align-center {
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-blue {
  color: #263975;
}

.btn-primary {
  color: #fff;
  background: #263975;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 370px;
  position: relative;
}
.btn-primary:hover {
  background: #2c4288;
}
@media (max-width: 767px) {
  .btn-primary {
    width: 100%;
    display: block;
  }
}

.btn-secondary {
  color: #fff;
  background: #f03b51;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 370px;
  position: relative;
}
.btn-secondary:hover {
  background: #f25366;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: 100%;
    display: block;
  }
}

.layout {
  padding-top: 7.25rem;
}
@media screen and (max-width: 1279px) {
  .layout {
    padding-top: 3.5rem !important;
  }
}
@media (max-width: 1023px) {
  .layout {
    padding-top: 3.5rem !important;
  }
}
@media (max-width: 767px) {
  .layout {
    padding-top: 3.0625rem !important;
  }
}
.layout:not(.layout--notoverflow) {
  overflow-x: clip;
}
.layout--notpadding {
  padding-top: 0;
}
.layout__inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .layout__inner_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout__inner_main .promo-new_mainpage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .layout__inner_main .business_mainpage {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .layout__inner_main .business_mainpage + .layout__space {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .layout__inner_main .iconblock_mainpage {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .layout__inner_main .iconblock_mainpage + .layout__space {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .layout__inner_main .leasing-video-consultation_mainpage {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  .layout__inner_main .calc {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
  }
  .layout__inner_main .features_mainpage {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
  }
  .layout__inner_main .leasing-video-about_mainpage {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    width: 100%;
  }
  .layout__inner_main .leasing-video-about_mainpage + .layout__space {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .layout__inner_main .news_mainpage {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    width: 100%;
  }
}
.layout__divider {
  width: 100vw;
  height: 1px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
.layout__space {
  height: 85px;
  width: 100%;
}
@media (max-width: 1023px) {
  .layout__space {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .layout__space {
    height: 40px;
  }
}
.layout__space_big {
  height: 170px;
  width: 100%;
}
@media (max-width: 1023px) {
  .layout__space_big {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .layout__space_big {
    height: 100px;
  }
}
.layout__space_middle {
  height: 140px;
  width: 100%;
}
@media (max-width: 1023px) {
  .layout__space_middle {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .layout__space_middle {
    height: 80px;
  }
}
.layout__space_half {
  height: 50px;
  width: 100%;
}
@media (max-width: 1023px) {
  .layout__space_half {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .layout__space_half {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .layout__space--mob-hidden {
    display: none;
  }
}
.layout__line {
  margin-left: auto;
  margin-right: auto;
  max-width: 1172px;
  height: 2px;
  background-color: #e5e5e5;
}
.layout__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  max-width: 1000px;
  margin: 0 auto 50px auto;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .layout__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .layout__title {
    font-size: 28px;
  }
}
.layout__title small {
  display: block;
  font-size: 0.6em;
}
.layout__title h1 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .layout__title {
    padding: 0 20px;
    margin: 0 0 30px 0;
  }
}
.layout__subtitle {
  font-size: 20px;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -30px 0 50px 0;
  padding: 0 40px;
}
.layout__subtitle small {
  font-size: 0.85em;
}
@media (max-width: 767px) {
  .layout__subtitle {
    padding: 0 20px;
    margin: -20px 0 30px 0;
  }
}
.layout__subtitle .text-normal {
  font-weight: 400;
}
.layout__subheading {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -30px 0 40px 0;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .layout__subheading {
    padding: 0 20px;
    margin: -20px 0 30px 0;
  }
}
.layout__subheading + .layout__subheading {
  margin-top: -8px;
}
.layout__subheading small {
  font-size: 0.85em;
}
.layout__subheading .text-normal {
  font-weight: 400;
}
.layout__disclamer {
  color: #949494;
  padding: 50px 40px 0 40px;
  max-width: 1252px;
  margin: 0 auto;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .layout__disclamer {
    padding: 20px;
  }
}
.layout__breadcrumbs {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 30px auto;
  max-width: 1374px;
  padding: 0 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .layout__breadcrumbs {
    display: none;
  }
}
.layout__breadcrumbs-inner {
  margin: 0 0 0 62px;
}
@media (max-width: 1199px) {
  .layout__breadcrumbs-inner {
    margin: 0;
  }
}
.layout__breadcrumbs-inner div {
  color: #263975;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  margin: 0 13px 0 0;
  line-height: 1;
}
.layout__breadcrumbs-inner div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3px 0 0 0;
  border: 6px solid transparent;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 0;
  border-left-color: #e5e5e5;
}
.layout__breadcrumbs-inner div:last-child {
  margin: 0;
  padding: 0;
  color: #949494;
}
.layout__breadcrumbs-inner div:last-child:after {
  display: none;
}
.layout__breadcrumbs-inner div a {
  text-decoration: none;
}
.layout__breadcrumbs-inner--autoshowcase {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 20px;
}
.layout__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}
.layout__button:hover {
  background: #D83A36;
}

.layout-landing {
  padding-top: 0 !important;
}

.content {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .content {
    padding: 0 40px;
  }
}
@media (min-width: 1366px) {
  .content {
    max-width: 1206px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.content__row {
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .content__row {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content__col {
  padding: 0 8px;
}
@media (min-width: 768px) {
  .content__col {
    padding: 0 10px;
  }
}
.content__sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .content__sidebar {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.content__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  .content__inner {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666666%;
    flex: 0 0 66.66666666%;
    max-width: 66.66666666%;
  }
}

.ui-datepicker {
  z-index: 10 !important;
}

#ilsa_container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}
@media (min-width: 768px) {
  #ilsa_container {
    padding: 0 40px;
  }
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideOutDownBase {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDownBase {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideInDownBase {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDownBase {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wr-cookie-cookie-bar {
  display: none !important;
}
/* new props (redesign) */
.leasing-count {
  padding: 67px 0 72px;
}
@media (max-width: 767px) {
  .leasing-count {
    padding: 52px 0 67px;
  }
}
/* new props (redesign) */
.leasing-info-client {
  padding-top: 94px;
  padding-bottom: 106px;
  background: #F4F7F9;
  position: relative;
}
@media (max-width: 1023px) {
  .leasing-info-client {
    padding-top: 66px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .leasing-info-client {
    padding-top: 49px;
    padding-bottom: 40px;
  }
}
.leasing-info-client:before {
  content: "";
  background: #F4F7F9;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.leasing-info-client.t-bg-white {
  background: transparent;
}
.leasing-info-client.t-bg-white:before {
  background: transparent;
}
/* new props (redesign) */
.leasing-news-item__subtitle {
  text-transform: uppercase;
  color: #868686;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.02px;
}
@media (max-width: 767px) {
  .leasing-news-item__subtitle {
    margin-top: 4px;
  }
}
.leasing-news-item__info {
  text-decoration: none;
}
.leasing-news-item__info:hover .leasing-news-item__title, .leasing-news-item__info:hover .leasing-news-item__description {
  color: #00AAFF;
}
.leasing-news-item__info:active .leasing-news-item__title, .leasing-news-item__info:active .leasing-news-item__description {
  color: #0C1F58;
}
.leasing-news-item__title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-top: 11px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 1023px) {
  .leasing-news-item__title {
    margin-top: 9px;
  }
}
.leasing-news-item__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-top: 8px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.leasing-news-item--little {
  padding-top: 16px;
  padding-bottom: 17px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 1023px) {
  .leasing-news-item--little {
    border-bottom: none;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .leasing-news-item--little {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 22px;
  }
}
@media (max-width: 1023px) {
  .leasing-news-item--little:nth-of-type(1) {
    border-top: none;
  }
}
.leasing-news-item--little:nth-last-of-type(1) {
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1023px) {
  .leasing-news-item--little:nth-last-of-type(1) {
    border-bottom: none;
  }
}
@media (max-width: 1023px) {
  .leasing-news-item--top {
    padding-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media (max-width: 767px) {
  .leasing-news-item--top {
    padding-bottom: 28px;
  }
}
.leasing-news-item--top .leasing-news-item__subtitle {
  font-size: 24px;
  line-height: 28px;
  margin-top: 33px;
}
@media (max-width: 1023px) {
  .leasing-news-item--top .leasing-news-item__subtitle {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .leasing-news-item--top .leasing-news-item__subtitle {
    font-size: 16px;
    line-height: 35px;
  }
}
.leasing-news-item--top .leasing-news-item__title {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.02px;
}
@media (max-width: 1023px) {
  .leasing-news-item--top .leasing-news-item__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .leasing-news-item--top .leasing-news-item__title {
    font-size: 20px;
    line-height: 27px;
    margin-top: 5px;
  }
}
.leasing-news-item--top .leasing-news-item__description {
  margin-top: 17px;
}
@media (max-width: 1023px) {
  .leasing-news-item--top .leasing-news-item__description {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .leasing-news-item--top .leasing-news-item__description {
    margin-top: 12px;
  }
}
.leasing-news-item--top .leasing-news-item__picture {
  display: block;
  width: 100%;
}
.leasing-news-item--top .leasing-news-item__img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: darkblue;
}
.leasing-news-item--top .leasing-news-item__img::before {
  content: "";
  display: block;
  padding-top: 63%;
}
/* new props (redesign) */
.leasing-news {
  background: #F4F7F9;
  width: 100%;
  position: relative;
  padding-top: 89px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 1023px) {
  .leasing-news {
    padding-top: 65px;
    padding-bottom: 61px;
  }
}
@media (max-width: 767px) {
  .leasing-news {
    padding-top: 49px;
    padding-bottom: 42px;
  }
}
.leasing-news:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.leasing-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  gap: 86px;
}
@media (max-width: 1023px) {
  .leasing-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 45px;
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .leasing-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    maring-top: 39px;
    gap: 0px;
  }
}
.leasing-news__top {
  width: calc(63% - 43px);
}
@media (max-width: 1023px) {
  .leasing-news__top {
    width: 100%;
  }
}
.leasing-news__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(37% - 43px);
}
@media (max-width: 1023px) {
  .leasing-news__other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 27px;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .leasing-news__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .leasing-news__other .leasing-news-item {
    width: 33.33%;
  }
}
.leasing-news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #00AAFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .leasing-news__more {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.leasing-news__more .bottom__arrow-container-line {
  color: #00AAFF;
}
.leasing-news__more:hover {
  color: #0D53BB;
}
.leasing-news__more:hover .bottom__arrow-container-line {
  background: #0D53BB;
}
.leasing-news__more:active {
  color: #0C1F58;
}
.leasing-news__more:active .bottom__arrow-container-line {
  background: #0C1F58;
}
.leasing-news__more img {
  margin-left: 12px;
  width: 40px;
  height: 40px;
}
/* new props (redesign) */
.leasing-subject {
  display: block;
  text-decoration: none;
  position: relative;
}
.leasing-subject__img {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 105%;
  background-color: #949494;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.leasing-subject__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.leasing-subject__title {
  position: absolute;
  z-index: 1;
  left: 27px;
  top: 21px;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #000000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.leasing-subject:hover .leasing-subject__title {
  color: #00AAFF;
}
.leasing-subject:active .leasing-subject__title {
  color: #0C1F58;
}
/* new props (redesign) */
.leasing-subjects {
  background-color: #ffffff;
  padding-top: 97px;
  padding-bottom: 126px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .leasing-subjects {
    padding-top: 66px;
    padding-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .leasing-subjects {
    padding-top: 49px;
    padding-bottom: 16px;
  }
}
.leasing-subjects__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 15px;
  margin-top: 66px;
}
@media (max-width: 1023px) {
  .leasing-subjects__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .leasing-subjects__list {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}
.leasing-subjects__list.owl-carousel {
  display: grid;
}
.leasing-subjects__list.owl-carousel .owl-dots {
  bottom: auto !important;
  top: 100%;
}
.leasing-subjects__list.owl-theme.owl-landing .owl-dots {
  left: 0;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
}
/* new props (redesign) */
.leasing-telegram {
  font-family: "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  color: #0D205C;
  position: relative;
  padding-top: 48px;
  padding-bottom: 65px;
}
@media (max-width: 1023px) {
  .leasing-telegram {
    padding-top: 31px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .leasing-telegram {
    padding-top: 19px;
    padding-bottom: 25px;
  }
}
.leasing-telegram:before {
  content: "";
  background: url("/local/templates/main/img/landing/bg-telegram.jpg?v=2"), lightgray 50%;
  background-position: 75% 50%, 65% 50%;
  background-size: auto 100%;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1400px) {
  .leasing-telegram:before {
    background-size: cover;
    background-position: 50% 50%, 50% 50%;
  }
}
@media (max-width: 1023px) {
  .leasing-telegram:before {
    background-position: 75% 50%, 74% 50%;
  }
}
@media (max-width: 767px) {
  .leasing-telegram:before {
    background-position: 70% 50%, 78% 50%;
  }
}
.leasing-telegram__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  max-width: 1300px;
}
@media (max-width: 1023px) {
  .leasing-telegram__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .leasing-telegram__container {
    display: block;
    padding: 0 15px;
  }
}
.leasing-telegram__content {
  display: block;
  max-width: 770px;
  width: 100%;
}
@media (max-width: 1023px) {
  .leasing-telegram__content {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .leasing-telegram__content {
    max-width: none;
    padding-right: 0;
  }
}
.leasing-telegram__title {
  display: block;
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .leasing-telegram__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
  }
}
@media (max-width: 767px) {
  .leasing-telegram__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }
}
.leasing-telegram__subtitle {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 35px;
  letter-spacing: 0;
  color: #868686;
}
@media (max-width: 1023px) {
  .leasing-telegram__subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .leasing-telegram__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .leasing-telegram__subtitle span {
    display: block;
  }
}
.leasing-telegram__subtitle span:not(:first-child) {
  position: relative;
}
.leasing-telegram__subtitle span:not(:first-child):before {
  content: "/";
  position: relative;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  .leasing-telegram__subtitle span:first-child:before {
    content: "/";
    position: relative;
    margin-right: 5px;
  }
}
.leasing-telegram__btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  padding: 1.25rem 3rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 32px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#0D53BB), to(#0AF));
  background: linear-gradient(90deg, #0D53BB 0%, #0AF 100%);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .leasing-telegram__btn {
    margin-top: 14px;
    padding: 13px 33px;
    font-size: 18px;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #FFFFFF;
    box-shadow: 0 0 0 0 #FFFFFF;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #FFFFFF;
    box-shadow: 0 0 0 0 #FFFFFF;
  }
}
.leasing-telegram__btn:hover .leasing-telegram__btn-fly, .leasing-telegram__btn:focus .leasing-telegram__btn-fly {
  -webkit-transform: rotate(2deg) translate(20px, -10px);
  -ms-transform: rotate(2deg) translate(20px, -10px);
  transform: rotate(2deg) translate(20px, -10px);
}
/* new props (redesign) */
.link-box {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .link-box {
    margin: 0;
    padding: 0;
  }
}
.link-box__inner {
  padding: 60px;
  border: 2px solid #f7f7f7;
}
.link-box__inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .link-box__inner_flex {
    display: block;
  }
}
@media (max-width: 1023px) {
  .link-box__inner {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .link-box__inner {
    border-left: 0;
    border-right: 0;
    padding: 50px 20px;
  }
}
.link-box__col {
  width: 50%;
}
@media (max-width: 1023px) {
  .link-box__col {
    width: auto;
  }
}
.link-box__col:nth-child(1) {
  padding: 0 100px 0 80px;
  border-right: 1px solid #f7f7f7;
}
@media (max-width: 1199px) {
  .link-box__col:nth-child(1) {
    padding: 0 50px 0 40px;
  }
}
@media (max-width: 1023px) {
  .link-box__col:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 0 30px 40px;
  }
}
@media (max-width: 767px) {
  .link-box__col:nth-child(1) {
    padding: 0 0 20px 15px;
  }
}
.link-box__col:nth-child(2) {
  padding: 0 0 0 150px;
}
@media (max-width: 1199px) {
  .link-box__col:nth-child(2) {
    padding: 0 0 0 90px;
  }
}
@media (max-width: 1023px) {
  .link-box__col:nth-child(2) {
    padding: 30px 0 0 40px;
  }
}
@media (max-width: 767px) {
  .link-box__col:nth-child(2) {
    padding: 20px 0 0 15px;
  }
}
.link-box__col h4 {
  position: relative;
}
.link-box__col h4:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #f03b51;
  position: absolute;
  left: -40px;
  top: 7px;
}
@media (max-width: 767px) {
  .link-box__col h4:before {
    left: -15px;
  }
}
.link-box h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.9;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.link-box a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 10px 0;
}
.link-box p {
  margin: 0 0 10px 0;
}
.link-box p a {
  margin: 0;
}
.link-box span {
  margin: 0 10px;
  color: #949494;
}
@media (max-width: 767px) {
  .link-box span {
    height: 0;
    display: block;
    overflow: hidden;
  }
}
.t-loading .t-loading-gray {
  position: relative;
  display: block;
}
.t-loading .t-loading-gray:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-animation: wave-squares 3s infinite ease-out;
  animation: wave-squares 3s infinite ease-out;
  border-radius: 0.25rem;
  background: rgba(244, 247, 249, 0.2);
  background: linear-gradient(102.95deg, rgb(244, 247, 249) 20.751%, rgba(244, 247, 249, 0) 52.993%, rgb(244, 247, 249) 89.767%);
}
.t-loading .t-loading-gray:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
@-webkit-keyframes wave-squares {
  0% {
    background-position: -273px 0;
  }
  100% {
    background-position: 273px 0;
  }
}
@keyframes wave-squares {
  0% {
    background-position: -273px 0;
  }
  100% {
    background-position: 273px 0;
  }
}
/* new props (redesign) */
.layout {
  position: relative;
}
@media (max-width: 1023px) {
  .layout {
    padding-top: 4.37rem;
  }
}
@media (max-width: 767px) {
  .layout {
    padding-top: 3.25rem;
  }
}

.main-header {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 900;
  margin-top: -130px;
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
}
.main-header.sticky {
  top: 0;
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-name: slideOutDownBase;
  animation-name: slideOutDownBase;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.main-header.sticky-hide {
  top: 0;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-name: slideInDownBase;
  animation-name: slideInDownBase;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .main-header.opened_mobile {
    width: 100vw;
  }
}
.main-header.opened_mobile .main-header__btn-phone {
  display: none;
}
.main-header.opened_mobile .main-header__btn-group {
  display: none;
}
@media (max-width: 1023px) {
  .main-header {
    margin-top: -73px;
  }
}
@media (max-width: 767px) {
  .main-header {
    margin-top: -47px;
  }
}
.main-header__top-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1401px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .main-header__top-block-inner {
    padding-right: 0;
  }
}
.main-header__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1401px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0px;
  position: relative;
  z-index: 2;
}
.main-header__bottom-block-inner {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-header__bottom-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .main-header__links-wrapper {
    position: relative;
    top: auto;
  }
}
@media (max-width: 767px) {
  .main-header__links-wrapper {
    overflow: auto;
  }
}
.main-header__links-wrapper.hidden {
  height: 0px;
  visibility: hidden;
}
.main-header__links-wrapper.not-loaded {
  visibility: hidden;
}
.main-header__append-container {
  z-index: 1000;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.main-header__append-container .main-header__links-list-item {
  margin: 0 12px;
}
.main-header__append-container .main-header__links-list-item a {
  height: 32px;
}
@media (max-width: 767px) {
  .main-header__btn-group {
    display: none;
  }
}
.main-header__btn {
  display: block;
}
.main-header__btn-consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.65rem;
  height: 1.875rem;
  font-size: 0.875rem;
  letter-spacing: 0.0175rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.25rem;
}
@media (max-width: 1023px) {
  .main-header__btn-consultation {
    width: 11rem;
    height: 3rem;
    margin-right: 0;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .main-header__btn-consultation {
    display: none;
  }
}
.main-header__btn-phone {
  width: 34px;
  height: 25px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 48px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
@media (max-width: 1440px) {
  .main-header__btn-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .main-header__btn-phone {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header__btn-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
  }
}
.main-header__btn-phone-planet {
  width: 1.875rem;
  height: 1.875rem;
}
.main-header__popover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 102%;
  margin-left: -1.125rem;
  padding: 1rem 1.125rem 0.875rem 1.125rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #d9d9d9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0.1s;
  transition-delay: 0s, 0.1s;
  -webkit-transition-duration: 0.1s, 0s;
  transition-duration: 0.1s, 0s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: cubic-bezier(0.92, 0.03, 0.73, 0.14);
  transition-timing-function: cubic-bezier(0.92, 0.03, 0.73, 0.14);
}
.main-header__popover.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
}
.main-header__popover .main-header__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.main-header__popover .main-header__links-list-item:not(last-child) {
  margin-bottom: 0.5rem;
}
.main-header__popover .main-header__links-list-item a {
  margin-left: 0;
  margin-right: 0;
  height: auto;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
}
.main-header__popover .main-header__links-left {
  margin-left: 1.875rem;
}
.main-header__dots-button {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.main-header__dots-button img {
  width: 16px;
  height: 4px;
  margin: 12px 4px;
}
.main-header__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.main-header__links-list-link {
  padding: 0.625rem;
}
@media (max-width: 1399px) {
  .main-header__links-list-link {
    padding: 0.625rem 0.5rem;
  }
}
.main-header__links-list-item {
  position: relative;
}
.main-header__links-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 200ms, border-color 200ms;
  transition: color 200ms, border-color 200ms;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
@media (max-width: 1399px) {
  .main-header__links-list-item a {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.main-header__links-list-item:hover > a {
  color: #00AAFF;
}
.main-header__links-list-item:hover .main-header__popover {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
@media ((max-width: 1325px)) {
  .main-header__links-list-item:hover .main-header__popover-last {
    margin-left: -19.3rem;
  }
}
.main-header__links-list-item .active {
  color: #00AAFF;
}
.main-header__links-list-item:nth-last-of-type(1) a {
  margin-right: 0;
}
.main-header__logo img {
  display: inline-block;
  vertical-align: top;
  width: 11.625rem;
  height: 2.625rem;
}
@media (max-width: 1399px) {
  .main-header__logo img {
    margin-left: 1.25rem;
    width: 7.25rem;
    height: 1.75rem;
  }
}
@media (max-width: 1023px) {
  .main-header__logo img {
    margin-left: auto;
    margin-top: auto;
  }
}
.main-header__logo-xplanet img {
  display: inline-block;
  vertical-align: top;
  width: 11.625rem;
  height: 2.625rem;
}
@media (max-width: 1399px) {
  .main-header__logo-xplanet img {
    width: 7.25rem;
    height: 1.75rem;
  }
}
.main-header__logo-xplanet a {
  display: block;
}
.main-header__socials {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
  white-space: nowrap;
  font-size: 0;
}
@media (max-width: 1023px) {
  .main-header__socials {
    vertical-align: top;
  }
}
@media (max-width: 480px) {
  .main-header__socials {
    display: none;
  }
}
.main-header__socials .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  text-decoration: none;
  color: #263975;
  width: 16px;
  height: 16px;
}
@media (max-width: 1023px) {
  .main-header__socials .icon {
    width: 20px;
    height: 20px;
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .main-header__socials .icon {
    margin-left: 12px;
  }
  .mobile-menu .main-header__socials .icon {
    margin-left: 25px;
  }
}
.main-header__socials .icon:first-child {
  margin-left: 0;
}
.main-header__socials .icon .svg-icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
@media (max-width: 1023px) {
  .main-header__socials .icon .svg-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.main-header__socials .icon .svg-icon svg {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  fill: currentColor;
  pointer-events: none;
  vertical-align: middle;
}
.main-header__socials .icon .svg-icon svg:not(:root) {
  overflow: hidden;
}
.main-header__socials .icon .svg-icon svg use {
  pointer-events: none;
}
.main-header__phone {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  text-decoration: none;
  color: #0D53BB;
  white-space: nowrap;
  text-align: left;
  background-color: inherit;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.main-header__phone, .main-header__phone:focus, .main-header__phone:active {
  outline: none;
}
.main-header__phone:hover {
  color: #0D53BB;
}
.main-header__phone:active {
  color: #0C1F58;
}
@media (max-width: 1023px) {
  .main-header__phone {
    font-size: 1.125rem;
    line-height: 30px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .main-header__phone {
    display: none;
  }
}
.main-header__phone i {
  font-style: normal;
}
@media (max-width: 1440px) {
  .main-header__phone-planet {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main-header__phone-planet {
    display: inline-block;
  }
}
.main-header__container-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.main-header__desktop-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 108px;
  position: relative;
}
@media (max-width: 1023px) {
  .main-header__desktop-block {
    display: none;
  }
}
.main-header__mobile-block {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 35px 12px;
  gap: 20px;
}
@media (max-width: 1023px) {
  .main-header__mobile-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.37rem;
  }
}
@media (max-width: 767px) {
  .main-header__mobile-block {
    padding: 12px 16px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 11px;
    height: 3.25rem;
  }
}
@media (max-width: 1023px) {
  .main-header__mobile-block .mobile-menu {
    height: auto;
  }
}
.main-header__mobile-block .mobile-menu__wrap {
  position: static;
  min-height: auto;
}
.main-header__mobile-block .main-header__logo {
  margin-right: auto;
}
.main-header__mobile-block .main-header__phone {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.main-header__rounded-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header__rounded-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.main-header__rounded-button, .main-header__rounded-button:focus, .main-header__rounded-button:active {
  outline: none;
}
.main-header__rounded-button:last-child {
  margin-right: 0;
}
.main-header__rounded-button--blue {
  background-color: #00AAFF;
}
.main-header__rounded-button--blue svg {
  width: 16px;
  height: 19px;
}
@media (max-width: 575px) {
  .main-header__rounded-button--blue svg {
    width: 12px;
    height: 14px;
  }
}
.main-header__rounded-button--darkblue {
  background-color: #08267f;
}
.main-header__rounded-button--darkblue svg {
  width: 14px;
  height: 24px;
}
@media (max-width: 575px) {
  .main-header__rounded-button--darkblue svg {
    width: 11px;
    height: 18px;
  }
}
.main-header__rounded-button--semi-darkblue {
  background-color: #1E4BD2;
}
.main-header__rounded-button--semi-darkblue svg {
  width: 12px;
  height: 15px;
}
@media (max-width: 575px) {
  .main-header__rounded-button {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
}
.main-header__rounded-button i {
  display: none;
}
.main-header .btn-lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  border: 1px solid #808080;
  text-decoration: none;
  color: #808080;
}
@media (max-width: 1399px) {
  .main-header .btn-lk {
    margin-right: 1.25rem;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .main-header .btn-lk {
    margin-right: 0;
    margin-top: 2.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-header .btn-lk .svg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.125rem;
  height: 1rem;
  margin: 0 8px 3px 8px;
}
.main-header .btn-lk .svg-icon svg {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #868686;
}
.main-header .btn-lk__link {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.015rem;
}
@media (max-width: 1399px) {
  .main-header .btn-lk__link {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main-header .btn-lk__link {
    display: block;
    margin-right: 10px;
  }
}
.main-header .btn-lk:hover {
  color: #00AAFF;
  border-color: #00AAFF;
}
.main-header .btn-lk:hover .svg-icon svg {
  fill: #00aaff;
}
.main-header .btn-lk:active {
  color: #0C1F58;
  border-color: #0C1F58;
}
.main-header .btn-lk:active .svg-icon svg {
  fill: #0C1F58;
}
.main-header--profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 0;
  padding: 22px 20px;
  font-family: "roboto";
}
@media (max-width: 1023px) {
  .main-header--profit {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 767px) {
  .main-header--profit {
    padding: 14px 15px;
  }
}
.main-header--profit .main-header__logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-header--profit .main-header__logo img {
    width: 165px;
    height: 37px;
  }
}
@media (max-width: 1023px) {
  .main-header--profit .main-header__logo img {
    width: 214px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .main-header--profit .main-header__logo img {
    width: 112px;
    height: 25px;
  }
}
.main-header--profit .main-header__container-info {
  position: relative;
}
@media (max-width: 1023px) {
  .main-header--profit .main-header__container-info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.main-header--profit .main-header__links-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .main-header--profit .main-header__links-wrapper {
    display: none;
  }
}
.main-header--profit .main-header__links-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-header--profit .main-header__links-list-item a {
  height: auto;
  margin: 0 10px;
  line-height: 1;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-header--profit .main-header__links-list-item a {
    font-size: 16px;
  }
}
.main-header--profit .main-header__phone {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 0;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-header--profit .main-header__phone {
    font-size: 22px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .main-header--profit .main-header__phone-text {
    display: none;
  }
}
.main-header--profit .main-header__menu-handle {
  display: none;
  text-decoration: none;
  width: 48px;
  height: 48px;
  background-image: url(../img/landing/icon-burger.svg);
  background-size: 100% 100%;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .main-header--profit .main-header__menu-handle {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .main-header--profit .main-header__menu-handle {
    width: 38px;
    height: 25px;
    margin-left: 15px;
  }
}
@media (max-width: 1023px) {
  .main-header--profit.open-menu .main-header__links-wrapper {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    height: calc(100vh - 92px);
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .main-header--profit.open-menu .main-header__links-wrapper {
    height: calc(100vh - 53px);
  }
}
@media (max-width: 1023px) {
  .main-header--profit.open-menu .main-header__links-list {
    display: block;
    margin: 0;
    padding: 0 36px;
  }
}
@media (max-width: 767px) {
  .main-header--profit.open-menu .main-header__links-list {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .main-header--profit.open-menu .main-header__links-list-item {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
  }
}
@media (max-width: 1023px) {
  .main-header--profit.open-menu .main-header__links-list-item a {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .main-header--profit.open-menu .main-header__menu-handle {
    background-image: url(../img/landing/icon-menu-close.svg);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: 50% 80%;
  }
}
@media (max-width: 767px) {
  .main-header--profit.open-menu .main-header__menu-handle {
    background-size: 25px 25px;
    background-position: 50% 50%;
  }
}
.main-header__submenu {
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
}
.main-header__submenu .main-header__links-list-item {
  line-height: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.main-header__links-column_second .main-header__links-list-item a {
  max-width: 143px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main-menu__submenu {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-auto-flow: column;
  grid-template-rows: auto;
  grid-column-gap: 1.875rem;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}
.main-menu__submenu .main-header__links-list-item {
  grid-column: 1;
}
.main-menu__submenu .main-header__links-list-item_left {
  grid-column: 2;
}
@charset "UTF-8";
/* new props (redesign) */
.managers {
  max-width: 1252px;
  margin: 0 auto 80px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .managers {
    padding: 0 20px;
  }
}
.managers__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .managers__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .managers__title {
    font-size: 28px;
  }
}
.managers__title small {
  display: block;
  font-size: 0.6em;
}
.managers__title h1 {
  margin-bottom: 0;
}
.managers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .managers__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.managers__item {
  width: calc(25% - 22.5px);
  margin: 0 30px 30px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
}
.managers__item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .managers__item:nth-child(4n) {
    margin-right: 30px;
  }
}
.managers__item:hover {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .managers__item {
    width: calc(33.3% - 20px);
  }
  .managers__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .managers__item {
    margin: 0 0 20px 0 !important;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .managers__item {
    width: 100%;
  }
}
.managers__text {
  padding: 30px 40px;
}
@media (max-width: 1199px) {
  .managers__text {
    padding: 30px 35px;
  }
}
@media (max-width: 767px) {
  .managers__text {
    padding: 20px;
  }
}
.managers__photo {
  width: 100%;
  height: 360px;
  display: block;
  background: url(../img/managers/no-image.png);
  background-size: cover;
  background-position: 50% 50%;
}
.managers__name {
  margin: 0 0 10px 0;
}
.managers__name a {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.managers__name a:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.managers__name a:hover {
  color: #009FDF;
}
.managers__name a:hover:after {
  left: 10px;
}
.managers__role {
  font-size: 14px;
  color: #949494;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
@charset "UTF-8";
/* new props (redesign) */
.map {
  text-align: center;
  padding: 0 60px 190px 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .map {
    padding: 0 40px 140px 40px;
  }
}
@media (max-width: 767px) {
  .map {
    padding: 0;
  }
  .map_only-russia {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
}
.map__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
@media (max-width: 1023px) {
  .map__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .map__title {
    font-size: 28px;
  }
}
.map__title small {
  display: block;
  font-size: 0.6em;
}
.map__title h1 {
  margin-bottom: 0;
}
.map__subtitle {
  font-size: 20px;
  font-family: "vtb_cond";
  font-weight: 600;
  margin: 0 0 30px 0;
}
.map__map-russia {
  max-width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .map__map-russia {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
}
.map__map-europ {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50vw;
}
@media (max-width: 767px) {
  .map__map-europ {
    position: relative;
    width: 100%;
    max-width: none;
    margin: -50px 0 0 0;
  }
}
.map__link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  position: relative;
  position: absolute;
  right: 60px;
  bottom: 50px;
}
.map__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.map__link:hover {
  color: #009FDF;
}
.map__link:hover:after {
  left: 10px;
}
@media (max-width: 767px) {
  .map__link {
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* new props (redesign) */
.market-button {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 7px 15px 8px;
  font: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #E6E9F1;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.market-button:focus {
  outline: none;
}
.market-button:not(:disabled):hover, .market-button:not(:disabled):hover:focus {
  border-color: #08267f;
}
.market-button:not(:disabled) {
  cursor: pointer;
}
.market-button:disabled {
  color: #DADADA;
}
.market-button--primary {
  color: #ffffff;
  background-color: #08267f;
  border-color: #08267f;
}
.market-button--primary:not(:disabled):hover, .market-button--primary:not(:disabled):focus {
  background-color: #00AAFF;
  border-color: #00AAFF;
}
.market-button--white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.market-button--white:not(:disabled):hover, .market-button--white:not(:disabled):focus {
  color: #ffffff;
  background-color: #00AAFF;
  border-color: #00AAFF;
}
@media (max-width: 767px) {
  .market-button--clear {
    display: none;
  }
}
.market-button--selected {
  background-color: #EBEDF4;
  border-color: #EBEDF4;
  color: #08267f;
}
/* new props (redesign) */
.market-catalog-item.market-item {
  max-width: none;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .market-catalog-item.market-item {
    margin-bottom: 55px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .market-catalog-item.market-item {
    margin-bottom: 76px;
  }
}
.market-catalog-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  font-family: "vtb_cond", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 1023px) {
  .market-catalog-item__header {
    margin-bottom: 22px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .market-catalog-item__header {
    display: block;
    margin-bottom: 27px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.market-catalog-item__title {
  margin: 0;
  font-size: 40px;
  text-align: left;
  color: #000000;
  font-family: "vtb_cond", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 767px) {
  .market-catalog-item__title {
    margin-bottom: 4px;
    font-size: 32px;
  }
}
.market-catalog-item__price {
  font-size: 32px;
  color: #000000;
  font-family: "vtb_cond", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 767px) {
  .market-catalog-item__price {
    font-size: 24px;
  }
}
.market-catalog-item__gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 520px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .market-catalog-item__gallery {
    height: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .market-catalog-item__gallery {
    height: 280px;
    margin-bottom: 20px;
  }
}
.market-catalog-item__gallery-slider {
  display: none !important;
}
@media (max-width: 1023px) {
  .market-catalog-item__gallery-slider {
    display: block !important;
    height: 100%;
  }
}
.market-catalog-item__gallery-slider-item {
  height: 100%;
}
.market-catalog-item__gallery-slider-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.market-catalog-item__gallery-slider .owl-stage-outer, .market-catalog-item__gallery-slider .owl-stage, .market-catalog-item__gallery-slider .owl-item {
  height: 100%;
}
.market-catalog-item__gallery-slider .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.market-catalog-item__gallery-slider .owl-nav .owl-prev, .market-catalog-item__gallery-slider .owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.market-catalog-item__gallery-slider .owl-nav .owl-prev {
  left: 0;
}
.market-catalog-item__gallery-slider .owl-nav .owl-next {
  right: 0;
}
.market-catalog-item__gallery-slider .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  counter-reset: slides-num; /* Initialize counter. */
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 10px;
  height: 30px;
}
.market-catalog-item__gallery-slider .owl-dots:after {
  content: counter(slides-num); /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.market-catalog-item__gallery-slider .owl-dot {
  display: inline-block;
  vertical-align: top;
  counter-increment: slides-num; /* Increment counter */
}
.market-catalog-item__gallery-slider .owl-dot span {
  display: none;
}
.market-catalog-item__gallery-slider .owl-dot.active:before {
  content: counter(slides-num) "/"; /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  left: 0;
  top: 0;
}
.market-catalog-item__gallery-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 55%;
  height: 100%;
  margin-right: 8px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .market-catalog-item__gallery-img {
    display: none;
    /*height: 500px;
    margin-right: 0;
    border-radius: 0;*/
  }
}
.market-catalog-item__gallery-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.market-catalog-item__gallery-img--onecol {
  width: 75%;
}
.market-catalog-item__gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 634px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .market-catalog-item__gallery-thumbs {
    display: none;
  }
}
.market-catalog-item__gallery-thumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 8px);
  height: 256px;
  margin: 0 8px 8px 0;
}
.market-catalog-item__gallery-thumbs--onecol {
  width: 317px;
}
.market-catalog-item__gallery-thumbs--onecol li {
  width: calc(100% - 8px);
}
.market-catalog-item__gallery-thumb {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.market-catalog-item__gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.market-catalog-item__all {
  position: absolute;
  bottom: 21px;
  right: 22px;
}
@media (max-width: 1023px) {
  .market-catalog-item__all {
    display: none;
  }
}
.market-catalog-item__tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 21px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  list-style: none;
}
.market-catalog-item__tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .market-catalog-item__tabs {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .market-catalog-item__tabs {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.market-catalog-item__tab {
  margin-right: 39px;
}
@media (max-width: 767px) {
  .market-catalog-item__tab {
    margin-right: 35px;
  }
}
.market-catalog-item__tab-item {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: none;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
.market-catalog-item__tab-item:focus, .market-catalog-item__tab-item:active {
  outline: none;
}
.market-catalog-item__tab-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #08267f;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.market-catalog-item__tab-item:hover::after {
  width: 100%;
}
.market-catalog-item__tab-item.is-current:after {
  width: 100%;
}
.market-catalog-item__content-wrapper {
  margin-bottom: 38px;
}
@media (max-width: 1023px) {
  .market-catalog-item__content-wrapper {
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .market-catalog-item__content-wrapper {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.market-catalog-item__tab-content {
  display: none;
}
.market-catalog-item__tab-content.is-current {
  display: block;
}
.market-catalog-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .market-catalog-item__row {
    display: block;
  }
}
.market-catalog-item__column {
  width: 50%;
}
.market-catalog-item__column:not(:last-child) {
  margin-right: 54px;
}
@media (max-width: 1023px) {
  .market-catalog-item__column {
    width: auto;
  }
  .market-catalog-item__column:not(:last-child) {
    margin-right: 0;
  }
}
.market-catalog-item__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.market-catalog-item__content-item dd {
  margin-left: 10px;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 1023px) {
  .market-catalog-item__buttons {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .market-catalog-item__buttons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.market-catalog-item__buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .market-catalog-item__buttons-list {
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  .market-catalog-item__buttons-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.market-catalog-item__button {
  width: 100%;
  margin-bottom: 6px;
  padding-top: 18px;
  padding-bottom: 19px;
  font-weight: 500;
}
.market-catalog-item__button--phone, .market-catalog-item__button--save {
  vertical-align: top;
  margin-left: 6px;
  margin-right: 6px;
  z-index: 1;
}
@media (max-width: 540px) {
  .market-catalog-item__button--phone, .market-catalog-item__button--save {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 9px;
  }
}
.market-catalog-item__button--phone .market-catalog-item__icon, .market-catalog-item__button--save .market-catalog-item__icon {
  vertical-align: top;
  margin-top: 5px;
}
.market-catalog-item__button--phone:focus, .market-catalog-item__button--save:focus {
  z-index: 2;
}
@media (max-width: 540px) {
  .market-catalog-item__button--phone.market-button--white:not(:disabled):hover, .market-catalog-item__button--phone.market-button--white:not(:disabled):focus, .market-catalog-item__button--save.market-button--white:not(:disabled):hover, .market-catalog-item__button--save.market-button--white:not(:disabled):focus {
    color: #00AAFF;
    background-color: #ffffff;
    border-color: #ffffff;
  }
}
.market-catalog-item__button--phone {
  width: 160px;
}
@media (max-width: 540px) {
  .market-catalog-item__button--phone {
    width: 100%;
  }
}
.market-catalog-item__button--save {
  width: 240px;
}
@media (max-width: 540px) {
  .market-catalog-item__button--save {
    width: 100%;
  }
}
.market-catalog-item__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.market-catalog-item__photos-wrapper.popup {
  background-color: #ffffff;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 1023px) {
  .market-catalog-item__photos-wrapper.popup {
    display: none;
  }
}
@media (max-width: 1023px) {
  .market-catalog-item__photos-wrapper.popup.is-open {
    display: none;
  }
}
.market-catalog-item__photos-wrapper.popup .popup__close {
  top: 40px;
  right: 40px;
  left: unset;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .market-catalog-item__photos-wrapper.popup .popup__close {
    top: 20px;
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .market-catalog-item__photos-wrapper.popup .popup__close {
    top: -70px;
    left: 40px;
    right: unset;
  }
  .market-catalog-item__photos-wrapper.popup .popup__close::after {
    content: "";
  }
}
.market-catalog-item__photos-wrapper.popup .popup__close-text {
  display: none;
}
@media (max-width: 1023px) {
  .market-catalog-item__photos-wrapper.popup .popup__close-text {
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding-left: 24px;
  }
  .market-catalog-item__photos-wrapper.popup .popup__close-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    background-color: #ffffff;
    border: 4px solid transparent;
    border-right: 8px solid #CDD3E4;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .market-catalog-item__photos-wrapper.popup .popup__close-text {
    font-size: 14px;
  }
}
.market-catalog-item__photos-wrapper.popup .popup__inner {
  top: 0;
  max-width: 100%;
  padding: 0;
  height: 100%;
}
.market-catalog-item__modal-gallery {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .market-catalog-item__modal-gallery {
    display: block;
  }
}
.market-catalog-item__modal-gallery-container {
  position: absolute;
  top: 0;
  right: calc(50% - 512px);
  width: 137px;
  height: auto;
}
@media (max-width: 1199px) {
  .market-catalog-item__modal-gallery-container {
    right: calc(50% - 460px);
  }
}
.market-catalog-item__modal-gallery-container.is-scroll {
  height: 100%;
}
.market-catalog-item__modal-scrollup {
  top: auto;
  bottom: 30px;
}
@media (max-width: 1023px) {
  .market-catalog-item__modal-scrollup {
    top: auto;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .market-catalog-item__modal-scrollup {
    top: auto;
    bottom: 15px;
  }
}
@media (max-width: 540px) {
  .market-catalog-item__modal-scrollup {
    top: auto;
    bottom: 60px;
  }
}
.market-catalog-item__photos {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .market-catalog-item__photos {
    width: 100%;
  }
}
.market-catalog-item__photos-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.market-catalog-item__photos-container .nano-pane {
  opacity: 0;
  visibility: hidden;
}
.market-catalog-item__photos-wrap {
  margin: 0 auto;
  max-width: 1024px;
}
@media (max-width: 1199px) {
  .market-catalog-item__photos-wrap {
    max-width: 920px;
  }
}
.market-catalog-item__photos-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 147px 0 0;
  padding: 40px 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .market-catalog-item__photos-list {
    padding: 20px 0;
  }
}
@media (max-width: 1023px) {
  .market-catalog-item__photos-list {
    margin-right: 0;
  }
}
.market-catalog-item__photo {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .market-catalog-item__photo {
    margin-bottom: 20px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .market-catalog-item__photo {
    margin-bottom: 16px;
  }
}
.market-catalog-item__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.market-catalog-item__photo-thumbs {
  position: absolute;
  right: 0;
  top: 0;
  width: 137px;
}
.is-scroll .market-catalog-item__photo-thumbs {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .market-catalog-item__photo-thumbs {
    display: none;
  }
}
.is-scroll .market-catalog-item__photo-thumbs {
  height: 100%;
}
.is-scroll .market-catalog-item__photo-thumbs-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.is-scroll .market-catalog-item__photo-thumbs-container .nano-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
}
.market-catalog-item__photo-thumbs-container .nano-pane {
  opacity: 0;
  visibility: hidden;
}
.market-catalog-item__photo-thumbs-list {
  padding: 40px 0;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  .market-catalog-item__photo-thumbs-list {
    padding: 20px 0;
  }
}
.market-catalog-item__photo-thumbs-list li {
  margin-bottom: 7px;
}
.market-catalog-item__photo-thumbs-list img {
  display: block;
  width: 100%;
  height: auto;
}
.market-catalog-item__photo-thumb {
  display: block;
  width: 137px;
  height: 103px;
  border-radius: 4px;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  outline: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.market-catalog-item__photo-thumb:focus {
  outline: none;
}
.bx-no-touch .market-catalog-item__photo-thumb:hover {
  opacity: 1;
  outline: none;
}
.market-catalog-item__photo-thumb.is-active {
  opacity: 1;
  border-color: #00AAFF;
}
.market-catalog-item__photo-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
/* new props (redesign) */
.market-catalog-slider {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .market-catalog-slider {
    overflow: hidden;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .market-catalog-slider {
    padding-left: 20px;
  }
}
.market-catalog-slider__controls {
  position: absolute;
  top: 10px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .market-catalog-slider__controls {
    display: none;
  }
}
.market-catalog-slider__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  color: #08267f;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M1 13l6-6-6-6' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px 14px;
  background-position: center;
  border: 1px solid #EBEDF4;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
}
.market-catalog-slider__control:focus {
  outline: none;
}
.market-catalog-slider__control:not(:disabled) {
  cursor: pointer;
}
.market-catalog-slider__control:not(:disabled):hover, .market-catalog-slider__control:not(:disabled):hover:focus {
  border-color: #08267f;
  z-index: 2;
}
.market-catalog-slider__control:disabled {
  color: #DADADA;
}
.market-catalog-slider__control--prev {
  margin-right: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.market-catalog-slider .owl-stage-outer,
.market-catalog-slider .owl-stage {
  padding: 40px 20px 40px 40px;
  margin: -40px -20px -40px -40px;
}
.market-catalog-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.market-catalog-slider .owl-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 410px !important;
}
.market-catalog-slider .owl-item:hover .market-catalog__image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
@media (max-width: 1023px) {
  .market-catalog-slider .owl-item {
    width: 333px !important;
  }
}
@media (max-width: 767px) {
  .market-catalog-slider .owl-item {
    width: 271px !important;
  }
}
.market-catalog-slider__name {
  display: block;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1.1;
  font-family: "vtb_cond", Arial, sans-serif;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
}
.market-catalog-slider__name:hover {
  text-decoration: none;
}
.market-catalog-slider__title {
  margin: 0;
}
.market-catalog-slider__props {
  margin: 0 0 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.market-catalog-slider__price {
  display: block;
  margin: 0;
  color: #000000;
}
/* new props (redesign) */
.market-catalog {
  max-width: none;
}
.market-catalog__section-title {
  margin: 0 0 44px;
  font-size: 32px;
  line-height: 1.1;
  font-family: "vtb_cond", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 1023px) {
  .market-catalog__section-title {
    max-width: 385px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .market-catalog__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.market-catalog__list {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
@media (max-width: 1023px) {
  .market-catalog__list {
    margin-left: -11px;
    margin-right: -11px;
  }
}
.market-catalog__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  margin-bottom: 55px;
}
.market-catalog__item:hover .market-catalog__image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
@media (max-width: 1023px) {
  .market-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (max-width: 540px) {
  .market-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.market-catalog__image {
  display: block;
  width: 100%;
  height: 255px;
  margin-bottom: 16px;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .market-catalog__image {
    height: 190px;
  }
}
.market-catalog__image-preview {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 255px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .market-catalog__image-preview {
    max-height: 190px;
  }
}
.market-catalog__image-brazzers {
  display: block;
  position: relative;
  z-index: 1;
  bottom: auto;
  height: 100%;
}
.bx-touch .market-catalog__image-brazzers {
  display: none;
}
.market-catalog__image-gallery {
  display: none !important;
  position: relative;
  z-index: 1;
  bottom: auto;
  height: 100%;
}
.bx-touch .market-catalog__image-gallery {
  display: block !important;
}
.market-catalog__image-gallery .owl-stage-outer, .market-catalog__image-gallery .owl-stage, .market-catalog__image-gallery .owl-item {
  height: 100%;
}
.market-catalog__image-gallery-slide {
  position: relative;
  height: 100%;
}
.market-catalog__image-gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.market-catalog__image-gallery .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.market-catalog__image-gallery .owl-dot {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 7px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.market-catalog__image-gallery .owl-dot span {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 2px;
  left: 1px;
  height: 3px;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.market-catalog__image-gallery .owl-dot:first-child span {
  left: 3px;
}
.market-catalog__image-gallery .owl-dot:last-child span {
  right: 3px;
}
.market-catalog__image-gallery .owl-dot.active span {
  background-color: #08267f;
}
.market-catalog__name {
  display: block;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1.1;
  font-family: "vtb_cond", Arial, sans-serif;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
}
.market-catalog__name:hover {
  text-decoration: none;
}
.market-catalog__title {
  margin: 0;
}
.market-catalog__props {
  margin: 0 0 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.market-catalog__price {
  display: block;
  margin: 0;
  color: #000000;
}

.market-text-disclaimer {
  padding: 1.5rem 0;
  color: #808080;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (max-width: 1023px) {
  .market-text-disclaimer {
    padding: 1.5rem 0;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 767px) {
  .market-text-disclaimer {
    padding: 1.5rem 0;
  }
}
/* new props (redesign) */
.market-faq {
  padding: 0 40px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .market-faq {
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.market-faq__inner {
  margin: 0;
}
.market-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.market-faq__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.market-faq__title {
  position: relative;
  padding: 20px 46px 20px 0;
  font-weight: 500;
  font-size: 14px;
  font-family: "roboto", "Ruble", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .market-faq__title {
    padding-right: 150px;
  }
}
@media (max-width: 767px) {
  .market-faq__title {
    padding-right: 50px;
  }
}
.market-faq__title::before, .market-faq__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 2px;
  margin: -1px 0 0;
  background-color: #000000;
}
.market-faq__title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.market-faq .faq__item_opened .market-faq__title {
  border-bottom: 0;
}
.market-faq .faq__item_opened .market-faq__title::after {
  content: none;
}
.market-faq__text {
  padding: 0 40px 10px 0;
  font-size: 14px;
}
.market-faq__text ol {
  margin: 0 0 10px;
  padding-left: 30px;
}
@charset "UTF-8";
/* new props (redesign) */
.market-filter-settings.popup {
  padding: 0;
  background: none;
}
.market-filter-settings.popup .popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(8, 19, 53, 0.25);
  z-index: 1;
}
.market-filter-settings.popup .market-filter-settings__close {
  position: absolute;
  top: 26px;
  right: 38px;
  font-size: 45px;
  font-weight: 300;
  line-height: 30px;
  color: #949494;
  z-index: 3;
  outline: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.market-filter-settings.popup .market-filter-settings__close:after {
  content: "×";
}
@media (max-width: 1023px) {
  .market-filter-settings.popup .market-filter-settings__close {
    top: 20px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__close {
    top: 20px;
    right: 20px;
  }
}
.market-filter-settings.popup .market-filter-settings__form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  padding: 78px 0 24px;
  overflow: auto;
  z-index: 2;
}
@media (max-width: 1023px) {
  .market-filter-settings.popup .market-filter-settings__form {
    right: unset;
    left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__form {
    width: 100%;
    padding-top: 22px;
  }
}
.market-filter-settings.popup .market-filter-settings__title {
  margin: 0 0 75px;
  padding: 0 40px;
  font-size: 24px;
  font-family: "vtb_cond", Arial, sans-serif;
}
@media (max-width: 1023px) {
  .market-filter-settings.popup .market-filter-settings__title {
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.market-filter-settings.popup .market-filter-settings__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -28px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__fields {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.market-filter-settings.popup .market-filter-settings__fields > li {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .market-filter-settings.popup .market-filter-settings__fields > li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__fields > li {
    margin-bottom: 40px;
  }
}
.market-filter-settings.popup .market-filter-settings__fields > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(50% - 28px);
  margin-left: 28px;
}
.market-filter-settings.popup .market-filter-settings__fields > li.market-filter-settings__price, .market-filter-settings.popup .market-filter-settings__fields > li.market-filter-settings__soon, .market-filter-settings.popup .market-filter-settings__fields > li.market-filter-settings__city {
  width: 100%;
}
@media (max-width: 1023px) {
  .market-filter-settings.popup .market-filter-settings__fields > li.market-filter__field--select {
    width: 100%;
  }
}
.market-filter-settings.popup .market-filter-settings__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.market-filter-settings.popup .market-filter-settings__price .market-filter__field {
  width: 46.66%;
}
.market-filter-settings.popup .market-filter-settings__price-between {
  margin-top: 34px;
  margin-bottom: 22px;
}
.market-filter-settings.popup .market-filter-settings__options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-filter-settings.popup .market-filter-settings__soon {
  display: none;
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__soon {
    display: block;
  }
}
.market-filter-settings.popup .market-filter-settings__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 23px 40px 0;
  border-top: 1px solid #EBEDF4;
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__buttons {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.market-filter-settings.popup .market-filter-settings__buttons .market-button {
  min-width: 132px;
  padding: 12px 5px 13px;
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__buttons .market-button {
    min-width: 111px;
  }
}
.market-filter-settings.popup .market-filter-settings__buttons .market-button--primary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .market-filter-settings.popup .market-filter-settings__buttons .market-button--primary {
    margin-left: 10px;
  }
}
/* new props (redesign) */
.market-filter {
  position: relative;
  /*
  &__select-field {
      .selectize-control {
          height: 48px !important;
          line-height: 48px !important;

          &.single {
              .selectize-input {
                  input[type=select-one],
                  input[type=text] {
                      font-size: 14px;
                      line-height: 18px !important;
                      height: 18px !important;

                      &::-webkit-input-placeholder {
                          font-size: 14px;
                          line-height: 18px;
                          color: rgba(0, 0, 0, 0.8);
                      }
                      &::-moz-placeholder {
                          font-size: 14px;
                          line-height: 18px;
                          color: rgba(0, 0, 0, 0.8);
                      }
                      &:-ms-input-placeholder {
                          font-size: 14px;
                          line-height: 18px;
                          color: rgba(0, 0, 0, 0.8);
                      }
                      &:-moz-placeholder {
                          font-size: 14px;
                          line-height: 18px;
                          color: rgba(0, 0, 0, 0.8);
                      }
                  }

                  &:after {
                      content: '';
                      position: absolute;
                      top: 50%;
                      right: 16px;
                      width: 0;
                      height: 0;
                      margin-top: -2px;
                      background-color: #ffffff;
                      border: 3.5px solid transparent;
                      border-top: 6px solid $color-fields-border;
                      border-bottom: 0;
                      background-image: none;
                  }
                  &:hover:not(.disabled):after {
                      background-image: none;
                      transform: rotate(180deg);
                      border: 3.5px solid transparent;
                      border-top: 6px solid $color-fields-border;
                      border-bottom: 0;
                  }
                  &.dropdown-active {
                      margin-top: 0;
                  }
              }
          }
      }

      .selectize-input {
          height: 48px !important;
          border: 1px solid #CDD3E4;
          border-radius: 4px;
          padding: 14px 20px;
          font-size: 14px;
          line-height: 18px;

          &.focus {
              outline: none;
          }

          &.dropdown-active {
              border-radius: 4px 4px 0 0;

              &:before {
                  left: 12px;
                  right: 12px;
                  background: #CDD3E4
              }
          }

          .item {
              height: 18px !important;
              line-height: 18px !important;
              font-size: 14px;

              & + input[type=select-one], & + input[type=text] {
                  width: auto !important;
                  position: absolute;
              }
          }
      }

      .selectize-dropdown {
          border-color: #CDD3E4;
          border-radius: 0 0 4px 4px;

          [data-selectable] {
              padding: 10px 20px;
              font-size: 14px;
              line-height: 18px;
          }
      }
  }*/
}
.market-filter__menu {
  max-width: none;
  margin: 0 auto 51px;
  padding: 0;
}
@media (max-width: 767px) {
  .market-filter__menu {
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
  }
}
.market-filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 366px;
  margin-bottom: 53px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  background-color: #697BB3;
  background-image: url("../img/market-bg.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .market-filter__header {
    min-height: 403px;
    margin-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .market-filter__header {
    min-height: 290px;
    background-image: url("../img/market-bg-mobile.jpg?v=1");
  }
}
.bx-ie11 .market-filter__header {
  height: 366px;
}
@media (max-width: 1023px) {
  .bx-ie11 .market-filter__header {
    height: 403px;
  }
}
@media (max-width: 767px) {
  .bx-ie11 .market-filter__header {
    height: 290px;
  }
}
.market-filter__title {
  margin-bottom: 24px;
  color: inherit;
}
@media (max-width: 767px) {
  .market-filter__title {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 40px;
    line-height: 1;
  }
}
.market-filter__title-text--mobile {
  display: none;
}
@media (max-width: 767px) {
  .market-filter__title-text--mobile {
    display: inline;
  }
}
@media (max-width: 767px) {
  .market-filter__title-text--desktop {
    display: none;
  }
}
.market-filter__search {
  position: relative;
  width: 100%;
  max-width: 458px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .market-filter__search {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.market-filter__search input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 12px 66px 12px 16px;
  font: inherit;
  color: #000000;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
}
.market-filter__search-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
}
@media (max-width: 767px) {
  .market-filter__search-button {
    right: 40px;
  }
}
.market-filter__search-button:not(:disabled) {
  cursor: pointer;
}
.market-filter__block {
  margin-bottom: 0;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .market-filter__block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.market-filter__sub-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .market-filter__sub-title-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.market-filter__sub-title {
  font-size: 32px;
  font-family: "vtb_cond", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 767px) {
  .market-filter__sub-title {
    font-size: 28px;
  }
}
.market-filter__block-inner {
  margin: 0;
  padding: 37px 0 37px;
  border-bottom: 1px solid #E6E6E6;
}
.market-filter__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .market-filter__types {
    display: none;
  }
}
.market-filter__type {
  padding: 12px 20px 21px;
  border-radius: 4px;
  opacity: 1;
  font-weight: 500;
}
.market-filter__type.inner-menu__menu-subitem_current, .market-filter__type:hover {
  background-color: #EBEDF4;
}
.market-filter__type.inner-menu__menu-subitem_current {
  color: #08267f;
}
.market-filter__type-img {
  height: 70px;
}
.market-filter .market-filter__type-img img {
  margin-bottom: 0;
}
.market-filter__field {
  margin-bottom: 22px;
  color: #000000;
}
.market-filter__field--mobile {
  display: none;
}
@media (max-width: 767px) {
  .market-filter__field--mobile {
    display: block;
  }
}
.market-filter__field--select .market-filter__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  padding-right: 40px;
  font-weight: 500;
}
.market-filter__fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.market-filter__label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.market-filter__label--hidden {
  opacity: 0;
}
.market-filter__checkbox-wrapper {
  margin: 0 0 7px;
}
.market-filter__checkbox-label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px;
}
.market-filter__checkbox-label:hover::before {
  border-color: #00AAFF;
}
.market-filter__checkbox-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border: 1px solid #CDD3E4;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.market-filter__checkbox:focus ~ .market-filter__checkbox-label::before {
  border-color: #00AAFF;
}
.market-filter__checkbox:checked ~ .market-filter__checkbox-label::before {
  background-color: #00AAFF;
  background-image: url("../img/i-check.svg");
  border-color: #00AAFF;
}
.market-filter__select-wrapper {
  position: relative;
}
.market-filter__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -2px;
  background-color: #ffffff;
  border: 3.5px solid transparent;
  border-top: 6px solid #CDD3E4;
  border-bottom: 0;
}
.market-filter__fakeselect-wrapper {
  position: relative;
}
.market-filter__sorting .market-filter__fakeselect-wrapper {
  min-width: 172px;
}
.market-filter__fakeselect-mark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: auto;
  min-height: 48px;
  margin: 0;
  padding: 14px 34px 14px 18px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #CDD3E4;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.market-filter__fakeselect-wrapper--sm .market-filter__fakeselect-mark {
  min-height: 38px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.market-filter__fakeselect-mark:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -2px;
  background-color: #ffffff;
  border: 3.5px solid transparent;
  border-top: 6px solid #CDD3E4;
  border-bottom: 0;
  z-index: 1;
}
.market-filter__fakeselect-mark.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px 4px 0 0;
}
.market-filter__fakeselect-mark span {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
.market-filter__fakeselect-mark span.placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.market-filter__fakeselect-option {
  display: none;
  position: absolute;
  width: 100%;
  border-left: 1px solid #CDD3E4;
  border-right: 1px solid #CDD3E4;
  border-bottom: 1px solid #CDD3E4;
  border-radius: 4px;
  margin: -1px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  background-color: #ffffff;
}
.market-filter__fakeselect-option:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #CDD3E4;
}
.market-filter__fakeselect-option.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.market-filter__fakeselect-option__block {
  height: auto;
  max-height: 228px;
  /*padding-right: 8px;
  margin-right: 8px;*/
  overflow-x: hidden;
  overflow-y: auto;
}
.market-filter__fakeselect-option__block::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.market-filter__fakeselect-option__block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CDD3E4;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.market-filter__fakeselect-option__block li {
  display: block;
  margin-right: 0;
}
.market-filter__fakeselect-option__block .catalog__checkbox-list {
  padding-top: 8px;
  padding-bottom: 8px;
}
.market-filter__fakeselect-option__block .catalog__checkbox {
  display: block;
  position: relative;
  padding: 5px 6px 6px 28px;
  margin: 0 0 0 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
}
.market-filter__fakeselect-option__block .catalog__checkbox:first-child {
  margin-top: 6px;
}
.market-filter__fakeselect-option__block .catalog__checkbox:last-child {
  margin-bottom: 6px;
}
.market-filter__fakeselect-option__block .catalog__checkbox-input {
  top: 8px;
}
.market-filter__fakeselect-option__block .catalog__checkbox-input-mark {
  font-size: 14px;
  line-height: 17px;
}
.market-filter__fakeselect-option__block .catalog__select-radio {
  display: block;
  position: relative;
  padding: 6px 6px 6px 18px;
  margin: 0 -16px 0 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #000;
}
.market-filter__fakeselect-option__block .catalog__select-radio:first-child {
  margin-top: 6px;
}
.market-filter__fakeselect-option__block .catalog__select-radio:last-child {
  margin-bottom: 6px;
}
.market-filter__fakeselect-option__block .catalog__select-radio.is-selected {
  background-color: rgba(205, 211, 228, 0.2);
}
.market-filter__sorting .market-filter__fakeselect-option__block .catalog__select-radio {
  margin-right: 0;
  padding-right: 10px;
}
.market-filter__fakeselect-option__block .catalog__select-radio input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.market-filter__fakeselect-option__block .catalog__select-radio-input-mark {
  font-size: 14px;
  line-height: 17px;
}
.market-filter__fakeselect-reset {
  display: block;
  position: absolute;
  top: 5px;
  right: 4px;
  bottom: 5px;
  width: 30px;
  background-color: #FFFFFF;
  border: 0;
  outline: none;
  z-index: 2;
  cursor: pointer;
}
.market-filter__fakeselect-reset svg {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.market-filter__input {
  display: block;
  width: 100%;
  height: auto;
  min-height: 48px;
  margin: 0;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.market-filter__input:hover, .market-filter__input:focus {
  border-color: #08267f;
  outline: none;
}
.market-filter__input--large {
  min-height: 56px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.market-filter__slider {
  position: relative;
  width: 100%;
  height: 18px;
}
.market-filter__slider .vue-slider-rail {
  position: relative;
  background-color: transparent;
}
.market-filter__slider .vue-slider-rail::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #CDD3E4;
}
.market-filter__slider .vue-slider-process {
  background-color: #00AAFF;
}
.market-filter__slider .vue-slider-dot.vue-slider-dot {
  width: 10px !important;
  height: 18px !important;
  background-color: #00AAFF;
  border: 0;
  border-radius: 100px !important;
  cursor: pointer;
}
.market-filter__slider .vue-slider-dot-handle {
  background-color: transparent;
}
.market-filter__slider .vue-slider-dot-handle:after {
  background-color: transparent;
}
.bx-touch .market-filter__slider .vue-slider-dot-handle:before, .bx-touch .market-filter__slider .vue-slider-dot-handle:after {
  display: none;
  background-color: transparent;
}
.market-filter__models {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 400px;
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .market-filter__models {
    display: none;
  }
}
.bx-ie11 .market-filter__models {
  height: 400px;
}
.market-filter__car-model {
  display: inline-block;
  margin: 0 0 2px;
  padding: 6px 15px;
  border-radius: 4px;
}
.market-filter__car-model.inner-menu__filter-item_selected, .market-filter__car-model:not(.disabled):hover {
  background-color: #EBEDF4;
  border-color: transparent;
}
.market-filter__car-model.inner-menu__filter-item_selected {
  font-weight: 500;
  color: #08267f;
}
.market-filter__car-model.disabled {
  cursor: default;
}
.market-filter__options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 31px;
}
@media (max-width: 540px) {
  .market-filter__options-wrapper {
    position: relative;
  }
}
@media (max-width: 370px) {
  .market-filter__options-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.market-filter__options-wrapper .market-filter__field {
  margin-bottom: 0;
}
.market-filter__options-wrapper .market-filter__input {
  min-height: 38px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.market-filter__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 370px) {
  .market-filter__options {
    width: 100%;
  }
}
.market-filter__options li {
  margin-bottom: 8px;
  margin-right: 8px;
}
.market-filter__options li:last-child {
  margin-right: 0;
}
.market-filter__filters-button {
  display: none;
}
@media (max-width: 1199px) {
  .market-filter__filters-button {
    display: block;
  }
}
@media (max-width: 1199px) {
  .market-filter__filter-item {
    display: none;
  }
}
.market-filter__sorting {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 370px) {
  .market-filter__sorting {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .market-filter__soon {
    display: none;
  }
}
@media (max-width: 540px) {
  .market-filter__auction {
    position: absolute;
    right: 12px;
    top: -70px;
  }
}
@media (max-width: 370px) {
  .market-filter__auction {
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
    margin-right: 0;
  }
}
/* new props (redesign) */
.market-item {
  max-width: 1374px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .market-item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .market-item {
    padding: 0 20px;
  }
}
.market-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 62px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
  .market-item__inner {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .market-item__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.market-item__description {
  width: 436px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 40px 0 0;
}
@media (max-width: 1199px) {
  .market-item__description {
    width: 403px;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1023px) {
  .market-item__description {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.market-item__name {
  font-size: 24px;
  font-family: "vtb_cond";
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  text-align: left;
  margin: 0;
}
@media (max-width: 1023px) {
  .market-item__name {
    font-size: 22px;
  }
}
.market-item__price {
  font-size: 36px;
  font-family: "vtb_cond";
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media (max-width: 1023px) {
  .market-item__price {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .market-item__price {
    font-size: 28px;
  }
}
.market-item__date {
  color: #949494;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 30px 0;
}
.market-item__date span {
  margin: 0 30px 0 0;
}
.market-item__date span svg {
  vertical-align: top;
  margin: 5px 2px 0 0;
}
@media (max-width: 767px) {
  .market-item__date {
    margin: 0 0 20px 0;
  }
}
.market-item__details {
  margin: 0 0 60px 0;
}
.market-item__details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 12px 0;
}
@media (max-width: 767px) {
  .market-item__details-row {
    font-size: 12px;
  }
}
.market-item__details-row_bold {
  font-weight: 500;
}
.market-item__details-row span {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.market-item__details-row span:first-child {
  color: #949494;
}
@media (max-width: 1023px) {
  .market-item__details-row span:first-child {
    max-width: 250px;
  }
}
@media (max-width: 1023px) {
  .market-item__details-inner {
    display: none;
  }
}
@media (max-width: 767px) {
  .market-item__details-inner {
    border-top: solid 2px #f7f7f7;
    border-bottom: solid 2px #f7f7f7;
    padding: 12px 0 0 0;
  }
}
.market-item__details-title {
  display: none;
  color: #009FDF;
  font-weight: 500;
  margin: 0 0 20px 0;
  cursor: pointer;
  position: relative;
}
.market-item__details-title:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-right: 2px solid #009FDF;
  border-bottom: 2px solid #009FDF;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: 0 0 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .market-item__details-title:after {
    position: absolute;
    right: 0;
    top: 12px;
  }
}
.market-item__details-title_down:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
}
@media (max-width: 767px) {
  .market-item__details-title_down:after {
    top: 8px;
  }
}
@media (max-width: 1023px) {
  .market-item__details-title {
    display: block;
  }
  .market-item__details-title_down + .market-item__details-inner {
    display: block;
  }
}
.market-item__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width: 370px;
  display: block;
}
.market-item__button:hover {
  background: #D83A36;
}
@media (max-width: 1199px) {
  .market-item__button {
    width: auto;
  }
}
@media (max-width: 1023px) {
  .market-item__button {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .market-item__button {
    width: auto;
  }
}
.market-item__gallery {
  width: calc(100% - 436px);
}
@media (max-width: 1199px) {
  .market-item__gallery {
    width: calc(100% - 403px);
  }
}
@media (max-width: 1023px) {
  .market-item__gallery {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.market-item__big-image {
  margin: 0 0 40px 0;
  z-index: 2 !important;
}
@media (max-width: 1023px) {
  .market-item__big-image {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .market-item__big-image {
    margin: 0 0 10px 0;
  }
}
.market-item__big-image-item {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  .market-item__big-image-item {
    height: 250px;
  }
}
.market-item__big-image .owl-nav {
  position: absolute;
  bottom: -100px;
  right: 0;
}
@media (max-width: 1023px) {
  .market-item__big-image .owl-nav {
    bottom: -80px;
  }
}
.market-item__big-image .owl-nav .owl-prev, .market-item__big-image .owl-nav .owl-next {
  background: #263975 !important;
  width: 60px;
  height: 60px;
  text-align: center;
  outline: none;
  color: #fff !important;
}
.market-item__big-image .owl-nav .owl-prev span, .market-item__big-image .owl-nav .owl-next span {
  font-size: 30px;
  line-height: 60px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.market-item__big-image .owl-nav .owl-prev:hover:not(.disabled), .market-item__big-image .owl-nav .owl-next:hover:not(.disabled) {
  background: rgb(44.2516129032, 66.3774193548, 136.2483870968) !important;
}
.market-item__big-image .owl-nav .owl-prev.disabled, .market-item__big-image .owl-nav .owl-next.disabled {
  color: rgba(255, 255, 255, 0.2) !important;
  cursor: default;
}
.market-item__preview {
  padding: 0 126px 0 0;
}
.market-item__preview-item {
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .market-item__preview {
    padding: 0;
    width: 120% !important;
  }
}
.market-item__note {
  color: #949494;
  margin: 36px 0 0 0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1023px) {
  .market-item__note {
    margin: 20px 0 30px 0;
  }
}
/*
assemble media-query string from two lists of conditions
*/
/*
provide correct syntax for transform rule (scale only)
*/
/*
example for $data argument
each breakpoint has a pair of corresponding values
$breakpoints-data: (
  breakpoints: (365px + 20px, 767px, 1023px, 1199px, 1440px - 20px, 1440px + 20px, 1600px),
  values: ((190px, 190px), (400px, 190px), (261px, 194px), (230px, 243px), (266px, 266px), (266px, 266px), (300px, 300px))
);
*/

/* new props (redesign) */
.mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  height: calc(100vh - 82px);
  display: none;
  overflow: auto;
  z-index: 10;
}
@media (max-width: 1023px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-menu {
    height: calc(100vh - 68px);
    background: #fff;
  }
}
.mobile-menu__wrap {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  min-height: 100%;
  border-right: 2px solid #f7f7f7;
}
@media (max-width: 1023px) {
  .mobile-menu__wrap {
    width: 100%;
    border: 0;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .mobile-menu__wrap {
    padding-bottom: 100px;
  }
}
.mobile-menu__items {
  padding: 70px;
  background: #fff;
}
@media (max-width: 1023px) {
  .mobile-menu__items {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mobile-menu__items {
    padding-bottom: 6px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
}
.mobile-menu__item {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.4px;
  margin: 0 0 30px 0;
  color: #000000;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .mobile-menu__item {
    margin-bottom: 21px;
    padding: 0 20px;
  }
}
.mobile-menu__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  right: 35px;
  height: 1px;
  bottom: -17px;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .mobile-menu__item:after {
    left: 20px;
    right: 20px;
    bottom: -10px;
  }
}
.mobile-menu__item:last-child:after {
  display: none;
}
.mobile-menu__item:first-child {
  padding-top: 30px;
}
.mobile-menu__item > span {
  padding: 0 28px 0 0;
  position: relative;
  display: block;
}
.mobile-menu__item a {
  text-decoration: none;
}
.mobile-menu__item svg {
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0 0;
}
.mobile-menu__item-open {
  top: 5%;
  right: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 35px;
  line-height: 18px;
  font-weight: 300;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mobile-menu__item-open svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.mobile-menu__item_opened + .mobile-menu__item-divider {
  margin-top: -20px;
}
.mobile-menu__item_opened > span .mobile-menu__item-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu__item-divider {
  height: 2px;
  background: #f7f7f7;
  margin: 30px 0;
}
.mobile-menu__item-divider + .mobile-menu__item_opened {
  margin-top: -30px;
}
.mobile-menu__item .btn-lk__link {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.015rem;
}
.mobile-menu__submenu {
  color: #000000;
  position: static;
  width: auto;
  margin: 0 -20px 0 0;
  background: none;
  height: auto;
  padding: 4px 20px 10px 0;
  display: none;
}
.mobile-menu__item_opened .mobile-menu__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.9rem;
}
.mobile-menu__submenu-item {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
}
@media (max-width: 767px) {
  .mobile-menu__submenu-item {
    margin-bottom: 0;
  }
}
.mobile-menu__search-input {
  padding: 0 35px;
}
@media (max-width: 767px) {
  .mobile-menu__search-input {
    padding: 0 20px;
  }
}
.mobile-menu__topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 35px 19px;
}
@media (max-width: 767px) {
  .mobile-menu__topic {
    padding: 12px 16px 10px;
  }
}
.mobile-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
@media (max-width: 1023px) {
  .mobile-menu__close {
    height: 30px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .mobile-menu__close {
    width: 34px;
    height: 25px;
    margin-right: 0;
  }
}
.mobile-menu__close span {
  width: 23px;
  height: 23px;
  margin: 0;
}
/* new props (redesign) */
.multiselect {
  position: relative;
}
.multiselect__tags {
  border: 1px solid #CDD3E4;
  padding: 16px 21px 16px 16px;
  border-radius: 4px;
  position: relative;
  background: #ffffff;
}
.multiselect__tags:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 6 3.464-6H.536L4 6Z' fill='%23CDD3E4'/%3E%3C/svg%3E");
  width: 8px;
  height: 8px;
}
.multiselect__content {
  width: 100%;
}
.multiselect__content-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 4px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 6px;
  overflow: auto;
}
.multiselect__element .multiselect__option {
  margin-bottom: 1px;
}
.multiselect__element:last-child .multiselect__option {
  margin-bottom: 0;
}
.multiselect__option {
  cursor: pointer;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
  padding: 13px 30px 14px;
}
.multiselect__option--selected {
  background-color: rgba(205, 211, 228, 0.2);
}
.multiselect__option--selected:hover {
  background-color: rgba(205, 211, 228, 0.4);
}
.multiselect__option--highlight {
  background-color: rgba(205, 211, 228, 0.4);
}
.multiselect__reset {
  position: relative;
}
.multiselect__reset:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.76 3.854 7.954.402l1.296 1.4-3.194 3.453 3.407 3.682L8 10.52 4.592 6.836l-3.194 3.452-1.296-1.4 3.194-3.453L.148 2.033 1.612.452 4.76 3.854Z' fill='%23000'/%3E%3C/svg%3E");
}
.multiselect__single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 18px;
}
.multiselect__placeholder {
  display: block;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.multiselect__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding-right: 18px;
}
.multiselect__selection span:nth-child(1) {
  text-overflow: ellipsis;
  overflow: hidden;
}
.multiselect__selection span:nth-child(2) {
  padding-left: 8px;
}
.multiselect--active .multiselect__content-wrapper {
  z-index: 6;
}
.multiselect--active .multiselect__tags {
  z-index: 8;
}
.multiselect--active .multiselect__tags:before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.98.01.502 6l6.928.017L3.98.01Z' fill='%23000'/%3E%3C/svg%3E");
}
@charset "UTF-8";
/* new props (redesign) */
.news-car-slider {
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 101px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .news-car-slider {
    margin-top: 86px;
  }
}
@media (max-width: 767px) {
  .news-car-slider {
    margin-top: 76px;
  }
}
.news-car-slider__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .news-car-slider__thumbnails {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .news-car-slider__thumbnails {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .news-car-slider__thumbnails {
    padding-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .news-car-slider__thumbnails {
    margin-bottom: 32px;
  }
}
.news-car-slider__thumbnails.slick-slider {
  margin-bottom: 0 !important;
}
.news-car-slider__thumbnails .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .news-car-slider__thumbnails .slick-track:before {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .news-car-slider__thumbnails .slick-track:before {
    width: 20px;
  }
}
.news-car-slider__thumbnails .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  outline: none;
}
.news-car-slider__thumbnails .slick-slide:last-child {
  width: 180px !important;
}
.news-car-slider__thumbnails li {
  outline: none;
}
.news-car-slider__thumbnails li .news-car-slider__thumbnails-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 106px;
  height: 104px;
  padding: 22px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.news-car-slider__thumbnails li .news-car-slider__thumbnails-inner.active {
  border-color: #DADADA;
}
.news-car-slider__thumbnails li .news-car-slider__thumbnails-inner img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .news-car-slider__thumbnails li .news-car-slider__thumbnails-inner {
    width: 91px;
    height: 88px;
  }
}
@media (max-width: 767px) {
  .news-car-slider__thumbnails li .news-car-slider__thumbnails-inner {
    width: 81px;
    height: 78px;
  }
}
.news-car-slider__outer-heading {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: -1.5px;
  font-family: "vtb_cond";
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 1023px) {
  .news-car-slider__outer-heading {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .news-car-slider__outer-heading {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
  }
}
@media (max-width: 540px) {
  .news-car-slider__outer-heading {
    line-height: 42px;
  }
}
.news-car-slider__outer-desc {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 39px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .news-car-slider__outer-desc {
    margin-bottom: 32px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .news-car-slider__outer-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-car-slider__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .news-car-slider__inner {
    padding: 0;
  }
}
.news-car-slider__inner-wrapper {
  display: none;
  min-height: 520px;
}
@media (max-width: 1023px) {
  .news-car-slider__inner-wrapper {
    min-height: 443px;
  }
}
@media (max-width: 767px) {
  .news-car-slider__inner-wrapper {
    min-height: 448px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .news-car-slider__inner-wrapper:hover {
    cursor: pointer;
  }
}
@media (max-width: 540px) {
  .news-car-slider__inner-wrapper {
    min-height: 493px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-car-slider__inner-wrapper {
    min-height: auto;
  }
}
.news-car-slider__inner-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-car-slider__inner-img {
  width: 50%;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-car-slider__inner-img {
    height: 448px;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .news-car-slider__inner-img {
    height: 260px;
    width: 100%;
  }
}
.news-car-slider__inner-text-wrap {
  width: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 68px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.news-car-slider__inner-text-wrap h3 {
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 19px;
  letter-spacing: -3.2px;
  padding-top: 35px;
}
@media (max-width: 1023px) {
  .news-car-slider__inner-text-wrap h3 {
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .news-car-slider__inner-text-wrap h3 {
    padding-top: 0;
    font-size: 28px;
    padding-bottom: 15px;
  }
}
.news-car-slider__inner-text-wrap p {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 27px;
}
@media (max-width: 1023px) {
  .news-car-slider__inner-text-wrap p {
    padding-bottom: 31px;
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
  .news-car-slider__inner-text-wrap p {
    padding-bottom: 0;
  }
}
.news-car-slider__inner-text-wrap a {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin-top: 64px;
}
.news-car-slider__inner-text-wrap a:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.news-car-slider__inner-text-wrap a:hover {
  color: #009FDF;
}
.news-car-slider__inner-text-wrap a:hover:after {
  left: 10px;
}
.news-car-slider__inner-text-wrap a::after {
  content: "›";
  font-size: 25px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 4px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
  color: #fff;
}
.news-car-slider__inner-text-wrap a:hover:after {
  left: 10px;
}
@media (max-width: 1023px) {
  .news-car-slider__inner-text-wrap a {
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .news-car-slider__inner-text-wrap a {
    display: none;
  }
}
@media (max-width: 1023px) {
  .news-car-slider__inner-text-wrap {
    padding: 30px 43px;
  }
}
@media (max-width: 767px) {
  .news-car-slider__inner-text-wrap {
    width: 100%;
    height: 50%;
    padding: 30px;
    padding-bottom: 42px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.news-car-slider__img-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fade-animation-car-slider {
  -webkit-animation: fadeinCarsSlider 500ms; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadeinCarsSlider 500ms;
}

@keyframes fadeinCarsSlider {
  from {
    opacity: 0.85;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinCarsSlider {
  from {
    opacity: 0.85;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* new props (redesign) */
.news-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1286px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail__main-news {
  max-width: 647px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 60.7357357357%;
}
@media (max-width: 1023px) {
  .news-detail__main-news {
    width: 100%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .news-detail__main-news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-detail__social-networks {
  max-width: 150px;
  width: 17.5675675676%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
  margin-left: 40px;
  margin-right: 20px;
}
.news-detail__social-networks-header {
  color: #808080;
  font-size: 14px;
  line-height: 16px;
  padding-top: 22px;
  padding-bottom: 28px;
}
@media (max-width: 1023px) {
  .news-detail__social-networks {
    display: none;
  }
}
.news-detail__social-networks--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .news-detail__social-networks--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 41px;
  }
}
.news-detail__social-networks--mobile .news-detail__social-networks-header {
  padding: 19px 18px 19px 0;
}
.news-detail__social-network {
  padding: 8px;
  margin-bottom: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #08267f;
}
.news-detail__social-network:last-child {
  margin-bottom: 0;
}
.news-detail__social-network--mobile {
  margin-bottom: 0;
  margin-right: 8px;
}
.news-detail__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-detail__article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .news-detail__article {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-detail__related-news-list {
  max-width: 289px;
  width: 21.6966966967%;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .news-detail__related-news-list {
    display: none;
  }
}
.news-detail__related-news-item {
  margin-bottom: 23px;
}
.news-detail__related-news-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}
.news-detail__related-news-item:last-child {
  margin-bottom: 0;
}
.news-detail__related-news-img {
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.news-detail__related-news-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
}
.news-detail__related-news-heading {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  margin-bottom: 29px;
  margin-top: 10px;
}
.news-detail__related-news-wrapper {
  position: relative;
  margin-bottom: 29px;
}
.news-detail__related-news-close {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  padding: 15px;
}
.news-detail__related-news-close::before {
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-detail__related-news-close::after {
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.news-detail__related-news-close:hover {
  cursor: pointer;
}
.news-detail__preview-image {
  padding-bottom: 49px;
}
.news-detail__preview-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.news-detail__btn {
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  width: 217px;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 56px;
  line-height: 56px;
  color: #fff;
  background-color: #00aaff;
  border-radius: 4px;
  margin-top: 34px;
}
.news-detail__title {
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -1.1px;
  margin-bottom: 20px;
}
.news-detail__content {
  padding-bottom: 80px;
}
.news-detail__content ul {
  list-style: disc;
  padding: revert;
  margin-bottom: 1rem;
}
.news-detail__content img {
  width: 100%;
  height: auto;
}
.news-detail__content p {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .news-detail__content {
    padding-bottom: 50px;
  }
}
.news-detail__slider {
  display: none;
}
@media (max-width: 1023px) {
  .news-detail__slider {
    display: block;
  }
}
.news-detail__slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0 !important;
}
.news-detail__slider .owl-nav {
  display: none;
}
.news-detail__slider-news-img {
  display: block;
  width: 100%;
  height: 263px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .news-detail__slider-news-item {
    margin-bottom: 34px;
  }
  .news-detail__slider-news-item:last-child {
    margin-bottom: 0;
  }
}
.news-detail__slider-news-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.news-detail__slider-news-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding-top: 18px;
}
.news-detail__slider-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #bfbfbf;
  padding-top: 8px;
}
.news-detail__slider-categoty {
  position: absolute;
  right: 16px;
  bottom: 17px;
  padding: 7px 10px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 14px;
}
.news-detail__slider-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.news-detail__slider-pre-heading {
  display: none;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  padding-bottom: 39px;
}
@media (max-width: 1023px) {
  .news-detail__slider-pre-heading {
    display: block;
  }
}
@media (max-width: 767px) {
  .news-detail__slider-pre-heading {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
  }
}
/* new props (redesign) */
.news-interview {
  width: 100vw;
  background: #F7F7F7;
  padding: 84px 40px 95px 40px;
  margin: 118px 35px 100px 35px;
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 1023px) {
  .news-interview {
    margin-top: 48px;
    margin-bottom: 89px;
    padding: 72px 0 89px 0;
  }
}
@media (max-width: 767px) {
  .news-interview {
    padding-top: 51px;
    padding-bottom: 72px;
    margin-bottom: 66px;
  }
}
.news-interview__container {
  max-width: 1164px;
  width: 100%;
  margin: 0 auto;
}
.news-interview__title {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 54px 0;
  letter-spacing: -1.5px;
  font-family: "vtb_cond";
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 1023px) {
  .news-interview__title {
    margin-bottom: 46px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .news-interview__title {
    padding-left: 20px;
  }
}
.news-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-interview__content-video {
  height: 330px;
  width: 50%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news-interview__content-video video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-interview__content-video-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  outline: none;
}
.news-interview__content-video-btn .img-control {
  display: block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.news-interview__content-video-btn .img-control__play {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L0.5 0.205772L0.5 15.7942L14 8Z' fill='white'/%3E%3C/svg%3E ");
}
.news-interview__content-video-btn .img-control__pause {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='20' height='30' viewBox='0 0 512 512' fill='%23fff' xml:space='preserve'%3E%3Cg transform='translate(1 1)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M169.667-1c-11.782,0-21.333,9.551-21.333,21.333v469.333c0,11.782,9.551,21.333,21.333,21.333 c11.782,0,21.333-9.551,21.333-21.333V20.333C191,8.551,181.449-1,169.667-1z'/%3E%3Cpath d='M340.333-1C328.551-1,319,8.551,319,20.333v469.333c0,11.782,9.551,21.333,21.333,21.333 c11.782,0,21.333-9.551,21.333-21.333V20.333C361.667,8.551,352.115-1,340.333-1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.news-interview__content-video-btn:hover {
  background: #fff;
}
.news-interview__content-video-btn:hover .img-control__play {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L0.5 0.205772L0.5 15.7942L14 8Z' fill='%2300AAFF'/%3E%3C/svg%3E%0A");
}
.news-interview__content-video-btn:hover .img-control__pause {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='20' height='30' viewBox='0 0 512 512' fill='%2300AAFF' xml:space='preserve'%3E%3Cg transform='translate(1 1)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M169.667-1c-11.782,0-21.333,9.551-21.333,21.333v469.333c0,11.782,9.551,21.333,21.333,21.333 c11.782,0,21.333-9.551,21.333-21.333V20.333C191,8.551,181.449-1,169.667-1z'/%3E%3Cpath d='M340.333-1C328.551-1,319,8.551,319,20.333v469.333c0,11.782,9.551,21.333,21.333,21.333 c11.782,0,21.333-9.551,21.333-21.333V20.333C361.667,8.551,352.115-1,340.333-1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.news-interview__content-video-btn.play .img-control__pause {
  display: block;
}
.news-interview__content-video-btn.play .img-control__play {
  display: none;
}
.news-interview__content-video:hover .news-interview__content-video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .news-interview__content-video {
    width: 100%;
    height: 366px;
  }
}
@media (max-width: 767px) {
  .news-interview__content-video {
    height: 288px;
  }
}
.news-interview__content-info {
  padding-left: 65px;
}
@media (max-width: 1023px) {
  .news-interview__content-info {
    padding-left: 0px;
  }
}
.news-interview__content-source {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
@media (max-width: 1023px) {
  .news-interview__content-source {
    padding-top: 31px;
  }
}
@media (max-width: 767px) {
  .news-interview__content-source {
    padding-top: 39px;
  }
}
.news-interview__content-title {
  font-size: 40px;
  line-height: 40px;
  font-family: "vtb_cond";
  margin: 27px 0 21px 0;
  font-weight: 600;
  letter-spacing: -1px;
}
@media (max-width: 1023px) {
  .news-interview__content-title {
    margin-top: 14px;
    font-size: 32px;
  }
}
.news-interview__content-text {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.news-interview__content-img-wrapper {
  height: 100%;
}
.news-interview__content--img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
@media (max-width: 1023px) {
  .news-interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news-interview-slider__pagination {
  position: static;
  width: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  margin: 73px -14px 0 -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-interview-slider__pagination-item {
  opacity: 0.25;
  width: calc(25% - 28px);
  margin: 0 14px;
  cursor: pointer;
}
.news-interview-slider__pagination-item .progress-bar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #CDD3E4;
}
.news-interview-slider__pagination-item-name {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 18px 0 4px 0;
}
.news-interview-slider__pagination-item-post {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.news-interview-slider__pagination-item.active {
  opacity: 1;
}
.news-interview-slider__pagination-item.active .progress-bar .line {
  height: 2px;
  border-radius: 2;
  background: #00AAFF;
  -webkit-animation-name: progress;
  animation-name: progress;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  30% {
    width: 50%;
  }
  70% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0%;
  }
  30% {
    width: 50%;
  }
  70% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
.news-interview-slider__pagination-item--top {
  display: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .news-interview-slider__pagination-item--top {
    display: block;
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .news-interview-slider__pagination-item--top {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .news-interview-slider__pagination {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .news-interview-slider .owl-stage {
    padding-left: 0 !important;
  }
}
@media (max-width: 1023px) {
  .news-interview-slider .owl-item {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .news-interview-slider .owl-item.active {
    padding-left: 40px;
  }
  .news-interview-slider .owl-item:first-child {
    padding-left: 40px;
  }
  .news-interview-slider .owl-item {
    opacity: 0.5;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .news-interview-slider .owl-item.active {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .news-interview-slider .owl-item.active {
    padding-left: 20px;
  }
}
.news-label {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 7.5px 11px;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
/* new props (redesign) */
.news-list {
  max-width: 1374px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
.news-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 39px 0;
}
.news-list__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  text-align: left;
  margin: 0;
}
@media (max-width: 1023px) {
  .news-list__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .news-list__title {
    font-size: 28px;
  }
}
.news-list__title small {
  display: block;
  font-size: 0.6em;
}
.news-list__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .news-list__title {
    margin-bottom: 0;
  }
}
.news-list__sort-btn {
  background: none;
  border: none;
  outline: none;
  color: #08267F;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  position: relative;
  padding: 0 15px 0 0;
  cursor: pointer;
}
.news-list__sort-btn::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  border: 6px solid transparent;
  border-right-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 0;
  border-top-color: #08267F;
}
.news-list__filter {
  max-width: 448px;
  height: 100vh;
  padding: 60px 50px 40px;
  z-index: 11;
  background: #FFFFFF;
  margin-left: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-list__filter {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .news-list__filter {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .news-list__filter {
    padding-left: 20px;
    padding-right: 20px;
    min-width: auto;
  }
}
.news-list__filter--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(8, 19, 53, 0.4);
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
}
.news-list__filter--wrapper.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list__filter .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list__filter .form__col {
  margin-right: 0;
}
.news-list__filter button {
  margin-left: auto;
  margin-right: auto;
}
.news-list__filter--news-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-list__filter--news-page.loader-added:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-image: url("/local/templates/main/img/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.news-list__filter--news-page .news-list__input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-list__filter--news-page .news-list__input-field input {
  margin-top: auto;
}
.news-list__filter-reset {
  margin-top: 20px;
  text-align: center;
}
.news-list__filter-reset.is-disabled {
  opacity: 0;
  visibility: hidden;
}
.news-list__filter-reset-link {
  display: inline-block;
  vertical-align: top;
  background: inherit;
  border: 0;
  text-decoration: underline;
  color: #08267F;
  cursor: pointer;
  outline: none;
}
.news-list__filter-reset-link:hover {
  color: #009FDF;
  text-decoration: none;
}
.news-list__filter-form-heading {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 95px;
}
@media (max-width: 1023px) {
  .news-list__filter-form-heading {
    padding-bottom: 43px;
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .news-list__filter-form-heading {
    font-size: 28px;
    line-height: 1.1;
    padding-bottom: 37px;
    padding-top: 73px;
  }
}
.news-list__close-icon {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 15px;
  top: 52px;
  right: 36px;
}
.news-list__close-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 14px;
  background-color: #c4c4c4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .news-list__close-icon::before {
    height: 22px;
  }
}
.news-list__close-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 14px;
  background-color: #c4c4c4;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .news-list__close-icon::after {
    height: 22px;
  }
}
.news-list__close-icon:hover {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .news-list__close-icon {
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .news-list__close-icon {
    top: 20px;
    right: 20px;
  }
}
.news-list--news-page .news-list__title {
  font-size: 32px;
  line-height: 1;
  padding-right: 18px;
}
.news-list--news-page .news-list__content-title {
  font-weight: 600;
  letter-spacing: -1.2px;
}
@media (max-width: 1023px) {
  .news-list--news-page .news-list__header {
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .news-list--news-page .news-list__sort-btn {
    margin-top: auto;
  }
  .news-list--news-page .news-list__header {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .news-list--news-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fadeIn-news {
  -webkit-animation: fadeinNews 250ms; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadeinNews 250ms;
}

@keyframes fadeinNews {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinNews {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@charset "UTF-8";
/* new props (redesign) */
.news-slider {
  padding: 73px 40px 0 40px;
  max-width: 1212px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .news-slider {
    padding: 60px 120px 0 40px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .news-slider {
    padding: 50px 90px 30px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .news-slider {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 539px) {
  .news-slider {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 460px) {
  .news-slider {
    padding-right: 50px;
  }
}
.news-slider__item-link {
  display: block;
  text-decoration: none;
}
.news-slider__item-image {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: 50% 50%;
  height: 112px;
  margin-bottom: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .news-slider__item-image {
    height: 112px;
  }
}
.news-slider__item-text .date {
  display: block;
  margin: 0 0 16px 0;
  color: #949494;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.news-slider__item-text .title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "vtb_cond";
  /* font-weight: 500;
  font-style: italic; */
  font-size: 24px;
  line-height: 27px;
}
.news-slider__inner {
  position: relative;
}
@media (max-width: 1023px) {
  .news-slider__inner.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
.news-slider__inner .owl-nav {
  display: none;
  position: absolute;
  right: 40px;
  bottom: -50px;
  width: 48px;
  height: 72px;
}
@media (max-width: 767px) {
  .news-slider__inner .owl-nav {
    bottom: -50px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 48px;
  }
}
.news-slider__inner .owl-nav .owl-prev, .news-slider__inner .owl-nav .owl-next {
  position: absolute;
  width: 48px;
  height: 36px;
  display: block;
  outline: none;
  background: #f7f7f7 !important;
}
@media (max-width: 767px) {
  .news-slider__inner .owl-nav .owl-prev, .news-slider__inner .owl-nav .owl-next {
    width: 40px;
    height: 48px;
  }
  .news-slider__inner .owl-nav .owl-prev svg, .news-slider__inner .owl-nav .owl-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .news-slider__inner .owl-nav .owl-prev, .news-slider__inner .owl-nav .owl-next {
    line-height: 36px !important;
  }
}
.news-slider__inner .owl-nav .owl-prev.disabled svg, .news-slider__inner .owl-nav .owl-next.disabled svg {
  opacity: 0.4;
}
.news-slider__inner .owl-nav .owl-prev:focus, .news-slider__inner .owl-nav .owl-next:focus {
  outline: none;
}
@media (min-width: 768px) {
  .news-slider__inner .owl-nav .owl-prev span, .news-slider__inner .owl-nav .owl-next span {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .news-slider__inner .owl-nav .owl-prev svg, .news-slider__inner .owl-nav .owl-next svg {
    display: block;
  }
}
@media (max-width: 767px) {
  .news-slider__inner .owl-nav .owl-prev {
    top: 0;
    left: 0;
    border-radius: 4px 0 0 4px;
  }
}
@media (min-width: 768px) {
  .news-slider__inner .owl-nav .owl-prev {
    top: 36px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid rgba(105, 123, 179, 0.1) !important;
  }
}
@media (max-width: 767px) {
  .news-slider__inner .owl-nav .owl-next {
    top: 0;
    left: 40px;
    border-radius: 0 4px 4px 0;
  }
}
@media (min-width: 768px) {
  .news-slider__inner .owl-nav .owl-next {
    top: 0;
    border-radius: 4px 4px 0 0;
  }
}
.news-slider__inner .owl-dots {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-slider__inner .owl-dot {
  font-size: 0 !important;
  margin: 0 14px 0 0;
}
.news-slider__inner .owl-dot span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #263975;
}
.news-slider__inner .owl-dot.active span {
  background: #f03b51;
}
.news-slider__footer {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #efefef;
  margin-top: 22px;
  padding-top: 20px;
}
.news-slider__link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.news-slider__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.news-slider__link:hover {
  color: #009FDF;
}
.news-slider__link:hover:after {
  left: 10px;
}
@charset "UTF-8";
/* new props (redesign) */
.numb-list {
  position: relative;
  padding: 80px 40px 40px 40px;
  max-width: 1252px;
  margin: 0 auto;
  position: relative;
}
.numb-list:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .numb-list {
    padding: 60px 20px;
  }
}
.numb-list_with-tile {
  margin-bottom: 150px;
}
.numb-list_with-tile:before {
  height: calc(100% - 190px);
  bottom: 0;
  top: auto;
}
.numb-list_with-tile ol {
  width: 63%;
}
.numb-list_with-tile ol li {
  width: 45% !important;
}
.numb-list__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  margin: 0 0 80px 0;
}
@media (max-width: 1023px) {
  .numb-list__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .numb-list__title {
    font-size: 28px;
  }
}
.numb-list__title small {
  display: block;
  font-size: 0.6em;
}
.numb-list__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .numb-list__title {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .numb-list__title {
    margin: 0 0 40px 0;
  }
}
.numb-list_with-tile .numb-list__title {
  margin: 0 0 170px 0;
}
.numb-list__title_small {
  text-align: left;
  font-size: 28px;
  margin: 0 0 40px 0;
  color: #25292f;
}
@media (max-width: 767px) {
  .numb-list__title_small {
    text-align: center;
    font-size: 26px;
  }
}
.numb-list ol {
  list-style: none;
  counter-reset: counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .numb-list ol {
    display: block;
  }
}
.numb-list ol li {
  width: 30%;
  counter-increment: counter;
  position: relative;
  padding: 0 0 0 100px;
  min-height: 70px;
  margin: 0 0 50px 0;
}
@media (max-width: 1199px) {
  .numb-list ol li {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 1023px) {
  .numb-list ol li {
    width: 45%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .numb-list ol li {
    width: auto;
  }
}
.numb-list ol li:before {
  content: counter(counter);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  color: #f03b51;
  position: absolute;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  font-family: "vtb_cond";
  font-weight: 600;
  left: 0;
  top: -20px;
}
@media (max-width: 1199px) {
  .numb-list ol li:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -18px;
  }
}
.numb-list ol li a {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  white-space: nowrap;
}
.numb-list ol li a:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.numb-list ol li a:hover {
  color: #009FDF;
}
.numb-list ol li a:hover:after {
  left: 10px;
}
.numb-list_items4 ol li {
  width: 25%;
  padding: 90px 50px 0 0;
  margin: 0;
}
.numb-list_items4 ol li:before {
  top: 0;
}
@media (max-width: 767px) {
  .numb-list_items4 ol li:before {
    position: static;
    display: block;
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 1199px) {
  .numb-list_items4 ol li {
    padding: 80px 30px 0 0;
  }
}
@media (max-width: 1023px) {
  .numb-list_items4 ol li {
    width: 45%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .numb-list_items4 ol li {
    width: auto;
    text-align: center;
    padding: 0;
    display: block;
  }
}
.numb-list_items2 ol li {
  width: 50%;
}
@media (max-width: 1023px) {
  .numb-list_items2 ol li {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .numb-list_items2 ol li {
    width: auto;
  }
}
.numb-list__blue-tile {
  width: 30%;
  position: absolute;
  right: 40px;
  top: 190px;
  background: #263975;
  color: #fff;
  padding: 100px 40px;
  height: 353px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.numb-list__button {
  color: #fff;
  background: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: #fff;
  color: #263975;
  position: absolute;
  bottom: 0;
  width: calc(100% - 80px);
  left: 40px;
}
.numb-list__button:hover {
  background: #D83A36;
}
.numb-list__button:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.numb-list__image span {
  display: block;
  position: absolute;
  left: 0;
  height: 210px;
  width: 505px;
  background-size: cover;
  background-position: 50% 50%;
  top: -10px;
}
@media (max-width: 767px) {
  .numb-list__image span {
    width: 100%;
  }
}
.numb-list__image:before {
  display: none;
}
/* new props (redesign) */
.numb-list2 {
  position: relative;
  padding: 60px 40px 40px 40px;
  max-width: 1252px;
  margin: 0 auto;
  position: relative;
}
.numb-list2:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.numb-list2:before {
  background-image: url(../img/bg/2.png);
  background-position: 100% -50px;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .numb-list2:before {
    background-position: top -50px right -230px;
  }
}
@media (max-width: 1023px) {
  .numb-list2:before {
    background-position: top -20px right -500px;
  }
}
@media (max-width: 767px) {
  .numb-list2:before {
    background-image: none;
  }
}
@media (max-width: 1199px) {
  .numb-list2 {
    padding: 50px 40px 40px 40px;
  }
}
@media (max-width: 1023px) {
  .numb-list2 {
    padding: 80px 40px 20px 40px;
  }
}
@media (max-width: 767px) {
  .numb-list2 {
    padding: 50px 20px 50px 20px;
  }
}
.numb-list2__title {
  font-size: 28px;
  font-weight: 600;
  font-family: "vtb_cond";
  margin: 0 0 60px 100px;
}
@media (max-width: 1199px) {
  .numb-list2__title {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .numb-list2__title {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
}
.numb-list2 ol {
  list-style: none;
  margin: 0 0 0 100px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 1199px) {
  .numb-list2 ol {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .numb-list2 ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.numb-list2 ol li {
  counter-increment: counter;
  position: relative;
  padding: 15px 100px 0 100px;
  margin: 0 0 50px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: block;
  font-family: "vtb_cond";
  font-size: 20px;
}
@media (max-width: 1023px) {
  .numb-list2 ol li {
    padding: 15px 20px 0 80px;
  }
}
@media (max-width: 767px) {
  .numb-list2 ol li {
    padding: 0;
    margin: 0 0 30px 0;
  }
}
.numb-list2 ol li:before {
  content: "0" counter(counter) ".";
  color: #f03b51;
  position: absolute;
  font-size: 40px;
  font-weight: 300;
  left: 0;
  top: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .numb-list2 ol li:before {
    position: static;
    display: block;
    margin: 0 0 10px 0;
    font-size: 38px;
  }
}
.numb-list2 ol li small {
  color: #949494;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 15px 0 0 0;
  line-height: 2.17;
}
@media (max-width: 1023px) {
  .numb-list2 ol li small {
    margin: 10px 0 0 0;
  }
}
.numb-list2_3col ol {
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
}
.numb-list2_3col ol li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding: 15px 30px 0 70px;
}
@media (min-width: 1024px) {
  .numb-list2_3col ol li:nth-child(3n) {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .numb-list2_3col ol li {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .numb-list2_3col ol li {
    width: auto;
    display: block;
    padding: 0;
  }
}
.numb-list2__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  max-width: 370px;
  display: block;
  margin: 0 auto -40px auto;
}
.numb-list2__button:hover {
  background: #D83A36;
}
@media (max-width: 1023px) {
  .numb-list2__button {
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .numb-list2__button {
    margin-bottom: -50px;
  }
}
/* new props (redesign) */
.option-filter {
  padding: 50px 40px 20px 40px;
  max-width: 1252px;
  margin: 0 auto;
  position: relative;
}
.option-filter:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .option-filter {
    padding: 50px 20px 20px 20px;
  }
}
.option-filter__label {
  display: block;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  color: #949494;
  margin: 0 0 15px 0;
}
.option-filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.option-filter__col {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(33.3% - 20px);
  margin: 0 0 30px 0;
}
.option-filter__inner_2col .option-filter__col {
  width: calc(50% - 15px);
}
.option-filter__col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .option-filter__col_flex {
    display: block;
  }
}
@media (max-width: 1023px) {
  .option-filter__col {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .option-filter__col {
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .option-filter__col_tablet-wide {
    width: 100%;
  }
}
.option-filter__subcol {
  width: calc(50% - 15px);
}
@media (max-width: 1023px) {
  .option-filter__subcol {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .option-filter__subcol {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .option-filter__subcol:last-child {
    margin-bottom: 0 !important;
  }
}
.option-filter__select, .option-filter__textinput {
  background: #fff;
  border: 1px solid #969696;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 70px;
  border-radius: 0;
  width: 100%;
}
.option-filter__select:disabled, .option-filter__textinput:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.option-filter__select {
  background: #fff url(../img/ctrl/arr.svg) top 50% right 20px no-repeat;
}
/* new props (redesign) */
.option-slider {
  max-width: 1252px;
  margin: 0 auto;
  position: relative;
  min-height: 70px;
  padding: 50px 40px 100px 40px;
}
@media (max-width: 767px) {
  .option-slider {
    padding: 30px 20px 50px 20px;
  }
}
.option-slider:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.option-slider_no-bg {
  padding-bottom: 0;
}
.option-slider_no-bg:before {
  display: none;
}
.option-slider__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .option-slider__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .option-slider__title {
    font-size: 28px;
  }
}
.option-slider__title small {
  display: block;
  font-size: 0.6em;
}
.option-slider__title h1 {
  margin-bottom: 0;
}
.option-slider__item {
  background: #fff;
  text-align: center;
  height: 180px;
  margin: 0 0 70px 0;
}
@media (max-width: 767px) {
  .option-slider__item {
    height: 150px;
    margin: 0 0 40px 0;
  }
}
.option-slider__item a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}
.option-slider__item a:hover, .option-slider_no-bg .option-slider__item a {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.option-slider__item a:after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0;
}
.option-slider__item a img {
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
  max-width: 100%;
}
@media (max-width: 767px) {
  .option-slider__item a img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.option-slider__item a p {
  font-weight: 500;
  margin: 20px 0 0 0;
}
.option-slider__inner {
  padding-bottom: 60px;
}
.option-slider__inner .owl-nav {
  width: 120px;
  height: 60px;
  color: #fff;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  left: 0;
}
.option-slider__inner .owl-nav .owl-prev, .option-slider__inner .owl-nav .owl-next {
  background: #263975 !important;
  width: 50%;
  height: 100%;
  text-align: center;
  outline: none;
}
.option-slider__inner .owl-nav .owl-prev:hover:not(.disabled), .option-slider__inner .owl-nav .owl-next:hover:not(.disabled) {
  background: rgb(44.2516129032, 66.3774193548, 136.2483870968) !important;
}
.option-slider__inner .owl-nav .owl-prev span, .option-slider__inner .owl-nav .owl-next span {
  font-weight: 300;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 58px;
}
.option-slider__inner .owl-nav .owl-prev.disabled, .option-slider__inner .owl-nav .owl-next.disabled {
  color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.option-slider__inner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 150px;
}
.option-slider__inner .owl-dot {
  font-size: 0 !important;
  margin: 0 14px 0 0;
  outline: none;
}
.option-slider__inner .owl-dot span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #263975;
}
.option-slider__inner .owl-dot.active span {
  background: #f03b51;
}
.option-slider__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width: 370px;
  display: block;
  margin: -60px auto 0 auto;
  position: relative;
  z-index: 2;
}
.option-slider__button:hover {
  background: #D83A36;
}
@media (max-width: 1023px) {
  .option-slider__button {
    margin: 0;
    position: absolute;
    right: 40px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .option-slider__button {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 40px 0 0 0;
    width: 100%;
  }
}
/* new props (redesign) */
.owl-theme.owl-landing .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-theme.owl-landing .owl-dots .owl-dot span {
  background: #D9D9D9;
}
.owl-theme.owl-landing .owl-dots .owl-dot.active span, .owl-theme.owl-landing .owl-dots .owl-dot:hover span {
  background: #4EA9F8;
}
@media (max-width: 1023px) {
  .owl-theme.owl-landing--promo .owl-dots {
    top: 300px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .owl-theme.owl-landing--special-offer .owl-dots {
    bottom: 0;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]):not([style]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.vtb-partner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vtb-partner__description-container {
  max-width: 31.5rem;
  margin-right: 2rem;
  display: block;
}
.vtb-partner__description-container h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 3.13rem;
  letter-spacing: 0rem;
  text-align: left;
  margin-top: 5.563rem;
}
.vtb-partner__description-container p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 5.563rem;
}
.vtb-partner__player-button {
  position: absolute;
}
.vtb-partner__player-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.vtb-partner__player-container svg circle,
.vtb-partner__player-container svg path {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.vtb-partner__player-container:hover svg {
  -webkit-filter: drop-shadow(0px 0px 4px #00aaff);
  filter: drop-shadow(0px 0px 4px #00aaff);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vtb-partner__player-container iframe {
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.vtb-partner__player-container input {
  display: none;
}
.vtb-partner__player-container input:checked ~ svg,
.vtb-partner__player-container input:checked ~ img {
  display: none;
}
.vtb-partner__player-container input:checked ~ iframe {
  display: block;
  border-radius: 0.25rem;
}
.vtb-partner img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.25rem;
}

@media screen and (max-width: 1268px) {
  .vtb-partner__player-container {
    width: 100%;
    margin-top: 48px;
  }
}
@media (max-width: 1024px) {
  .vtb-partner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .vtb-partner__player-container {
    width: 100%;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .vtb-partner__description-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
  }
  .vtb-partner__description-container p {
    margin-bottom: 0;
    color: rgb(0, 0, 0);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38rem;
    letter-spacing: 0;
    margin-top: 2rem;
  }
  .vtb-partner__description-container h2 {
    color: rgb(0, 0, 0);
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 3.13rem;
    letter-spacing: 0rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .vtb-partner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .vtb-partner__description-container h2 {
    color: rgb(0, 0, 0);
    font-size: 1.88rem;
    font-weight: 700;
    line-height: 2.25rem;
    letter-spacing: 0rem;
    margin-top: 1.5rem;
  }
  .vtb-partner__description-container p {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38rem;
    letter-spacing: 0;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .vtb-partner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .vtb-partner__description-container h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.88rem;
    letter-spacing: 0;
  }
  .vtb-partner__description-container p {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38rem;
    letter-spacing: 0;
  }
  .vtb-partner__player-container svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
/* new props (redesign) */
.people {
  padding: 0 40px;
  position: relative;
  max-width: 1374px;
  margin: 0 auto;
  position: relative;
  height: auto;
}
@media (max-width: 1023px) {
  .people {
    height: auto !important;
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .people {
    padding: 0 20px !important;
  }
}
.managers .people {
  padding: 0 !important;
  max-width: inherit;
  margin: 0 0 85px;
}
.people__inner {
  position: relative;
  padding: 0 62px 0 61px;
}
@media (max-width: 1199px) {
  .people__inner {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .people__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .people__inner {
    padding: 0;
  }
}
.people__inner-container {
  position: relative;
}
.people__visual {
  position: relative;
}
.people__visual .swiper-button-next, .people__visual .swiper-container-rtl .swiper-button-prev,
.people__visual .swiper-button-prev, .people__visual .swiper-container-rtl .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.25) !important;
  outline: 1px solid blue;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.people__visual .swiper-button-next:hover:not(.disabled), .people__visual .swiper-container-rtl .swiper-button-prev:hover:not(.disabled),
.people__visual .swiper-button-prev:hover:not(.disabled), .people__visual .swiper-container-rtl .swiper-button-next:hover:not(.disabled) {
  background: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1023px) {
  .people__visual .swiper-button-next, .people__visual .swiper-container-rtl .swiper-button-prev,
  .people__visual .swiper-button-prev, .people__visual .swiper-container-rtl .swiper-button-next {
    top: 380px;
  }
}
@media (max-width: 767px) {
  .people__visual .swiper-button-next, .people__visual .swiper-container-rtl .swiper-button-prev,
  .people__visual .swiper-button-prev, .people__visual .swiper-container-rtl .swiper-button-next {
    top: 330px;
  }
}
@media only screen and (max-width: 575px) {
  .people__visual .swiper-button-next, .people__visual .swiper-container-rtl .swiper-button-prev,
  .people__visual .swiper-button-prev, .people__visual .swiper-container-rtl .swiper-button-next {
    top: 230px;
  }
}
@media only screen and (max-width: 420px) {
  .people__visual .swiper-button-next, .people__visual .swiper-container-rtl .swiper-button-prev,
  .people__visual .swiper-button-prev, .people__visual .swiper-container-rtl .swiper-button-next {
    top: 180px;
  }
}
@media only screen and (max-width: 360px) {
  .people__visual .swiper-button-next, .people__visual .swiper-container-rtl .swiper-button-prev,
  .people__visual .swiper-button-prev, .people__visual .swiper-container-rtl .swiper-button-next {
    top: 290px;
  }
}
.people__visual .swiper-button-next, .people__visual .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.people__visual .swiper-button-prev, .people__visual .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.people__big-images {
  position: relative;
  width: 100%;
}
.people__big-slide {
  position: relative;
  background: #2a598b;
  z-index: 1;
  min-height: 500px;
}
@media (max-width: 1023px) {
  .people__big-slide {
    min-height: 380px;
  }
}
.people__big-textblock {
  float: right;
  position: relative;
  z-index: 2;
  color: #fff;
  width: 50%;
  height: 100%;
  padding: 40px 60px 40px 40px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .people__big-textblock {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .people__big-textblock-info {
    margin-left: 50%;
    width: 50%;
    height: 380px;
    padding: 0 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .people__big-textblock-info {
    height: 330px;
  }
}
@media only screen and (max-width: 575px) {
  .people__big-textblock-info {
    height: 230px;
    width: 45%;
    margin-left: 55%;
  }
}
@media only screen and (max-width: 420px) {
  .people__big-textblock-info {
    height: 180px;
  }
}
@media only screen and (max-width: 360px) {
  .people__big-textblock-info {
    margin-top: 290px;
    height: auto;
    width: 100%;
    margin-left: 0;
    padding: 40px 20px 0 20px;
  }
}
.people__big-textblock-title {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  font-family: "vtb_cond";
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  line-height: 41px;
  text-align: left;
  text-transform: none;
}
@media (max-width: 1023px) {
  .people__big-textblock-title {
    font-size: 28px;
    line-height: 1.4;
  }
  .people__big-textblock-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .people__big-textblock-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.people__big-textblock-title:last-child {
  margin-bottom: 0;
}
.people__textblock_normal .people__big-textblock-title {
  text-transform: none;
  font-weight: 600;
}
.people__big-textblock-subtitle {
  font-family: "vtb_cond_book";
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  text-transform: none;
}
.people__big-textblock-description {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .people__big-textblock-description {
    margin-top: 0;
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .people__big-textblock-description {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 360px) {
  .people__big-textblock-description {
    padding: 0 20px 40px 20px;
    margin-top: 16px;
  }
}
.people__big-textblock-description, .people__big-textblock-description p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .people__big-textblock-description, .people__big-textblock-description p {
    font-size: 15px;
  }
}
.people__big-textblock-description small, .people__big-textblock-description p small {
  font-size: 14px;
}
.people__big-textblock-description p {
  margin: 0 0 10px;
}
.people__big-textblock-description p:last-child {
  margin-bottom: 0 !important;
}
.people__big-image {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: -1;
  outline: none;
}
.people__big-image[data-src-bg] {
  background-size: 64px 64px;
  background-image: url(../img/preloader.gif);
}
.people__big-image_desktop {
  display: none;
}
.people__big-image_tablet {
  display: none;
}
.people__big-image_mobile {
  display: block;
}
@media (min-width: 768px) {
  .people__big-image_tablet {
    display: block;
  }
  .people__big-image_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .people__big-image_desktop {
    display: block;
  }
  .people__big-image_tablet {
    display: none;
  }
}
.people__big-image_top {
  background-position: 50% 0%;
}
.people__big-image_top10 {
  background-position: 50% 10%;
}
.people__big-image_top10 {
  background-position: 50% 20%;
}
@media (max-width: 1023px) {
  .people__big-image {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .people__big-image {
    height: 330px;
  }
}
@media only screen and (max-width: 575px) {
  .people__big-image {
    height: 230px;
  }
}
@media only screen and (max-width: 420px) {
  .people__big-image {
    height: 180px;
  }
}
@media only screen and (max-width: 360px) {
  .people__big-image {
    height: 290px;
  }
}
.people__small-container {
  margin: 30px 0 0 0;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .people__small-container {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .people__small-container {
    width: 100%;
    margin: 13px 0 0 0;
  }
}
@media (max-width: 767px) {
  .people__small-container {
    width: 100%;
    margin: 16px 0 0 0;
  }
}
.people__small-image {
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.people__small-image.swiper-slide {
  width: 25%;
}
.people__small-image .image {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.people__small-image .image img {
  display: block;
  width: 100%;
  height: auto;
}
.people__small-image.swiper-slide-thumb-active .info {
  background: #263975;
}
.people__small-image.swiper-slide-thumb-active .name, .people__small-image.swiper-slide-thumb-active .job {
  color: #ffffff;
}
.people__small-image .info {
  padding: 20px;
}
@media (max-width: 1023px) {
  .people__small-image .info {
    padding: 20px 12px;
  }
}
.people__small-image .name {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #25292F;
  font-weight: normal;
}
.people__small-image .job {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #25292F;
}
.people__breadcrumbs {
  font-size: 12px;
  margin-right: -40px;
  margin: 0 0 50px 0;
}
.people__breadcrumbs a {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  margin: 0 13px 0 0;
  line-height: 1;
}
.people__textblock_gray .people__breadcrumbs a {
  color: #949494;
}
.people__breadcrumbs a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3px 0 0 0;
  border: 6px solid transparent;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 0;
  border-left-color: rgba(255, 255, 255, 0.3);
}
.people__textblock_gray .people__breadcrumbs a:after {
  border-left-color: #949494;
}
.people__breadcrumbs a:last-child {
  margin: 0;
  padding: 0;
}
.people__breadcrumbs a:last-child:after {
  display: none;
}
.people__play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #009FDF;
  display: inline-block;
  cursor: pointer;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}
.people__play:before {
  content: "";
  position: absolute;
  border-left: 18px solid #009FDF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -5px;
}
.people__play:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1023px) {
  .people__play {
    width: 90px;
    height: 90px;
    top: 68px;
    margin: 0 0 0 -45px;
  }
}
@media (max-width: 767px) {
  .people__play {
    width: 60px;
    height: 60px;
    top: 50px;
    margin: 0 0 0 -30px;
  }
}
.people__play span {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  margin: 0 0 0 20px;
  font-family: "vtb_cond";
  font-size: 28px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .people__play span {
    text-align: center;
    left: 50%;
    top: 100%;
    margin: 25px 0 0 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .people__play span {
    font-size: 24px;
  }
}
/* new props (redesign) */
.phone-block {
  max-width: 1170px;
  padding: 40px 100px;
  margin: 0 auto;
  background: #263975;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.phone-block:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .phone-block {
    margin: 0 40px;
    padding: 60px 80px;
  }
}
@media (max-width: 1023px) {
  .phone-block {
    padding: 55px;
  }
}
@media (max-width: 767px) {
  .phone-block {
    padding: 40px 20px;
    display: block;
    margin: 0;
  }
}
.phone-block:before {
  height: 50%;
}
.phone-block_no-bg:before {
  display: none;
}
.phone-block_bg-on-top:before {
  bottom: auto;
  top: 0;
}
.phone-block__left {
  width: 50%;
}
@media (max-width: 767px) {
  .phone-block__left {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.phone-block__left h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond";
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .phone-block__left h3 {
    font-size: 22px;
  }
}
.phone-block__phone {
  padding: 10px 0 0 80px;
  position: relative;
}
@media (max-width: 767px) {
  .phone-block__phone {
    padding: 0 0 0 55px;
  }
}
.phone-block__phone p {
  font-size: 38px;
  font-weight: 600;
  font-family: "vtb_cond";
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .phone-block__phone p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .phone-block__phone p {
    font-size: 24px;
  }
}
.phone-block__phone span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.phone-block__phone:before {
  content: "";
  background: #fff url(../img/icons/phone.svg) 50% 50% no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .phone-block__phone:before {
    width: 42px;
    height: 42px;
  }
}
@charset "UTF-8";
/* new props (redesign) */
.popup {
  display: none;
  position: fixed;
  background: rgba(35, 35, 35, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99991;
  overflow: auto;
  overflow-x: hidden;
  padding: 40px 40px 30px 40px;
}
.popup.is-open {
  display: block;
}
.popup_video {
  background: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767px) {
  .popup {
    padding: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .popup > * {
    -webkit-transform: translateZ(0px);
  }
}
.popup__inner {
  background: #fff;
  max-width: 805px;
  margin: 0 auto;
  padding: 68px;
  position: relative;
  top: 50px;
}
@media (max-width: 1199px) {
  .popup__inner {
    top: 50px;
  }
}
@media (max-width: 1023px) {
  .popup__inner {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .popup__inner {
    top: 0;
    padding: 80px 20px 30px 20px;
  }
}
.popup__inner_small {
  max-width: 770px;
}
.popup_video .popup__inner {
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1000px;
}
@media (max-height: 600px) and (min-width: 1024px) {
  .popup_video .popup__inner {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.popup__close {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 45px;
  font-weight: 300;
  cursor: pointer;
  line-height: 30px;
  color: #949494;
  z-index: 3;
}
.popup_video .popup__close {
  top: -10px;
  right: -50px;
}
@media (max-width: 1199px) {
  .popup_video .popup__close {
    right: 0;
    top: -60px;
  }
}
@media (max-height: 600px) and (min-width: 1024px) {
  .popup_video .popup__close {
    top: 0;
  }
}
.popup__close:after {
  content: "×";
}
@media (max-width: 1023px) {
  .popup__close {
    top: 20px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .popup__close {
    top: 22px;
    right: 12px;
  }
}
.popup__text {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.popup__text h3 {
  color: #263975;
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond";
  margin: 0 0 20px 0;
}
.popup__text p {
  color: #949494;
}
.popup__text_small {
  text-align: left;
  font-size: 14px;
}
.popup__text_small p {
  color: #25292f;
  margin: 0 0 20px 0;
}
.popup__text_small ul {
  color: #25292f;
  margin: 0 0 20px 0;
}
.popup__text_small ul li {
  position: relative;
  padding-left: 10px;
}
.popup__text_small ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #25292f;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.popup--main-application-form {
  z-index: 2147483647;
}
.popup--main-application-form .popup__inner {
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.popup-cities__title {
  margin: 0 0 40px 0;
  font-family: "vtb_cond";
  font-size: 40px;
  color: #000;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .popup-cities__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .popup-cities__title {
    font-size: 28px;
    text-align: center;
  }
}
.popup-cities .alphabet__letters {
  display: none;
  margin-bottom: 50px;
}
.popup-cities .alphabet__items {
  padding-right: 0;
  padding-top: 0;
}
/* new props (redesign) */
.program-banner {
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
}
@media (max-width: 1023px) {
  .program-banner {
    margin: 0 -36px;
  }
}
.program-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  min-height: 415px;
  padding: 58px 70px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .program-banner__content {
    padding-left: 36px;
    padding-right: 36px;
    background-position: 76% 50%;
  }
}
@media (max-width: 767px) {
  .program-banner__content {
    min-height: auto;
    padding: 40px 34px;
  }
}
@media (max-width: 1023px) {
  .program-banner__content:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: linear-gradient(102.59deg, #080724 2.95%, rgba(17, 65, 128, 0) 97.24%);
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .program-banner__content:before {
    width: 200%;
  }
}
.program-banner__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.program-banner__img img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.program-banner__info {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .program-banner__info {
    position: relative;
    z-index: 2;
  }
}
.program-banner__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .program-banner__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
  }
}
.program-banner__subtitle {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .program-banner__subtitle {
    margin-top: 10px;
  }
}
.program-banner__descr {
  margin-top: 23px;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .program-banner__descr {
    margin-top: 27px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
  }
}
.program-banner__descr li {
  margin-bottom: 10px;
}
.program-banner__descr li:last-child {
  margin-bottom: 0;
}
.program-banner__descr .blue {
  font-weight: 700;
  color: #00AAFF;
}
.program-banner .bottom {
  position: relative;
  z-index: 2;
  width: 236px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .program-banner .bottom {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .program-banner .bottom {
    margin-top: 28px;
    width: 100%;
  }
}
.program-banner--light .program-banner__content {
  color: #000000;
}
.program-banner--light .program-banner__content:before {
  display: none;
}
.program-banner--light .program-banner__descr .blue {
  color: #0D53BB;
}
@media (max-width: 1023px) {
  .program-banner--passenger-car .program-banner__subtitle {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .program-banner--passenger-car .program-banner__subtitle {
    max-width: 300px;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .program-banner--passenger-car .program-banner__descr {
    max-width: 350px;
    margin-top: 34px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .program-banner--passenger-car .program-banner__descr {
    max-width: 350px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 1023px) {
  .program-banner--passenger-car .program-banner__descr li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .program-banner--passenger-car .program-banner__content {
    display: block;
    padding-top: 46px;
    padding-bottom: 53px;
  }
}
.program-banner--passenger-car .program-banner__content:before {
  display: none;
}
.program-banner--passenger-car .bottom {
  margin-top: 30px;
}
@charset "UTF-8";
/* new props (redesign) */
.program {
  position: relative;
  max-width: 1366px;
  margin: 30px auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .program {
    padding: 0 20px;
  }
}
.program_azure .program__container {
  background-color: rgba(0, 170, 255, 0.2);
}
.program_dustyblue .program__container {
  background-color: rgba(105, 123, 179, 0.2);
}
.program_terracota .program__container {
  background-color: rgba(210, 108, 84, 0.2);
}
.program_sand .program__container {
  background-color: rgba(224, 193, 106, 0.2);
}
.program_palered .program__container {
  background-color: rgba(216, 58, 54, 0.2);
}
.program_greyishteal .program__container {
  background-color: rgba(131, 178, 152, 0.2);
}
.layout__space + .program {
  margin-top: 0;
}
.program + .layout__space {
  margin-top: -30px;
}
.program__container {
  position: relative;
  border-radius: 4px;
  padding: 60px 40px 60px 40px;
}
@media (max-width: 1199px) {
  .program__container {
    padding-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .program__container {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .program__container {
    padding: 28px 20px 40px;
  }
}
.program__rubric {
  margin: 0 0 4px 0;
  line-height: 19px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.program__title {
  margin: 0 0 40px 0;
  font-weight: 600;
  font-family: "vtb_cond";
  color: #000000;
  font-size: 40px;
  line-height: 51px;
}
.program__title small {
  font-size: 0.6em;
}
@media (max-width: 767px) {
  .program__title {
    max-width: 600px;
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 540px) {
  .program__title {
    max-width: 340px;
    font-size: 20px;
    line-height: 24px;
  }
}
.program__subtitle {
  margin: 0 0 23px 0;
  font-size: 24px;
  line-height: 26px;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: normal;
}
.program__subtitle:last-child {
  margin-bottom: 0 !important;
}
.program__subtitle_specialconditions {
  max-width: 210px;
}
@media (max-width: 1023px) {
  .program__subtitle_specialconditions {
    max-width: 195px;
  }
}
@media (max-width: 767px) {
  .program__subtitle_specialconditions {
    max-width: 240px;
  }
}
.program__subtitle_buycars br {
  display: block;
}
@media (max-width: 540px) {
  .program__subtitle_buycars br {
    display: none;
  }
}
.program__inner {
  position: relative;
  max-width: 752px;
}
@media (max-width: 1199px) {
  .program__inner {
    max-width: 80%;
  }
}
@media (max-width: 1023px) {
  .program__inner {
    max-width: 100%;
  }
}
.program__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1023px) {
  .program__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 540px) {
  .program__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.program__leftside {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-bottom: 73px;
}
@media (max-width: 1199px) {
  .program__leftside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.7%;
    flex: 0 0 40.7%;
    max-width: 40.7%;
    padding-bottom: 141px;
  }
}
@media (max-width: 1023px) {
  .program__leftside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 101px;
  }
}
@media (max-width: 767px) {
  .program__leftside {
    padding-bottom: 0;
  }
}
@media (max-width: 540px) {
  .program__leftside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 41px;
  }
}
.program__rightside {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .program__rightside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.3%;
    flex: 0 0 59.3%;
    max-width: 59.3%;
  }
}
@media (max-width: 1023px) {
  .program__rightside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 815px) {
  .program__rightside {
    padding-bottom: 145px;
  }
}
@media (max-width: 767px) {
  .program__rightside {
    padding-bottom: 0;
  }
}
@media (max-width: 540px) {
  .program__rightside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.program__rightside h3 {
  max-width: 290px;
}
.program__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 47%;
}
@media (max-width: 1199px) {
  .program__image {
    width: 62%;
  }
}
@media (max-width: 1023px) {
  .program__image {
    width: 57%;
  }
}
@media (max-width: 767px) {
  .program__image {
    position: relative;
    bottom: auto;
    top: auto;
    width: inherit !important;
    margin: -52px -20px 5px;
    height: 230px;
    overflow: hidden;
  }
}
.program__image-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-size: auto 500px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.program__image-bg_desktop {
  display: none;
}
.program__image-bg_tablet {
  display: none;
}
.program__image-bg_mobile {
  display: block;
}
@media (min-width: 576px) {
  .program__image-bg_tablet {
    display: block;
  }
  .program__image-bg_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .program__image-bg_desktop {
    display: block;
  }
  .program__image-bg_tablet {
    display: none;
  }
}
@media (max-width: 1023px) {
  .program__image-bg {
    background-size: auto 320px;
  }
}
@media (max-width: 767px) {
  .program__image-bg {
    background-size: auto 180px;
    position: absolute;
    right: -15%;
  }
}
@media (max-width: 540px) {
  .program__image-bg {
    position: relative;
    right: auto;
    background-size: auto 180px;
  }
}
@media (max-width: 1023px) {
  .program_express_auto .program__image {
    width: 59%;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .program_express_auto .program__image {
    bottom: auto;
  }
}
@media (max-width: 1023px) {
  .program_express_auto .program__image-bg {
    background-size: auto 380px;
  }
}
@media (max-width: 767px) {
  .program_express_auto .program__image-bg {
    background-size: auto 295px;
    background-position: -30px 100%;
  }
}
@media (max-width: 540px) {
  .program_express_auto .program__image-bg {
    background-size: auto 295px;
    background-position: -30px 100%;
  }
}
@media (max-width: 1199px) {
  .program_express_spectechnika .program__image {
    width: 61%;
  }
}
@media (max-width: 1023px) {
  .program_express_spectechnika .program__image {
    width: 58%;
  }
}
@media (max-width: 1199px) {
  .program_express_spectechnika .program__image-bg {
    background-size: auto 402px;
  }
}
@media (max-width: 1023px) {
  .program_express_spectechnika .program__image-bg {
    background-size: auto 334px;
  }
}
@media (max-width: 767px) {
  .program_express_spectechnika .program__image-bg {
    background-size: auto 232px;
    background-position: -20px 100%;
  }
}
@media (max-width: 540px) {
  .program_express_spectechnika .program__image-bg {
    background-size: auto 232px;
    background-position: -20px 100%;
  }
}
@media (max-width: 1199px) {
  .program_express_clients .program__image {
    width: 63%;
  }
}
@media (max-width: 1023px) {
  .program_express_clients .program__image {
    width: 57%;
  }
}
@media (max-width: 540px) {
  .program_express_clients .program__image {
    height: 230px;
    margin-top: -55px;
  }
}
@media (max-width: 1023px) {
  .program_express_clients .program__image-bg {
    background-size: auto 320px;
  }
}
@media (max-width: 767px) {
  .program_express_clients .program__image-bg {
    background-size: auto 226px;
    background-position: -7px 50%;
  }
}
@media (max-width: 540px) {
  .program_express_clients .program__image-bg {
    background-size: auto 226px;
    background-position: -7px 0%;
  }
}
.program__list {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1199px) {
  .program__list {
    margin: 0;
  }
}
.program__list-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 24px 0;
  position: relative;
  padding: 0 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.program__list-item:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .program__list-item {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}
.program__list-item p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
.program__list-item p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .program__list-item p {
    display: inline;
    margin-right: 4px;
  }
}
@media (max-width: 1023px) {
  .program__list-item p {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .program__list-item p {
    display: inline;
    margin-right: 8px;
  }
}
@media (max-width: 540px) {
  .program__list-item p {
    text-transform: none;
    margin-right: 8px;
  }
}
@media (max-width: 1199px) {
  .program__list-item p + h3 {
    display: inline;
    text-transform: lowercase;
  }
}
@media (max-width: 1023px) {
  .program__list-item p + h3 {
    text-transform: none;
  }
}
@media (max-width: 767px) {
  .program__list-item p + h3 {
    text-transform: lowercase;
  }
}
.program__list-item h3 {
  font-size: 16px;
  font-family: "roboto";
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  margin: 0 0 5px 0;
  white-space: normal;
}
.program__list-item h3:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .program__list.program__list_col2 .program__list-item {
    width: 50%;
  }
  .program__list.program__list_col2 .program__list-item:nth-child(1), .program__list.program__list_col2 .program__list-item:nth-child(3) {
    width: 40.5%;
  }
  .program__list.program__list_col2 .program__list-item:nth-child(2), .program__list.program__list_col2 .program__list-item:nth-child(4) {
    width: 59.5%;
  }
}
.program__link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  color: #949494;
}
.program__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.program__link:hover {
  color: #009FDF;
}
.program__link:hover:after {
  left: 10px;
}
.program__consult {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .program__consult {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 40px;
    text-align: center;
  }
}
.program__consult .btn {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  position: relative;
  width: 268px;
}
.program__consult .btn:hover {
  background: #D83A36;
}
@media (max-width: 540px) {
  .program__consult .btn {
    width: 100%;
    max-width: 275px;
    padding: 0 4px;
  }
}
/* new props (redesign) */
.promo-banner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  height: 564px;
}
@media (max-width: 1199px) {
  .promo-banner {
    height: 575px;
  }
}
@media (max-width: 1023px) {
  .promo-banner {
    height: 575px;
  }
}
@media (max-width: 767px) {
  .promo-banner {
    height: 480px;
  }
}
@media (max-width: 540px) {
  .promo-banner {
    height: auto;
  }
}
.promo-banner--leasing-cars {
  height: 460px;
}
@media (max-width: 1199px) {
  .promo-banner--leasing-cars {
    height: 429px;
  }
}
@media (max-width: 1023px) {
  .promo-banner--leasing-cars {
    height: 502px;
    padding-top: 73px;
  }
}
@media (max-width: 767px) {
  .promo-banner--leasing-cars {
    height: 445px;
  }
}
@media (max-width: 540px) {
  .promo-banner--leasing-cars {
    height: 445px;
  }
}
.promo-banner--leasing-cars .promo-banner__container {
  position: relative;
  height: 100%;
}
.promo-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 540px) {
  .promo-banner__bg {
    position: relative;
    height: 260px;
  }
}
@media (max-width: 540px) {
  .promo-banner--leasing-cars .promo-banner__bg {
    position: absolute;
    height: 371px;
  }
}
.promo-banner__bg-img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
.promo-banner__bg-img_desktop {
  display: none;
}
.promo-banner__bg-img_tablet {
  display: none;
}
.promo-banner__bg-img_mobile {
  display: block;
}
@media (min-width: 768px) {
  .promo-banner__bg-img_tablet {
    display: block;
  }
  .promo-banner__bg-img_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .promo-banner__bg-img_desktop {
    display: block;
  }
  .promo-banner__bg-img_tablet {
    display: none;
  }
}
.promo-banner__bg-img_top {
  background-position: 50% 0%;
}
.promo-banner__bg-img_top10 {
  background-position: 50% 10%;
}
.promo-banner__bg-img_top10 {
  background-position: 50% 20%;
}
@media (max-width: 1023px) {
  .promo-banner__bg-img {
    background-position: 0% 100%;
  }
}
@media (max-width: 767px) {
  .promo-banner__bg-img {
    background-position: 30% 100%;
  }
}
@media (max-width: 540px) {
  .promo-banner__bg-img {
    background-position: 50% 50%;
  }
}
@media (max-width: 1023px) {
  .promo-banner--leasing-cars .promo-banner__bg-img {
    background-position: 50% 100%;
  }
}
@media (max-width: 767px) {
  .promo-banner--leasing-cars .promo-banner__bg-img {
    background-position: 50% 100%;
  }
}
@media (max-width: 540px) {
  .promo-banner--leasing-cars .promo-banner__bg-img {
    background-position: 50% 50%;
  }
}
.promo-banner__textblock {
  position: relative;
  color: #263975;
  width: 640px;
  padding: 101px 40px 50px 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}
@media (max-width: 767px) {
  .promo-banner__textblock {
    padding-top: 60px;
  }
}
@media (max-width: 540px) {
  .promo-banner__textblock {
    background: #08267F;
    width: 100%;
    padding: 34px 20px;
    min-height: 338px;
    color: #fff;
  }
}
.promo-banner__container_light-text .promo-banner__textblock {
  color: #fff;
}
.promo-banner--leasing-cars .promo-banner__textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}
@media (max-width: 540px) {
  .promo-banner--leasing-cars .promo-banner__textblock {
    background: inherit;
    padding: 30px 40px 49px;
  }
}
.promo-banner__textblock small {
  font-size: 0.6em;
  display: block;
  line-height: 1.2;
  margin: 20px 0 0 0;
}
.promo-banner__textblock-item {
  overflow: hidden;
  height: 460px;
  position: relative;
}
@media (max-width: 1023px) {
  .promo-banner__textblock-item {
    height: auto;
  }
}
.promo-banner__textblock-title {
  display: inline-block;
  position: relative;
  margin: 0 30px 20px 0;
  padding: 0 0 28px;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 48px;
  font-family: "vtb_cond";
  font-weight: 600;
  font-style: normal;
  color: #263975;
  text-align: left;
}
@media (max-width: 1199px) {
  .promo-banner__textblock-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .promo-banner__textblock-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .promo-banner__textblock-title {
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 31px;
  }
}
@media (max-width: 540px) {
  .promo-banner__textblock-title {
    display: block;
    margin-bottom: 24px;
    margin-right: 0;
    padding: 0;
    color: #fff;
  }
}
.promo-banner__container_light-text .promo-banner__textblock-title {
  color: #fff;
}
.promo-banner__textblock-title:last-child {
  margin-bottom: 0;
}
.promo-banner__textblock-title .text-uppercase {
  text-transform: uppercase;
}
.promo-banner__textblock-title .text-lowercase {
  text-transform: lowercase;
}
.promo-banner__textblock-title .text-small {
  font-size: 0.75em;
  line-height: 0.8;
}
.promo-banner--leasing-cars .promo-banner__textblock-title {
  max-width: 920px;
  margin: 0 auto 36px;
  font-size: 64px;
  line-height: 58px;
  text-transform: none;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  text-align: center;
  padding: 0 0 0 42px;
}
@media (max-width: 1023px) {
  .promo-banner--leasing-cars .promo-banner__textblock-title {
    padding-left: 57px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .promo-banner--leasing-cars .promo-banner__textblock-title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 36px;
  }
}
.promo-banner__textblock-options {
  font-size: 16px;
  margin: 20px 0 50px 0;
}
@media (max-width: 767px) {
  .promo-banner__textblock-options {
    font-size: 15px;
    margin: 10px 0;
    display: block;
  }
}
.promo-banner__textblock-options_no-table {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .promo-banner__textblock-options_no-table {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .promo-banner__textblock-options tr {
    display: block;
    white-space: nowrap;
  }
}
.promo-banner__textblock-options td {
  vertical-align: bottom;
  padding: 0 10px 20px 0;
}
@media (max-width: 767px) {
  .promo-banner__textblock-options td {
    display: inline-block;
    min-width: 25px;
  }
}
.promo-banner__textblock-options span {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: "vtb_cond";
  white-space: nowrap;
}
@media (max-width: 767px) {
  .promo-banner__textblock-options span {
    font-size: 26px;
  }
}
.promo-banner__textblock-options h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: "vtb_cond";
}
@media (max-width: 767px) {
  .promo-banner__textblock-options h3 {
    font-size: 26px;
  }
}
.promo-banner__textblock-options div {
  margin: 0 0 15px 0;
}
.promo-banner__textblock p {
  font-size: 16px;
  margin: 18px 0;
}
@media (max-width: 767px) {
  .promo-banner__textblock p {
    font-size: 15px;
  }
}
.promo-banner__textblock p:last-child {
  margin-bottom: 0 !important;
}
.promo-banner__textblock p small {
  font-size: 14px;
}
.promo-banner__textblock-button {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #263975;
  height: 60px;
  line-height: 60px;
  padding: 0 80px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .promo-banner__textblock-button {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.promo-banner__textblock-button:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.promo-banner__textblock-button_absolute {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .promo-banner__textblock-button_absolute {
    position: static;
  }
}
.promo-banner__textblock-button-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .promo-banner__textblock-button-wrap {
    position: static;
  }
}
.promo-banner__textblock-subtitle {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  font-family: "vtb_cond";
  margin: 14px 0;
  line-height: 1.2;
}
@media (max-width: 540px) {
  .promo-banner__textblock-subtitle {
    margin: 0 0 24px;
    font-size: 26px;
    line-height: 33px;
  }
}
.promo-banner__textblock_normal .promo-banner__textblock-subtitle {
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "roboto";
}
.promo-banner__textblock-subtitle br {
  display: none;
}
@media (max-width: 540px) {
  .promo-banner__textblock-subtitle br {
    display: block;
  }
}
.promo-banner__textblock-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0 40px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .promo-banner__textblock-list {
    display: block;
  }
}
.promo-banner__textblock-list_no-flex {
  display: block;
}
.promo-banner__textblock-list_no-flex li {
  width: auto !important;
}
.promo-banner__textblock-list li {
  position: relative;
  padding: 0 20px 0 0;
  width: 50%;
  margin: 0 0 20px 0;
}
.promo-banner__textblock-list li b {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond";
  margin: 5px 0 0 0;
  line-height: 1.2;
}
.promo-banner__textblock-list li b:first-child {
  margin: 0;
}
@media (max-width: 1199px) {
  .promo-banner__textblock-list li {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .promo-banner__textblock-list li {
    padding: 0;
    width: auto !important;
    margin: 0 0 20px 0;
  }
}
/* new props (redesign) */
.promo-new {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.promo-new__item {
  height: 563px;
  padding: 100px 0 0 40px;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
  .promo-new__item {
    padding-top: 85px;
  }
}
@media (max-width: 767px) {
  .promo-new__item {
    height: 598px;
    padding: 316px 20px 0 20px;
    background-size: auto 316px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-color: #CDD3E4;
  }
}
@media only screen and (max-width: 680px) {
  .promo-new__item {
    padding: 280px 20px 0 20px;
  }
}
@media only screen and (max-width: 630px) {
  .promo-new__item {
    padding: 260px 20px 0 20px;
  }
}
@media only screen and (max-width: 420px) {
  .promo-new__item {
    padding: 220px 20px 0 20px;
  }
}
.promo-new__item-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .promo-new__item-image {
    height: 316px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-color: #CDD3E4;
  }
}
@media only screen and (max-width: 680px) {
  .promo-new__item-image {
    height: 280px;
  }
}
@media only screen and (max-width: 630px) {
  .promo-new__item-image {
    height: 260px;
  }
}
@media only screen and (max-width: 420px) {
  .promo-new__item-image {
    height: 220px;
  }
}
.promo-new__item-image[data-src-bg-owl] {
  background-size: 64px 64px;
  background-image: url(../img/preloader.gif);
}
.promo-new__item-image_desktop {
  display: none;
}
.promo-new__item-image_tablet {
  display: none;
}
.promo-new__item-image_mobile {
  display: block;
}
@media (min-width: 768px) {
  .promo-new__item-image_tablet {
    display: block;
  }
  .promo-new__item-image_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .promo-new__item-image_desktop {
    display: block;
  }
  .promo-new__item-image_tablet {
    display: none;
  }
}
.promo-new__item-title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.05;
  padding: 0 0 20px 0;
  margin: 0 55px 0 0;
  font-family: "vtb_cond";
  position: relative;
  display: inline-block;
  color: #263975;
  text-align: left;
  width: 480px;
}
@media (max-width: 767px) {
  .promo-new__item-title {
    font-size: 30px;
    margin: 36px 0 20px 0;
    width: auto;
    border: none;
    padding: 0;
  }
}
@media only screen and (max-width: 360px) {
  .promo-new__item-title {
    font-size: 24px;
  }
}
.promo-new__item_light-text .promo-new__item-title {
  color: #fff;
}
@media (max-width: 767px) {
  .promo-new__item_light-text .promo-new__item-title {
    color: #263975;
  }
}
.promo-new__item-info {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .promo-new__item-info {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 350px;
  }
}
.promo-new__item-info ul {
  font-size: 16px;
  font-weight: 500;
  color: #263975;
  margin: 31px 0 0 0;
}
@media (max-width: 767px) {
  .promo-new__item-info ul {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
  }
}
.promo-new__item_light-text .promo-new__item-info ul {
  color: #fff;
}
@media (max-width: 767px) {
  .promo-new__item_light-text .promo-new__item-info ul {
    color: #263975;
  }
}
.promo-new__item-info ul li {
  padding: 0 0 0 12px;
  position: relative;
}
@media (max-width: 767px) {
  .promo-new__item-info ul li {
    margin-bottom: 8px;
  }
}
.promo-new__item-info ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #009FDF;
  position: absolute;
  left: 0;
  top: 12px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .promo-new__item-info ul li:before {
    top: 7px;
  }
}
.promo-new__item-label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #697BB3;
  line-height: 1;
  margin: 0 0 15px 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .promo-new__item-label {
    font-size: 14px;
  }
}
.promo-new__item_light-text .promo-new__item-label {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .promo-new__item_light-text .promo-new__item-label {
    color: #697BB3;
  }
}
.promo-new__item-number {
  font-size: 40px;
  font-family: "vtb_cond";
  color: #263975;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .promo-new__item-number {
    font-size: 26px;
  }
}
.promo-new__item_light-text .promo-new__item-number {
  color: #fff;
}
@media (max-width: 767px) {
  .promo-new__item_light-text .promo-new__item-number {
    color: #263975;
  }
}
.promo-new__item-col {
  margin: 0 35px 0 0;
}
@media (max-width: 767px) {
  .promo-new__item-col {
    margin: 0 20px 0 0;
  }
  .promo-new__item-col:last-child {
    margin: 0;
  }
}
.promo-new__item-bottom {
  position: absolute;
  left: 40px;
  bottom: 36px;
}
@media (max-width: 767px) {
  .promo-new__item-bottom {
    position: static;
  }
}
.promo-new__item-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  text-decoration: none;
  background: #009FDF;
  color: #fff;
  border: 1px solid #009FDF;
  /* .promo-new__item_light-text & {
  	border-color: rgba(#fff, 0.4);
  	color: #fff;

  	&:hover {
  		background: $link;
  		color: #fff;
  		border-color: $link;
  	}
  } */
}
.promo-new__item-button:hover {
  background: #009FDF;
  color: #fff;
  border-color: #009FDF;
}
@media (max-width: 767px) {
  .promo-new__item-button {
    position: absolute;
    bottom: 56px;
    left: 20px;
    border: none;
  }
}
@media only screen and (max-width: 360px) {
  .promo-new__item-button {
    padding: 0 8px;
    letter-spacing: -0.2px;
  }
}
.promo-new .owl-nav {
  position: absolute;
  right: 40px;
  bottom: 28px;
  width: 48px;
  height: 72px;
}
@media (max-width: 767px) {
  .promo-new .owl-nav {
    bottom: 56px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 48px;
  }
}
.promo-new .owl-nav .owl-prev, .promo-new .owl-nav .owl-next {
  position: absolute;
  width: 48px;
  height: 36px;
  display: block;
  background: #fff !important;
  outline: none;
}
@media (max-width: 767px) {
  .promo-new .owl-nav .owl-prev, .promo-new .owl-nav .owl-next {
    width: 40px;
    height: 48px;
  }
  .promo-new .owl-nav .owl-prev svg, .promo-new .owl-nav .owl-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .promo-new .owl-nav .owl-prev, .promo-new .owl-nav .owl-next {
    line-height: 36px !important;
  }
}
.promo-new .owl-nav .owl-prev.disabled svg, .promo-new .owl-nav .owl-next.disabled svg {
  opacity: 0.4;
}
.promo-new .owl-nav .owl-prev:focus, .promo-new .owl-nav .owl-next:focus {
  outline: none;
}
@media (min-width: 768px) {
  .promo-new .owl-nav .owl-prev span, .promo-new .owl-nav .owl-next span {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .promo-new .owl-nav .owl-prev svg, .promo-new .owl-nav .owl-next svg {
    display: block;
  }
}
@media (max-width: 767px) {
  .promo-new .owl-nav .owl-prev {
    top: 0;
    left: 0;
    border-radius: 4px 0 0 4px;
  }
}
@media (min-width: 768px) {
  .promo-new .owl-nav .owl-prev {
    top: 36px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid rgba(105, 123, 179, 0.1) !important;
  }
}
@media (max-width: 767px) {
  .promo-new .owl-nav .owl-next {
    top: 0;
    left: 40px;
    border-radius: 0 4px 4px 0;
  }
}
@media (min-width: 768px) {
  .promo-new .owl-nav .owl-next {
    top: 0;
    border-radius: 4px 4px 0 0;
  }
}
.promo-new__nav {
  position: absolute;
  color: #fff;
  bottom: 29px;
  right: 100px;
  z-index: 3;
  width: 60%;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .promo-new__nav {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .promo-new__nav {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .promo-new__nav {
    display: none !important;
  }
}
.promo-new__nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.promo-new__nav-item span {
  display: block;
  opacity: 0.6;
  margin: 0 0 5px 0;
}
.promo-new__nav-item:hover {
  color: #009FDF;
}

.countdown {
  position: relative;
  height: 54px;
  width: 54px;
  text-align: center;
  border-radius: 59%;
  border: 1px solid rgba(105, 123, 179, 0.4);
  display: inline-block;
  margin: 0 52px 0 0;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .countdown {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 767px) {
  .countdown {
    position: absolute;
    top: 17px;
    left: 17px;
  }
}
.promo-new__item_light-text .countdown {
  border-color: rgba(255, 255, 255, 0.4);
}
.countdown__number {
  display: inline-block;
  line-height: 52px;
  font-size: 12px;
  color: #697BB3;
}
.promo-new__item_light-text .countdown__number {
  color: #fff;
}
.countdown svg {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 54px;
  height: 54px;
  -webkit-transform: rotateY(-180deg) rotateZ(-90deg);
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.countdown svg circle {
  stroke-dasharray: 170px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: #009FDF;
  fill: none;
}
.owl-item.active .countdown svg circle {
  -webkit-animation: countdown 10s linear infinite forwards;
  animation: countdown 10s linear infinite forwards;
}

@-webkit-keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 170px;
  }
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 170px;
  }
}
@charset "UTF-8";
/* new props (redesign) */
.promo {
  padding: 140px 40px 0 40px;
  position: relative;
  max-width: 1374px;
  margin: 0 auto;
  position: relative;
  height: 710px;
  position: relative;
}
.promo:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.promo:before {
  height: calc(100% - 140px);
  top: 140px;
}
@media (max-width: 1023px) {
  .promo {
    height: auto !important;
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .promo {
    padding: 0 20px !important;
  }
}
.promo_no-slider {
  padding: 40px 40px 0 40px;
  height: 560px;
}
.promo_no-slider:before {
  height: calc(100% - 40px);
  top: 40px;
}
.promo_cut {
  padding: 40px 40px 0 40px;
  height: 610px;
}
.promo_no-bg:before {
  display: none;
}
.promo__news {
  position: absolute;
  left: 102px;
  top: 0;
  width: 25%;
  padding: 0 50px 0 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .promo__news {
    left: 40px;
  }
}
@media (max-width: 1023px) {
  .promo__news {
    display: none;
  }
}
.promo__news-date {
  color: #949494;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: block;
}
.promo__news-title {
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .promo__news-title {
    font-size: 14px;
  }
}
.promo__news-link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.promo__news-link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.promo__news-link:hover {
  color: #009FDF;
}
.promo__news-link:hover:after {
  left: 10px;
}
@media (max-width: 1199px) {
  .promo__news-link {
    font-size: 14px;
  }
}
.promo__inner {
  position: relative;
  padding: 0 0 0 62px;
}
@media (max-width: 1199px) {
  .promo__inner {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .promo__inner {
    padding: 430px 0 0 0;
  }
}
@media (max-width: 767px) {
  .promo__inner {
    padding: 228px 0 0 0;
  }
}
.promo__textblock {
  background: #263975;
  color: #fff;
  width: 470px;
  padding: 60px 40px 50px 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 62px;
  z-index: 2;
  height: 570px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.promo__textblock_light {
  background: #fff;
  color: #25292f;
}
@media (max-width: 767px) {
  .promo__textblock_light {
    padding: 0 20px !important;
  }
}
.promo__textblock_gray {
  background: #f7f7f7;
  color: #263975;
}
@media (max-width: 1199px) {
  .promo__textblock {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .promo__textblock {
    position: relative;
    width: auto;
    margin: -100px 0 0 0;
    padding: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .promo__textblock {
    margin: 0;
    width: 100vw;
    left: -20px;
    padding: 30px 20px 30px 20px;
  }
}
.promo_no-slider .promo__textblock {
  padding-right: 80px;
}
.promo_no-slider .promo__textblock small {
  font-size: 0.6em;
  display: block;
  line-height: 1.2;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .promo_no-slider .promo__textblock {
    padding: 40px 20px;
  }
}
.promo_no-slider .promo__textblock {
  height: 520px;
}
@media (max-width: 1023px) {
  .promo_no-slider .promo__textblock {
    height: auto;
    min-height: 0;
  }
}
.promo__textblock-item {
  overflow: hidden;
  height: 460px;
  position: relative;
}
@media (max-width: 1023px) {
  .promo__textblock-item {
    height: auto;
  }
}
.promo__textblock-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  padding: 12px 0;
  border-bottom: 4px solid #009FDF;
  margin: 0 55px 0 0;
  font-family: "vtb_cond";
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 1023px) {
  .promo__textblock-title {
    padding-top: 0;
    font-size: 40px;
  }
  .promo__textblock-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .promo__textblock-title {
    font-size: 32px;
    padding: 0;
    border-bottom: none;
    margin: 0 0 20px 0;
    display: block;
  }
}
.promo__textblock_light .promo__textblock-title {
  color: #263975;
  border-width: 4px;
  margin-top: 20px !important;
  margin-bottom: 50px !important;
  padding: 0 0 10px 0;
}
@media (max-width: 767px) {
  .promo__textblock_light .promo__textblock-title {
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }
}
.promo__textblock_gray .promo__textblock-title {
  color: #263975;
}
.promo__textblock-title:last-child {
  margin-bottom: 0;
}
.promo__textblock-title:after {
  content: "";
  width: 4px;
  height: calc(100% + 8px);
  position: absolute;
  bottom: -3px;
  right: 0;
  background: #009FDF;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
@media (max-width: 767px) {
  .promo__textblock-title:after {
    display: none;
  }
}
.promo__textblock_normal .promo__textblock-title {
  text-transform: none;
  font-weight: 600;
}
.promo__textblock-options {
  font-size: 16px;
  margin: 20px 0 50px 0;
}
@media (max-width: 767px) {
  .promo__textblock-options {
    font-size: 15px;
    margin: 10px 0;
    display: block;
  }
}
.promo__textblock-options_no-table {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .promo__textblock-options_no-table {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .promo__textblock-options tr {
    display: block;
    white-space: nowrap;
  }
}
.promo__textblock-options td {
  vertical-align: bottom;
  padding: 0 10px 20px 0;
}
@media (max-width: 767px) {
  .promo__textblock-options td {
    display: inline-block;
    min-width: 25px;
  }
}
.promo__textblock-options span {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: "vtb_cond";
  white-space: nowrap;
}
@media (max-width: 767px) {
  .promo__textblock-options span {
    font-size: 26px;
  }
}
.promo__textblock-options h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: "vtb_cond";
}
@media (max-width: 767px) {
  .promo__textblock-options h3 {
    font-size: 26px;
  }
}
.promo__textblock-options div {
  margin: 0 0 15px 0;
}
.promo__textblock p {
  font-size: 16px;
  margin: 18px 0;
}
@media (max-width: 767px) {
  .promo__textblock p {
    font-size: 15px;
  }
}
.promo__textblock p:last-child {
  margin-bottom: 0 !important;
}
.promo__textblock p small {
  font-size: 14px;
}
.promo__textblock-button {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #263975;
  height: 60px;
  line-height: 60px;
  padding: 0 80px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .promo__textblock-button {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.promo__textblock-button:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.promo__textblock-button_absolute {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .promo__textblock-button_absolute {
    position: static;
  }
}
.promo__textblock-button-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .promo__textblock-button-wrap {
    position: static;
  }
}
.promo__textblock-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "vtb_cond";
  margin: 14px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .promo__textblock-subtitle {
    font-size: 18px;
  }
}
.promo__textblock_normal .promo__textblock-subtitle {
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "roboto";
}
.promo__textblock-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0 40px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .promo__textblock-list {
    display: block;
  }
}
.promo__textblock-list_no-flex {
  display: block;
}
.promo__textblock-list_no-flex li {
  width: auto !important;
}
.promo__textblock-list li {
  position: relative;
  padding: 0 20px 0 0;
  width: 50%;
  margin: 0 0 20px 0;
}
.promo__textblock-list li b {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond";
  margin: 5px 0 0 0;
  line-height: 1.2;
}
.promo__textblock-list li b:first-child {
  margin: 0;
}
@media (max-width: 1199px) {
  .promo__textblock-list li {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .promo__textblock-list li {
    padding: 0;
    width: auto !important;
    margin: 0 0 20px 0;
  }
}
.promo__textblock .owl-nav {
  position: absolute;
  width: 120px;
  height: 60px;
  color: #fff;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.promo__textblock .owl-nav .owl-prev, .promo__textblock .owl-nav .owl-next {
  width: 50%;
  height: 100%;
  text-align: center;
  outline: none;
  background: #263975 !important;
}
.promo__textblock .owl-nav .owl-prev:hover:not(.disabled), .promo__textblock .owl-nav .owl-next:hover:not(.disabled) {
  background: rgb(44.2516129032, 66.3774193548, 136.2483870968) !important;
}
.promo__textblock .owl-nav .owl-prev span, .promo__textblock .owl-nav .owl-next span {
  font-weight: 300;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 58px;
}
.promo__textblock .owl-nav .owl-prev.disabled, .promo__textblock .owl-nav .owl-next.disabled {
  color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.promo__textblock .owl-nav {
  right: 0;
  bottom: -73px;
}
.promo__visual {
  position: relative;
  top: -140px;
}
@media (max-width: 1023px) {
  .promo__visual {
    top: 0;
    position: static;
  }
}
.promo_no-slider .promo__visual, .promo_cut .promo__visual {
  top: -40px;
}
.promo__big-images {
  margin: 0 0 0 25%;
  position: relative;
  width: 75%;
}
@media (max-width: 1023px) {
  .promo__big-images {
    position: absolute;
    top: 0;
    left: -40px;
    width: 100vw;
    margin: 0;
    min-height: 430px;
  }
}
@media (max-width: 767px) {
  .promo__big-images {
    left: -20px;
    min-height: 228px;
  }
}
.promo__big-images .owl-dots {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.promo__big-images .owl-dot {
  font-size: 0 !important;
  margin: 0 14px 0 0;
  outline: none;
}
.promo__big-images .owl-dot span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.promo__big-images .owl-dot.active span {
  background: #fff;
}
.promo__big-images .owl-nav {
  position: absolute;
  width: 120px;
  height: 60px;
  color: #fff;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.promo__big-images .owl-nav .owl-prev, .promo__big-images .owl-nav .owl-next {
  width: 50%;
  height: 100%;
  text-align: center;
  outline: none;
  background: #263975 !important;
}
.promo__big-images .owl-nav .owl-prev:hover:not(.disabled), .promo__big-images .owl-nav .owl-next:hover:not(.disabled) {
  background: rgb(44.2516129032, 66.3774193548, 136.2483870968) !important;
}
.promo__big-images .owl-nav .owl-prev span, .promo__big-images .owl-nav .owl-next span {
  font-weight: 300;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 58px;
}
.promo__big-images .owl-nav .owl-prev.disabled, .promo__big-images .owl-nav .owl-next.disabled {
  color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.promo__big-images .owl-nav {
  right: 65px;
  bottom: -100px;
}
@media (max-width: 1199px) {
  .promo__big-images .owl-nav {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .promo__big-images .owl-nav {
    right: 40px;
    bottom: auto;
    top: 637px;
    display: none;
  }
}
.promo__big-slide {
  height: 560px;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .promo__big-slide {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .promo__big-slide {
    height: 228px;
  }
}
.promo_no-slider .promo__big-slide, .promo_cut .promo__big-slide {
  height: 490px;
}
@media (max-width: 1023px) {
  .promo_no-slider .promo__big-slide, .promo_cut .promo__big-slide {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .promo_no-slider .promo__big-slide, .promo_cut .promo__big-slide {
    height: 228px;
  }
}
.promo__big-image {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
.promo__big-image[data-src-bg-owl] {
  background-size: 64px 64px;
  background-image: url(../img/preloader.gif);
}
.promo__big-image_desktop {
  display: none;
}
.promo__big-image_tablet {
  display: none;
}
.promo__big-image_mobile {
  display: block;
}
@media (min-width: 768px) {
  .promo__big-image_tablet {
    display: block;
  }
  .promo__big-image_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .promo__big-image_desktop {
    display: block;
  }
  .promo__big-image_tablet {
    display: none;
  }
}
.promo__big-image_top {
  background-position: 50% 0%;
}
.promo__big-image_top10 {
  background-position: 50% 10%;
}
.promo__big-image_top10 {
  background-position: 50% 20%;
}
.promo .promo__small-images {
  margin: 40px 0 0 500px;
  position: relative;
  width: calc(100% - 700px);
}
@media (max-width: 1199px) {
  .promo .promo__small-images {
    width: calc(100% - 660px);
  }
}
@media (max-width: 1023px) {
  .promo .promo__small-images {
    width: calc(100% - 132px);
    margin: 13px 0 0 0;
  }
}
@media (max-width: 767px) {
  .promo .promo__small-images {
    width: 120%;
    margin: 16px 0 0 0;
  }
}
.promo__small-image {
  height: 60px;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
}
.promo__breadcrumbs {
  font-size: 12px;
  margin-right: -40px;
  margin: 0 0 50px 0;
}
.promo__breadcrumbs a {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  margin: 0 13px 0 0;
  line-height: 1;
}
.promo__textblock_gray .promo__breadcrumbs a {
  color: #949494;
}
.promo__breadcrumbs a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3px 0 0 0;
  border: 6px solid transparent;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 0;
  border-left-color: rgba(255, 255, 255, 0.3);
}
.promo__textblock_gray .promo__breadcrumbs a:after {
  border-left-color: #949494;
}
.promo__breadcrumbs a:last-child {
  margin: 0;
  padding: 0;
}
.promo__breadcrumbs a:last-child:after {
  display: none;
}
.promo__play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #009FDF;
  display: inline-block;
  cursor: pointer;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}
.promo__play:before {
  content: "";
  position: absolute;
  border-left: 18px solid #009FDF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -5px;
}
.promo__play:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1023px) {
  .promo__play {
    width: 90px;
    height: 90px;
    top: 68px;
    margin: 0 0 0 -45px;
  }
}
@media (max-width: 767px) {
  .promo__play {
    width: 60px;
    height: 60px;
    top: 50px;
    margin: 0 0 0 -30px;
  }
}
.promo__play span {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  margin: 0 0 0 20px;
  font-family: "vtb_cond";
  font-size: 28px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .promo__play span {
    text-align: center;
    left: 50%;
    top: 100%;
    margin: 25px 0 0 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .promo__play span {
    font-size: 24px;
  }
}
/* new props (redesign) */
.purchase-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 850px;
  margin: auto;
  width: 100%;
  padding: 42px 0 0;
}
@media (max-width: 1023px) {
  .purchase-order {
    padding: 42px 100px 0;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .purchase-order {
    padding: 38px 20px 0;
  }
}
.purchase-order__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  font-size: 24px;
  line-height: 27px;
  margin: 60px 0 0;
}
@media (max-width: 1023px) {
  .purchase-order__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .purchase-order__title {
    font-size: 28px;
  }
}
.purchase-order__title small {
  display: block;
  font-size: 0.6em;
}
.purchase-order__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .purchase-order__title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .purchase-order__title {
    margin-top: 30px;
  }
}
.purchase-order__form {
  padding-top: 60px;
  max-width: 80%;
  margin: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .purchase-order__form {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .purchase-order__form {
    padding-top: 30px;
  }
}
/* new props (redesign) */
.radio-button {
  display: block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 3.4;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
.radio-button:last-child {
  padding-right: 0;
}
.radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-button input:checked ~ .radio-button__checkmark:after {
  display: block;
}
.radio-button__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 39px;
  width: 39px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CDD3E4;
}
.radio-button__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #08267f;
}
/* new props (redesign) */
.search-page {
  max-width: 1252px;
  margin: 50px auto 0 auto;
  padding: 0 40px;
}
.search-page .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-page .search_form > .form__textinput {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search-page .search_form > .form__submit {
  margin-left: 30px;
}
.search-page .search-advanced {
  margin-top: 10px;
  margin-bottom: 15px;
}
.search-page .search-item {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #969696;
}
.search-page .search-item h4 {
  font-size: 140%;
  font-weight: normal;
  line-height: 1.2;
  margin: 1.3em 0 0.4em;
}
.search-page .search-item h4 a {
  text-decoration: none;
}
.search-page .search-item h4 span {
  vertical-align: middle;
  text-decoration: underline;
}
.search-page .search-item b {
  font-weight: 400;
  background: yellow;
}
.search-page .search-item .search-preview {
  margin: 0.5em 0;
}
/* new props (redesign) */
.select-color {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.select-color__radio-button {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  height: 26px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select-color__radio-button + .select-color__radio-button {
  margin-left: 4px;
}
.select-color__radio {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.select-color__label {
  cursor: pointer;
  display: block;
}
.select-color__radio + label:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.select-color__radio + label:before {
  opacity: 0;
  border: 2px solid #CDD3E4;
}
.select-color__label {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background: #FFFFFF;
  border: 1px solid rgba(205, 211, 228, 0.4);
}
.select-color__radio:checked + label:before {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  left: -3px;
  top: -3px;
}
.select-color__radio:checked + label {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border: 1px solid transparent;
}
.select-color--filter {
  margin: -3px;
  padding: 3px 0;
  width: calc(100% - 32px);
}
.select-color--filter .select-color__radio-button {
  margin: 3px;
}
/* new props (redesign) */
.show-more__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #CDD3E4;
  cursor: pointer;
  background: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* new props (redesign) */
.spacer {
  width: 100%;
}
.spacer-none {
  display: none;
}
.spacer-blokc {
  display: block;
}
@media (max-width: 1023px) {
  .spacer--t-none {
    display: none;
  }
  .spacer--t-blokc {
    display: block;
  }
}
@media (max-width: 767px) {
  .spacer--m-none {
    display: none;
  }
  .spacer--m-blokc {
    display: block;
  }
}
/* new props (redesign) */
.special-offer-main-slider {
  margin-bottom: 5.625rem;
}
@media (max-width: 1023px) {
  .special-offer-main-slider {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 767px) {
  .special-offer-main-slider {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .special-offer-main-slider .special-offer-card {
    width: 100%;
    margin: 0 auto;
  }
}
.special-offer-main-slider .special-offer-card__content {
  background-color: #E4EDF2 !important;
  color: #000000;
}
@media (min-width: 1024px) {
  .special-offer-main-slider .special-offer-card__content {
    min-height: 13.43rem;
  }
}
.special-offer-main-slider .special-offer-card .bottom__arrow-container-line {
  background-color: #000000 !important;
}
.special-offer-main-slider .owl-carousel.owl-loaded .owl-dots {
  top: calc(100% - 10px) !important;
}
@media screen and (max-width: 1177px) {
  .special-offer-main-slider .special-offer-card__title {
    font-size: 1.5rem;
  }
  .special-offer-main-slider .special-offer-card__subtitle {
    font-size: 1.25rem;
    line-height: 20px;
  }
}

.special-offer-card {
  width: 100%;
}
.special-offer-card__top {
  position: relative;
}
.special-offer-card__img {
  width: 100%;
  padding-top: 80%;
  height: 0;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.special-offer-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.special-offer-card__content {
  position: relative;
  color: #ffffff;
  padding: 21px 46px 79px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: -64px;
  border-radius: 4px;
  z-index: 2;
  background: #007BE6;
}
@media (max-width: 1023px) {
  .special-offer-card__content {
    margin-left: 11px;
    margin-right: 11px;
    padding: 18px 18px 58px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .special-offer-card__content {
    padding-bottom: 53px;
  }
}
.special-offer-card__marker {
  position: absolute;
  z-index: 3;
  top: calc(100% - 50px);
  right: 13px;
  min-width: 70px;
  padding: 0 8px 0 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFAD61;
}
@media (max-width: 1023px) {
  .special-offer-card__marker {
    top: 14px;
    right: -11px;
  }
}
.special-offer-card__marker-arr {
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 12px solid;
  border-right-color: #FFAD61;
}
.special-offer-card__marker-shadow {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7px solid;
  border-right: 11px solid transparent;
  border-top-color: #FFAD61;
}
.special-offer-card__marker-shadow:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.4);
  border-right: 11px solid transparent;
}
.special-offer-card__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .special-offer-card__title {
    font-size: 1.25rem;
    line-height: 1.55rem;
  }
}
.special-offer-card__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .special-offer-card__subtitle {
    font-size: 16px;
    line-height: 16px;
    margin-top: 14px;
  }
}
.special-offer-card__description {
  margin-top: 11px;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .special-offer-card__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
}
.special-offer-card__link {
  position: absolute;
  left: 35px;
  right: 46px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .special-offer-card__link {
    left: 18px;
    right: 18px;
    bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
  }
}
.special-offer-card__link img {
  margin-left: 4px;
}
.special-offer-card--1 .special-offer-card__content {
  background: #0D2A7D;
}
.special-offer-card--2 .special-offer-card__content {
  background: #0D53BB;
}
.special-offer-card--2 .special-offer-card__marker {
  background-color: #84E9B1;
}
.special-offer-card--2 .special-offer-card__marker-arr {
  border-right-color: #84E9B1;
}
.special-offer-card--2 .special-offer-card__marker-shadow {
  border-top-color: #84E9B1;
}
.special-offer-card--3 .special-offer-card__content {
  background: #007BE6;
}
.special-offer-card--3 .special-offer-card__marker {
  background-color: #FE9898;
}
.special-offer-card--3 .special-offer-card__marker-arr {
  border-right-color: #FE9898;
}
.special-offer-card--3 .special-offer-card__marker-shadow {
  border-top-color: #FE9898;
}
/* new props (redesign) */
.special-offer {
  padding-top: 67px;
}
.special-offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 59px;
}
@media (max-width: 1023px) {
  .special-offer__list {
    margin-top: 47px;
  }
}
@media (max-width: 767px) {
  .special-offer__list {
    display: none;
  }
}
@media (max-width: 767px) {
  .special-offer__list.owl-carousel.owl-loaded {
    display: none;
  }
}
.special-offer__list.owl-carousel.owl-loaded .owl-dots {
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.special-offer__list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .special-offer__list .owl-stage {
    margin-bottom: 50px;
  }
}
.special-offer__list .owl-stage .special-offer-card {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.special-offer__list .owl-stage .special-offer-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1023px) {
  .special-offer__list .owl-stage-outer {
    margin-right: -11px;
    padding-right: 11px;
  }
}
@media (max-width: 767px) {
  .special-offer__list .owl-stage-outer {
    margin-right: 0;
    padding-right: 0;
  }
}
.special-offer__list--mobile {
  display: none;
}
@media (max-width: 767px) {
  .special-offer__list--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.special-offer__list--mobile.owl-carousel.owl-loaded {
  display: none;
}
@media (max-width: 767px) {
  .special-offer__list--mobile.owl-carousel.owl-loaded {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.special-offer__more {
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .special-offer__more {
    margin-top: 45px;
  }
}
/* new props (redesign) */
.static-page__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1252px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .static-page__container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 1023px) {
  .static-page__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .static-page__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.static-page__title {
  position: relative;
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  z-index: 2;
}
@media (max-width: 1023px) {
  .static-page__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .static-page__title {
    font-size: 28px;
  }
}
.static-page__title small {
  display: block;
  font-size: 0.6em;
}
.static-page__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .static-page__title {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (max-width: 767px) {
  .static-page__title {
    margin-left: 0;
    margin-right: 0;
  }
}
.static-page__subtitle {
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond", sans-serif;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .static-page__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.static-page .inner-menu {
  margin: 0;
  padding: 0;
  max-width: none;
}
.static-page .inner-menu__menu {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .static-page .inner-menu__menu {
    margin-bottom: 30px;
  }
}
.static-page__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .static-page__content {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (max-width: 767px) {
  .static-page__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.static-page__icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1024px) {
  .static-page__icons-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1400px) {
  .static-page__icons-list {
    margin-left: -60px;
    margin-right: -60px;
    margin-top: 50px;
  }
}
.static-page__icons-list-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
@media (min-width: 540px) {
  .static-page__icons-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .static-page__icons-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
  }
}
.static-page_leasing-minpromtorg .static-page__container {
  max-width: 1366px;
}
.static-page_leasing-minpromtorg .static-page__icons-list .card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  background-color: #F7F7F7;
}
@media (min-width: 540px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon {
    height: 110px;
  }
}
@media (min-width: 1024px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon {
    height: 130px;
  }
}
@media (min-width: 1400px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon {
    height: 150px;
  }
}
.static-page_leasing-minpromtorg .static-page__icons-list .card-icon__icon {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  padding: 10px;
  height: 100%;
}
@media (min-width: 768px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon__icon {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon__icon {
    padding: 10px;
  }
}
.static-page_leasing-minpromtorg .static-page__icons-list .card-icon__icon img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.static-page_leasing-minpromtorg .static-page__icons-list .card-icon__name {
  width: 50%;
  min-width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 540px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon__name {
    width: 120px;
    min-width: 120px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon__name {
    width: 160px;
    min-width: 160px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon__name {
    width: 130px;
    min-width: 130px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon__name {
    width: 180px;
    min-width: 180px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1400px) {
  .static-page_leasing-minpromtorg .static-page__icons-list .card-icon__name {
    width: 206px;
    min-width: 206px;
    font-size: 24px;
    line-height: 28px;
  }
}
.static-page_leasing-minpromtorg .static-table table {
  width: auto;
  margin: 0 auto;
}
.static-page_leasing-minpromtorg .static-table table tr:first-child td {
  border: 0;
}
.static-page_leasing-minpromtorg .static-table table td {
  border: 0;
  padding: 0;
}
@media (max-width: 410px) {
  .static-page_leasing-minpromtorg .static-table table td {
    width: 50%;
  }
}
.static-page_leasing-minpromtorg .static-table table td:first-child {
  width: 50%;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .static-page_leasing-minpromtorg .static-table table td:first-child {
    width: 50%;
    padding-left: 0;
  }
}
.static-page_leasing-minpromtorg .static-table table td:first-child table tr:last-child {
  border: 0;
}
.static-page_leasing-minpromtorg .static-table table table {
  width: auto;
  margin: 0;
}
.static-page_leasing-minpromtorg .static-table table table tr {
  border-bottom: 1px solid #eee;
}
.static-page_leasing-minpromtorg .static-table table table td {
  padding: 14px 30px;
  vertical-align: middle;
}
@media (max-width: 410px) {
  .static-page_leasing-minpromtorg .static-table table table td {
    width: 160px;
    padding: 10px 10px;
  }
}
.static-page_leasing-minpromtorg .static-table table table td:first-child {
  width: 30%;
  padding-left: 30px;
  padding-right: 10px;
}
@media (max-width: 540px) {
  .static-page_leasing-minpromtorg .static-table table table td:first-child {
    width: 60px;
  }
}
@media (max-width: 410px) {
  .static-page_leasing-minpromtorg .static-table table table td:first-child {
    width: 60px;
    padding: 10px 5px 10px 10px;
  }
}
.static-page_leasing-minpromtorg .static-table table table td:last-child {
  padding-left: 10px;
  width: 160px;
}
@media (max-width: 410px) {
  .static-page_leasing-minpromtorg .static-table table table td:last-child {
    padding-left: 5px;
  }
}
@media (max-width: 540px) {
  .static-page_leasing-minpromtorg .static-table table table td img {
    height: 40px;
  }
}
@media (max-width: 410px) {
  .static-page_leasing-minpromtorg .static-table table table td img {
    height: 40px;
  }
}
@media (max-width: 410px) {
  .static-page_leasing-minpromtorg .static-table > table, .static-page_leasing-minpromtorg .static-table > table > tbody, .static-page_leasing-minpromtorg .static-table > table > tbody > tr, .static-page_leasing-minpromtorg .static-table > table > tbody > tr > td {
    /*display: block;
    padding: 0;*/
  }
}
/* new props (redesign) */
.static-table {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1199px) {
  .static-table {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (max-width: 767px) {
  .static-table {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .static-table:not(.static-table_2cols) {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.static-table_decor {
  position: relative;
  z-index: 1;
}
.static-table_decor::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  top: 0;
  right: -100px;
  left: 0;
  pointer-events: none;
  background: url("/local/templates/main/img/decor/logo.svg") no-repeat right center;
  background-size: auto 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .static-table_decor::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .static-table_decor::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .static-table_2cols table,
  .static-table_2cols tr,
  .static-table_2cols tbody,
  .static-table_2cols td {
    display: block;
  }
  .static-table_2cols tr {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .static-table_2cols tr:first-child {
    border-top: 1px solid #eee;
  }
  .static-table_2cols td {
    padding: 0 !important;
    border: 0 !important;
    width: 100% !important;
  }
}
.static-table table {
  width: 100%;
}
.static-table table tr:first-child td {
  border-top: 1px solid #eee;
}
.static-table table th,
.static-table table td {
  border-bottom: 1px solid #eee;
  padding-top: 14px;
  padding-bottom: 14px;
  vertical-align: top;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .static-table table th,
  .static-table table td {
    padding-right: 20px;
  }
}
.static-table table th:first-child,
.static-table table td:first-child {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .static-table table th:first-child,
  .static-table table td:first-child {
    padding-left: 20px;
  }
}
.static-table table th {
  font-size: 16px;
  text-align: left;
  height: 100px;
}
.static-table table td {
  font-size: 14px;
}
.static-table b, .static-table strong {
  font-weight: 500;
}
.static-table ._nowrap {
  white-space: nowrap;
}
.static-table_striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.static-table_striped tbody th, .static-table_striped tbody td {
  border: 0;
}
/* new props (redesign) */
.steps {
  max-width: 1252px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .steps {
    padding: 0 20px;
  }
}
.steps__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .steps__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .steps__title {
    font-size: 28px;
  }
}
.steps__title small {
  display: block;
  font-size: 0.6em;
}
.steps__title h1 {
  margin-bottom: 0;
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 130px 0;
}
.steps__item_alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.steps__item:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .steps__item {
    display: block;
    margin: 0;
  }
}
.steps__text {
  width: 50%;
  min-height: 350px;
  border: solid 1px #eeeeee;
  position: relative;
  padding: 60px 70px;
  font-family: "vtb_cond";
}
@media (max-width: 1023px) {
  .steps__text {
    padding: 50px 55px 50px 40px;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .steps__text {
    width: auto;
    min-height: 0;
    padding: 55px 30px 70px 30px !important;
  }
}
.steps__text-inner {
  margin: 0;
}
.steps__text-inner h3 {
  font-size: 40px;
  font-weight: 300;
  color: #f03b51;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  margin: 0 0 20px 0;
}
.steps__text-inner p {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 25px 0;
}
.steps__text-inner p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1023px) {
  .steps__text-inner p {
    font-size: 20px;
  }
}
.steps__text-inner h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: 1.3;
}
.steps__text-inner h4:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .steps__text-inner h4 {
    font-size: 22px;
  }
}
.steps__text-inner h4 b {
  font-size: 40px;
}
@media (max-width: 767px) {
  .steps__text-inner h4 b {
    font-size: 30px;
  }
}
.steps__item_alt .steps__text-inner {
  margin: 0 70px;
}
@media (max-width: 1199px) {
  .steps__item_alt .steps__text-inner {
    margin: 0 0 0 70px;
  }
}
@media (max-width: 1023px) {
  .steps__item_alt .steps__text-inner {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 1199px) {
  .steps__item_blue .steps__text-inner {
    margin: 0;
  }
}
.steps__item_blue.steps__item_alt .steps__text-inner {
  margin-left: 0;
}
.steps__item_blue .steps__text {
  background: #263975;
  color: #fff;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.steps__item_blue .steps__text * {
  color: #fff !important;
}
@media (max-width: 1023px) {
  .steps__item_blue .steps__text {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .steps__item_blue .steps__text {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1023px) {
  .steps__item_alt .steps__text {
    padding-left: 55px;
  }
}
@media (max-width: 1023px) {
  .steps__item_blue.steps__item_alt .steps__text {
    padding-left: 40px;
  }
}
.steps__text_mod2 .steps__text-inner h3 {
  font-size: 28px;
  font-weight: 600;
}
.steps__text_mod2 .steps__text-inner p {
  font-size: 16px;
}
.steps__image {
  width: 50%;
  position: relative;
}
@media (max-width: 1023px) {
  .steps__image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .steps__image {
    width: auto;
    height: 200px;
  }
}
.steps__image span {
  position: absolute;
  height: 100%;
  width: calc(100% + 70px);
  top: 60px;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .steps__image span {
    width: calc(100% + 55px);
  }
}
@media (max-width: 767px) {
  .steps__image span {
    top: -30px;
    right: -30px;
    width: 100%;
  }
}
.steps__item_alt .steps__image span {
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .steps__item_alt .steps__image span {
    left: -30px;
  }
}
.steps__phone, .steps__email {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  min-height: 60px;
  line-height: 1;
  padding-left: 80px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .steps__phone, .steps__email {
    padding-left: 50px;
    min-height: 42px;
    display: block;
  }
}
.steps__phone:before, .steps__email:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .steps__phone:before, .steps__email:before {
    width: 42px;
    height: 42px;
    background-size: 16px 16px;
  }
}
.steps__phone small, .steps__email small {
  display: block;
  font-size: 12px;
  font-family: "roboto";
  line-height: 1;
  font-weight: normal;
}
.steps__phone {
  font-size: 38px;
  font-weight: 300;
  margin: 0 0 20px 0;
  background-color: inherit;
  padding-top: 5px;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.steps__phone:last-child {
  margin-bottom: 0 !important;
}
.steps__phone, .steps__phone:focus, .steps__phone:active {
  outline: none;
}
@media (max-width: 767px) {
  .steps__phone {
    font-size: 28px;
  }
}
.steps__phone:before {
  background: #fff url(../img/icons/phone.svg) 50% 50% no-repeat;
}
.steps__phone small {
  margin: 5px 0 0 0;
}
.steps__email {
  padding-top: 12px;
  position: relative;
  height: 28px;
  font-family: "roboto";
  font-weight: 500;
}
.steps__email:before {
  background: #fff url(../img/icons/mail.svg) 50% 50% no-repeat;
}
.steps__email small {
  margin: 10px 0 0 0;
}
/* new props (redesign) */
.subscribe-block {
  padding: 5rem 0;
}
@media (max-width: 1023px) {
  .subscribe-block {
    padding: 2.5rem 0;
  }
}
.subscribe-block__wrapper {
  background-color: #EEF8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
  padding: 4.5rem;
}
@media (max-width: 1023px) {
  .subscribe-block__wrapper {
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .subscribe-block__wrapper {
    padding: 1rem;
    gap: 1.5rem;
  }
}
.subscribe-block__title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 1.5rem;
  font-family: Roboto Condensed, sans-serif;
}
@media (max-width: 1023px) {
  .subscribe-block__title {
    font-size: 1.5rem;
  }
}
.subscribe-block__description {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1023px) {
  .subscribe-block__description {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.subscribe-block__description:not(:last-child) {
  margin-bottom: 0.75em;
}
.subscribe-block .t-button.gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgb(13, 83, 187)), to(rgb(0, 170, 255)));
  background: linear-gradient(90deg, rgb(13, 83, 187), rgb(0, 170, 255) 100%);
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.subscribe-block .t-button.gradient:hover {
  background: linear-gradient(269.64deg, #0055A0 0.23%, #049CFF 99.6%);
}
@media (max-width: 767px) {
  .subscribe-block .t-button.gradient {
    width: 100%;
  }
}
.t-bc {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
/* new props (redesign) */
.tariffs__title {
  text-align: left;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .tariffs__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .tariffs__title {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .tariffs__title {
    margin-left: 0;
  }
}
.tariffs__head.tariffs__head_mobile {
  display: none;
}
@media (max-width: 767px) {
  .tariffs__head.tariffs__head_mobile {
    display: block;
  }
}
.tariffs__table {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .tariffs__table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .tariffs__table {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .tariffs__table {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .tariffs__table table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tariffs__table table thead {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .tariffs__table table thead {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .tariffs__table table thead tr {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #263975;
  }
}
.tariffs__table table thead th:not(:first-child) {
  background: #263975;
  color: #FFFFFF;
  padding: 20px 19px 20px 40px;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .tariffs__table table thead th:not(:first-child) {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tariffs__table table thead th:not(:first-child) {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .tariffs__table table thead th:not(:first-child) {
    display: block;
    padding: 0 22px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .tariffs__table table thead .tariffs__name {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 4px -2px 0;
  }
}
@media screen and (max-width: 480px) {
  .tariffs__table table thead .tariffs__price {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px;
  }
}
.tariffs__table table thead th:first-child {
  background: #FFFFFF;
  color: #000000;
  padding: 0 40px 0 0;
}
@media (max-width: 1199px) {
  .tariffs__table table thead th:first-child {
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .tariffs__table table thead th:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tariffs__table table thead th:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .tariffs__table table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tariffs__table table tbody tr {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .tariffs__table table tbody tr {
    padding: 20px 0 5px;
  }
}
@media (max-width: 767px) {
  .tariffs__table table tbody td {
    display: block;
    width: 100%;
  }
}
.tariffs__table table tbody td:not(:first-child) {
  padding: 20px 40px;
  font-size: 20px;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
  .tariffs__table table tbody td:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .tariffs__table table tbody td:not(:first-child) {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin: 0 -2px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .tariffs__table table tbody td:not(:first-child) {
    width: 50%;
    margin-bottom: 15px;
  }
}
.tariffs__table table tbody td:first-child {
  padding: 20px 20px;
  font-size: 16px;
  color: #263975;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .tariffs__table table tbody td:first-child {
    padding: 10px 20px;
  }
}
.tariffs__table table tr:first-child td {
  border: 0;
}
.tariffs__check {
  display: inline-block;
  vertical-align: baseline;
  width: 23px;
  height: 18px;
}
.tariffs__check:after {
  content: "";
  display: block;
  background-image: url("../img/icon_checked.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 23px;
  height: 18px;
}
.tariffs__label {
  font-size: 20px;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1023px) {
  .tariffs__label {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .tariffs__label br {
    display: none;
  }
}
.tariffs__label.tariffs__label_mobile {
  display: none;
}
@media (max-width: 767px) {
  .tariffs__label.tariffs__label_mobile {
    display: block;
    padding: 0 20px 30px;
  }
}
.tariffs__name {
  white-space: nowrap;
  margin-bottom: 26px;
  font-size: 24px;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
  .tariffs__name {
    margin-bottom: 26px;
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .tariffs__name {
    margin-bottom: 26px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tariffs__name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.tariffs__price {
  white-space: nowrap;
  font-size: 24px;
  font-family: "vtb_cond";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
  .tariffs__price {
    font-size: 20px;
  }
}
/* new props (redesign) */
.text-block {
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.text-block:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .text-block {
    padding: 40px 20px;
  }
}
.text-block_no-bg {
  padding-top: 0;
  padding-bottom: 0;
}
.text-block_no-bg:before {
  display: none;
}
.text-block_decor:before {
  background-image: url(../img/bg/2.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1199px) {
  .text-block_decor:before {
    background-position: right -230px 0;
  }
}
@media (max-width: 1023px) {
  .text-block_decor:before {
    background-position: right -500px 0;
  }
}
@media (max-width: 767px) {
  .text-block_decor:before {
    background-image: none;
  }
}
.text-block__title {
  font-size: 28px;
  font-weight: 600;
  font-family: "vtb_cond";
  margin: 0 0 40px 0;
  line-height: 1.2;
}
.text-block__title_big {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .text-block__title_big {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .text-block__title_big {
    font-size: 28px;
  }
}
.text-block__title_big small {
  display: block;
  font-size: 0.6em;
}
.text-block__title_big h1 {
  margin-bottom: 0;
}
.text-block__title_small-margin {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .text-block__title {
    margin: 0 0 20px 0;
  }
}
.text-block p {
  margin-bottom: 20px;
}
.text-block__subtitle {
  margin-bottom: 20px;
}
.text-block__bullet-list li {
  position: relative;
  padding: 0 20px 0 40px;
  margin: 0 0 40px 0;
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .text-block__bullet-list li {
    padding: 0 20px 0 25px;
  }
}
@media (max-width: 1023px) {
  .text-block__bullet-list li {
    width: 48%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .text-block__bullet-list li {
    padding: 0 0 0 20px;
    width: auto;
    display: block;
    margin: 0 0 20px 0;
  }
  .text-block__bullet-list li:last-child {
    margin-bottom: 0 !important;
  }
}
.text-block__bullet-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #f03b51;
  position: absolute;
  left: 0;
  top: 10px;
}
.text-block__bullet-list li h3, .text-block__bullet-list li h4 {
  font-family: "vtb_cond";
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 20px 0;
}
.text-block__bullet-list li h3:last-child, .text-block__bullet-list li h4:last-child {
  margin-bottom: 0 !important;
}
.text-block__bullet-list li h3 {
  font-size: 22px;
}
@media (max-width: 1023px) {
  .text-block__bullet-list li h3 {
    font-size: 20px;
  }
}
.text-block__bullet-list li h4 {
  font-size: 20px;
}
.text-block__bullet-list li small {
  color: #949494;
  font-size: 15px;
}
.text-block__bullet-list_3-col li {
  width: 32%;
}
@media (max-width: 767px) {
  .text-block__bullet-list_3-col li {
    width: auto;
  }
}
.text-block__bullet-list_plain {
  margin: 0 0 40px 0;
}
.text-block__bullet-list_plain li {
  width: auto;
  display: block;
  margin: 0 0 10px 0;
}
.text-block__bullet-list_auto {
  margin: 0;
}
.text-block__bullet-list_auto li {
  width: auto;
  display: block;
  margin: 0 0 10px 0;
}
.text-block__note {
  color: #949494;
  line-height: 1.7;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-block__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width: 370px;
  display: block;
  margin: 30px auto 0 auto;
}
.text-block__button:hover {
  background: #D83A36;
}
@media (max-width: 767px) {
  .text-block__button {
    width: 100%;
  }
}
.text-block__phone {
  padding: 0 0 0 80px;
  margin: -5px 0 60px 0;
  position: relative;
}
.text-block__phone:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .text-block__phone {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
  }
}
.text-block__phone-number {
  font-size: 38px;
  font-family: "vtb_cond";
  font-weight: 600;
  display: block;
  line-height: 1;
  min-height: 50px;
  white-space: nowrap;
  background-color: inherit;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.text-block__phone-number, .text-block__phone-number:focus, .text-block__phone-number:active {
  outline: none;
}
@media (max-width: 1199px) {
  .text-block__phone-number {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .text-block__phone-number {
    font-size: 26px;
    margin: 0 0 2px 0;
  }
}
.text-block__phone-icon {
  position: absolute;
  left: 0;
  top: -4px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 1.4;
  background: #fff;
}
@media (max-width: 767px) {
  .text-block__phone-icon {
    width: 42px;
    height: 42px;
    top: 0;
  }
}
.text-block__phone-icon img {
  margin: 17px 0 0 0;
}
@media (max-width: 767px) {
  .text-block__phone-icon img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin: 9px 0 0 0;
  }
}
.text-block__phone small {
  font-size: 12px;
  color: #949494;
  display: block;
}
@charset "UTF-8";
/* new props (redesign) */
.tile-list {
  position: relative;
}
@media (max-width: 767px) {
  .tile-list {
    margin: 0 20px;
  }
}
.tile-list__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .tile-list__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tile-list__title {
    font-size: 28px;
  }
}
.tile-list__title small {
  display: block;
  font-size: 0.6em;
}
.tile-list__title h1 {
  margin-bottom: 0;
}
.tile-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tile-list__inner {
    padding: 0;
    display: block;
  }
}
.tile-list__item {
  width: calc(50% - 45px);
  margin: 0 0 50px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .tile-list__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1023px) {
  .tile-list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .tile-list__item {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.tile-list_3col .tile-list__item {
  width: calc(33.3% - 33.3px);
}
@media (max-width: 1199px) {
  .tile-list_3col .tile-list__item {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 1023px) {
  .tile-list_3col .tile-list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .tile-list_3col .tile-list__item {
    width: auto;
  }
}
.tile-list__item_blue {
  background: #263975 url(../img/bg/1.png) 0 230px no-repeat;
  padding: 62px 40px;
  min-height: 450px;
}
.tile-list__item_blue p,
.tile-list__item_blue h3 {
  color: #fff !important;
}
@media (max-width: 767px) {
  .tile-list__item_blue {
    height: 450px;
    padding-top: 30px;
  }
}
.tile-list__item-button {
  color: #fff;
  background: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: #fff;
  color: #263975;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
}
.tile-list__item-button:hover {
  background: #D83A36;
}
.tile-list__item-button:hover {
  background: rgb(242.25, 242.25, 242.25);
}
@media (max-width: 1199px) {
  .tile-list__item-button {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.tile-list__item_no-image {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
}
.tile-list__item:hover .tile-list__image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.tile-list__image {
  display: block;
  width: 100%;
  height: 315px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .tile-list__image {
    height: 278px;
    margin-bottom: 20px;
  }
}
.tile-list_3col .tile-list__image {
  height: 255px;
}
.tile-list__image-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.tile-list__image-bg[data-src-bg] {
  /* -webkit-background-size: 64px 64px;
  background-size: 64px 64px;
  background-image: url(../img/preloader.gif); */
}
.tile-list__image-bg_desktop {
  display: none;
}
.tile-list__image-bg_desktop:before {
  content: "";
  display: block;
  padding-top: 64%;
}
.tile-list__image-bg_tablet {
  display: none;
}
.tile-list__image-bg_tablet:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.tile-list__image-bg_mobile {
  display: block;
}
.tile-list__image-bg_mobile:before {
  content: "";
  display: block;
  padding-top: 60%;
}
@media (min-width: 576px) {
  .tile-list__image-bg_tablet {
    display: block;
  }
  .tile-list__image-bg_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tile-list__image-bg_desktop {
    display: block;
  }
  .tile-list__image-bg_tablet {
    display: none;
  }
}
.tile-list__text {
  padding: 0;
}
.tile-list__text div {
  padding: 0 0 22px 0;
  border-bottom: 1px solid #efefef;
  margin: 0 0 20px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .tile-list__text div {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
  }
}
.tile-list__text h3 {
  font-family: vtb_cond;
  color: #263975;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.tile-list__text h3 a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .tile-list__text h3 {
    font-size: 22px;
  }
}
.tile-list__text h4 {
  font-weight: 500;
  color: #25292f;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.tile-list__text p {
  color: #949494;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.tile-list__text p:last-child {
  margin: 0;
}
.tile-list__text p span {
  margin: 0 15px 0 0;
}
.tile-list__item_blue .tile-list__text {
  background: none;
  margin: 0;
  padding: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
.tile-list__item_blue .tile-list__text h3 {
  font-family: "vtb_cond";
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.tile-list__item_no-image .tile-list__text {
  margin: 0;
  padding: 80px 40px 50px 40px;
}
@media (max-width: 767px) {
  .tile-list__item_no-image .tile-list__text {
    padding: 50px 30px;
  }
}
.tile-list__text_2row {
  min-height: 124px;
  padding-top: 30px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .tile-list__text_2row {
    min-height: auto;
  }
}
.tile-list__flex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tile-list__link {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 11px;
}
.tile-list__button {
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  width: 217px;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-weight: 500;
  background-color: #00AAFF;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .tile-list__button {
    width: auto;
  }
}
.tile-list__button:hover {
  background-color: #08267F;
}
.tile-list--news-page {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .tile-list--news-page {
    margin: 0;
  }
}
.tile-list--news-page .tile-list__item_no-image {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tile-list--news-page .tile-list__item_no-image .tile-list__text {
  margin: 0;
  padding: 0;
}
.tile-list--news-page.tile-list_3col .tile-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33% - 40px);
  margin-right: 40px;
}
.tile-list--news-page.tile-list_3col .tile-list__item .tile-list__content-link {
  display: none;
}
.tile-list--news-page.tile-list_3col .tile-list__item .tile-list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tile-list--news-page.tile-list_3col .tile-list__item .tile-list__text p {
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .tile-list--news-page.tile-list_3col .tile-list__item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .tile-list--news-page.tile-list_3col .tile-list__item {
    width: 100%;
    margin-right: 0;
  }
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .tile-list--news-page.tile-list_3col .tile-list__item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__link {
  font-size: 40px;
  line-height: 1;
  color: #000000;
  font-family: "vtb_cond";
  margin: 0;
  margin-bottom: 29px;
  font-family: "vtb_cond";
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 1023px) {
  .tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__link {
    margin-top: 22px;
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__link {
    font-size: 28px;
    padding-left: 0;
  }
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__text {
  width: 49.5%;
  padding-left: 87px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__text {
    width: 100%;
    padding-left: 0;
  }
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__image {
  width: 50.5%;
  border-radius: 4px;
  position: relative;
  margin-bottom: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8e8e8;
}
@media (max-width: 1023px) {
  .tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__image {
    width: 100%;
  }
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__content-link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  color: #08267F;
  display: inline-block;
  cursor: pointer;
  margin-top: 64px;
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__content-link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__content-link:hover {
  color: #009FDF;
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__content-link:hover:after {
  left: 10px;
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__content-link::after {
  content: "›";
  font-size: 25px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 4px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
  color: #08267F;
}
.tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__content-link:hover:after {
  left: 10px;
}
@media (max-width: 1023px) {
  .tile-list--news-page.tile-list_3col .tile-list__item:first-child .tile-list__content-link {
    display: none;
  }
}
.tile-list--news-page.tile-list_3col .tile-list__image {
  height: unset;
}
.tile-list--news-page.tile-list_3col .tile-list__link {
  font-weight: 500;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .tile-list--news-page .tile-list__text {
    margin: 0;
    padding: 13px 0 0 0;
  }
}
.tile-list--news-page .tile-list__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: #e8e8e8;
  border-radius: 4px;
}
.tile-list--news-page .tile-list__item {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .tile-list--news-page .tile-list__item {
    margin-bottom: 32px;
  }
}
.tile-list--news-page .tile-list__button {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .tile-list--news-page .tile-list__button {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .tile-list--news-page .tile-list__button {
    width: 65%;
  }
}
.tile-list--news-page .tile-list__inner {
  -webkit-transition: 200ms;
  transition: 200ms;
  position: relative;
  margin-right: -40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tile-list--news-page .tile-list__inner.loader-added {
  min-height: 200px;
}
.tile-list--news-page .tile-list__inner.loader-added:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-image: url("/local/templates/main/img/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1023px) {
  .tile-list--news-page .tile-list__inner {
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .tile-list--news-page .tile-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
}
/* new props (redesign) */
.tile-list2 {
  max-width: 1250px;
  margin: 0 auto;
  padding: 60px 40px 40px 40px;
  position: relative;
}
.tile-list2:before {
  content: "";
  background: #f7f7f7;
  width: 100vw;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .tile-list2 {
    padding: 40px 20px;
  }
}
.tile-list2_simple {
  padding-top: 0;
}
.tile-list2 .inner-menu {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .tile-list2 .inner-menu__menu {
    margin: 0;
  }
}
.tile-list2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .tile-list2__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tile-list2__item {
  width: calc(25% - 22.5px);
  margin: 0 30px 30px 0;
  background: #fff;
  padding: 10px 0 0 10px;
  position: relative;
}
.tile-list2__item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .tile-list2__item:nth-child(4n) {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .tile-list2__item {
    width: calc(33.3% - 20px);
  }
  .tile-list2__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .tile-list2__item {
    margin: 0 0 20px 0 !important;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .tile-list2__item {
    width: 100%;
  }
  .tile-list2_simple .tile-list2__item {
    padding: 0;
  }
}
.tile-list2__item:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #f7f7f7;
  top: 10px;
  left: 10px;
  position: absolute;
}
.tile-list2_simple .tile-list2__item::before {
  display: none;
}
.tile-list2__item-inner {
  border-top: 2px solid #f7f7f7;
  border-left: 2px solid #f7f7f7;
  padding: 20px 30px 60px 30px;
  position: relative;
}
.tile-list2_simple .tile-list2__item-inner {
  border: 0;
}
.tile-list2__item-inner h2 {
  font-size: 32px;
  color: #263975;
  font-family: "vtb_cond";
  line-height: 1;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.tile-list2__item-inner h2 span {
  font-size: 72px;
  display: inline-block;
  line-height: 1;
}
.tile-list2__item-inner h3 {
  font-family: "vtb_cond";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}
.tile-list2__item-inner h3 b {
  color: #f03b51;
}
.tile-list2__item-image {
  height: 60px;
  margin: 0 0 20px 0;
}
.tile-list2__item-image img, .owl-carousel .owl-item .tile-list2__item-image img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.tile-list2__item-image:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: bottom;
}
.tile-list2__date {
  position: absolute;
  left: 30px;
  bottom: 25px;
  color: #949494;
  font-size: 14px;
}
.tile-list2__notes {
  font-size: 14px;
  line-height: 1.86;
  color: #949494;
}
.tile-list2 .owl-dots {
  text-align: center;
}
.tile-list2 .owl-dot {
  font-size: 0 !important;
  margin: 0 5px 0 0;
}
.tile-list2 .owl-dot span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #263975;
}
.tile-list2 .owl-dot.active span {
  background: #f03b51;
}
/* new props (redesign) */
.tip {
  display: inline-block;
}
.tip__icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  color: #263975;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  font-family: "vtb_cond";
  font-weight: 600;
  vertical-align: middle;
}
:root {
  --modile-width: 375px;
  --tablet-width: 768px;
  --desktop-width: 1024px;
  --desktop-xl-width: 1440px;
  --desktop-horizen-padding: 1.25rem;
  --tablet-horizen-padding: 2rem;
  --mobile-horizen-padding: 0.9375rem;
  --desktop-vertical-padding: 5rem;
  --tablet-vertical-padding: 2.5rem;
  --vertical-padding: 1.5rem;
}

:root {
  --based-white: #ffffff;
  --based-black: #000000;
  --blue-process-cyan:#00AAFF;
  --gradients-gradient-2: linear-gradient(90deg, #0D53BB 0%, #0AF 100%);
}

.t-container {
  width: 100%;
  max-width: var(--desktop-xl-width);
  padding-left: var(--desktop-horizen-padding);
  padding-right: var(--desktop-horizen-padding);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .t-container {
    padding-left: var(--tablet-horizen-padding);
    padding-right: var(--tablet-horizen-padding);
  }
}
@media (max-width: 767px) {
  .t-container {
    padding-left: var(--mobile-horizen-padding);
    padding-right: var(--mobile-horizen-padding);
  }
}

.t-h1 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--based-black);
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (min-width: 768px) {
  .t-h1 {
    font-size: 2.375rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .t-h1 {
    font-size: 2.75rem;
    line-height: 3.125rem;
    letter-spacing: 0.055rem;
  }
}

.t-h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--based-black);
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {
  .t-h2 {
    font-size: 2.375rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .t-h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.t-subtitle-1 {
  color: var(--based-black, #000);
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .t-subtitle-1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.t-subtitle-2 {
  color: var(--based-black, #000);
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.t-subtitle-3 {
  color: var(--based-black, #000);
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.t-subtitle-4 {
  color: var(--based-black, #000);
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
}

.t-subtitle-5 {
  color: var(--based-black, #000);
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.t-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1.25rem 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.25rem;
  border-width: 0;
  color: var(--based-white);
  text-align: center;
  text-decoration: none;
  /* Subtitles/Subtitle 2 */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 120% */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.t-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.t-button_primary {
  background: var(--gradients-gradient-2);
}
@media (max-width: 767px) {
  .t-button_primary {
    width: 100%;
  }
}
.t-button_ghost {
  background-color: transparent;
  color: var(--Blue-ProcessCyan, #0AF);
}

.t-p1 {
  font-style: normal;
  font-weight: 400;
  color: var(--based-black);
  font-size: 1.0625rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .t-p1 {
    font-size: 2.75rem;
    line-height: 3.125rem;
    letter-spacing: 0.055rem;
  }
}

.t-p2 {
  font-style: normal;
  font-weight: 400;
  color: var(--based-black);
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.t-p3 {
  font-style: normal;
  font-weight: 400;
  color: var(--based-black);
  font-size: 1.0625rem;
  line-height: 1.375rem;
}

.t-p4 {
  font-style: normal;
  font-weight: 400;
  color: var(--based-black);
  font-size: 1rem;
  line-height: 1.25rem;
}

.t-p5 {
  font-style: normal;
  font-weight: 400;
  color: var(--based-black);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.t-block {
  padding-block: var(--desktop-vertical-padding);
}
@media (max-width: 1023px) {
  .t-block {
    padding-block: var(--tablet-vertical-padding);
  }
}
.t-block_small {
  padding-block: var(--vertical-padding);
}
.t-block__title {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--based-black);
  font-size: 2.375rem;
  line-height: 2.5rem;
}
.t-block__title-container {
  padding-top: var(--desktop-vertical-padding);
}
@media (max-width: 1023px) {
  .t-block__title-container {
    padding-top: var(--tablet-vertical-padding);
  }
}
@media (max-width: 1023px) {
  .t-block__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.t-block__title_mid {
  text-align: center;
}
.t-block__title_position_center {
  text-align: center;
}
.t-block__title_theme_line {
  position: relative;
  padding-bottom: 2.25rem;
}
@media (max-width: 1023px) {
  .t-block__title_theme_line {
    padding-bottom: 1.75rem;
  }
}
.t-block__title_theme_line::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: var(--blue-process-cyan);
  width: 7.75rem;
  height: 0.75rem;
}
.t-block__title_color_white {
  color: var(--based-white);
}
.t-block__subtitle {
  color: var(--based-black, #000);
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (max-width: 1023px) {
  .t-block__subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.t-block__subtitle_color_white {
  color: var(--based-white);
}
.t-block__title + .t-block__subtitle {
  margin-top: 2.5rem;
}
@media (max-width: 1023px) {
  .t-block__title + .t-block__subtitle {
    margin-top: 1.5rem;
  }
}
.t-block__title + .t-block__content, .t-block__subtitle + .t-block__content {
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  .t-block__title + .t-block__content, .t-block__subtitle + .t-block__content {
    margin-top: 2.5rem;
  }
}

.footer__inner {
  overflow: hidden;
}

.t-banner-advantages {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.t-text-footnotes {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1440px) {
  .t-banner {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media (min-width: 1024px) {
  .t-h1 {
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .t-banner__slide {
    padding: 32px;
  }
}
@media (max-width: 576px) {
  .t-banner__slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  .t-banner-vertical-list {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .t-banner-vertical-list {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .t-banner-vertical-list {
    font-size: 1.125rem;
  }
}
/* new props (redesign) */
.v-popover {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.v-popover .trigger {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin: -8px 0 0 -8px;
  border: 0;
  outline: none;
}
.v-popover_right {
  margin-left: 4px;
}
.v-popover_left {
  margin-right: 4px;
}
.v-popover__icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: none;
  width: 32px;
  height: 32px;
  outline: none;
  border: 0;
  pointer-events: none;
}
.v-popover__icon_guestion:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -9px 0 0 -9px;
  background: #08267F;
  border-radius: 50%;
  pointer-events: none;
}
.v-popover__icon_guestion:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -3px;
  width: 6px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 6px 8px;
  pointer-events: none;
}
.v-popover_blue .v-popover__icon_guestion:before {
  background: #08267F;
  border: 1px solid #08267F;
}
.v-popover_blue .v-popover__icon_guestion:after {
  background-image: url("/local/templates/main/img/popover_question_white.svg");
}
.v-popover_light-blue .v-popover__icon_guestion:before {
  background: #00AAFF;
  border: 1px solid #00AAFF;
}
.v-popover_light-blue .v-popover__icon_guestion:after {
  background-image: url("/local/templates/main/img/popover_question_white.svg");
}
.v-popover_inverse_white .v-popover__icon_guestion:before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.v-popover_inverse_white .v-popover__icon_guestion:after {
  background-image: url("/local/templates/main/img/popover_question_white.svg");
  opacity: 0.5;
}
.v-popover_inverse_gray .v-popover__icon_guestion:before {
  border: 1px solid #949494;
  background-color: transparent;
}
.v-popover_inverse_gray .v-popover__icon_guestion:after {
  background-image: url("/local/templates/main/img/popover_question_gray.svg");
}

.tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}
.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}
.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=right] {
  margin-left: 5px;
}
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^=left] {
  margin-right: 5px;
}
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover {
  max-width: 359px;
}
.tooltip.popover, .tooltip.popover:focus, .tooltip.popover:active {
  outline: none;
}
.tooltip.popover .popover-inner {
  background: #F4F7F9;
  color: rgba(0, 0, 0, 0.6);
  padding: 17px 13px 11px 31px;
  border: 1px solid #00AAFF;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}
.b-landing_dark .tooltip.popover .popover-inner {
  background: #000000;
  border-color: rgba(213, 209, 208, 0.4);
}
.tooltip.popover .popover-inner h3 {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #08267F;
}
.b-landing .tooltip.popover .popover-inner h3 {
  color: #C41230;
}
.b-landing_dark .tooltip.popover .popover-inner h3 {
  color: #00AAFF;
}
.tooltip.popover .popover-inner, .tooltip.popover .popover-inner p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
.b-landing_dark .tooltip.popover .popover-inner, .b-landing_dark .tooltip.popover .popover-inner p {
  color: rgba(255, 255, 255, 0.8);
}
.tooltip.popover .popover-inner__close {
  display: block;
  position: absolute;
  top: 6px;
  right: 7px;
  width: 34px;
  height: 34px;
  border: 0;
  padding: 0;
  outline: none;
  background: none;
  cursor: pointer;
}
.bx-no-touch .tooltip.popover .popover-inner__close.is-touch {
  display: none;
}
.tooltip.popover .popover-inner__close:before, .tooltip.popover .popover-inner__close:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #868686;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -2px;
  border-radius: 2px;
  pointer-events: none;
}
.b-landing_dark .tooltip.popover .popover-inner__close:before, .b-landing_dark .tooltip.popover .popover-inner__close:after {
  background-color: #ffffff;
}
.tooltip.popover .popover-inner__close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tooltip.popover .popover-inner__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tooltip.popover .popover-arrow {
  border: none;
  width: 6px;
  height: 14px;
  overflow: hidden;
}
.tooltip.popover .popover-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid #00AAFF;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}
.b-landing_dark .tooltip.popover .popover-arrow:after {
  background-color: rgba(213, 209, 208, 0.4);
}
.tooltip.popover .popover__content_white {
  margin: -17px -13px -11px -31px;
  padding: 17px 13px 11px 31px;
  border-radius: 4px;
  background: #ffffff;
}
.tooltip.popover[x-placement=right-start] .popover-arrow:after {
  right: auto;
  left: 6px;
}
.tooltip.popover[x-placement^=right], .tooltip.popover[x-placement^=right-start], .tooltip.popover[x-placement^=left], .tooltip.popover[x-placement^=left-start] {
  margin-top: -10px;
}
@media (max-width: 540px) {
  .tooltip.popover[x-placement^=right], .tooltip.popover[x-placement^=right-start], .tooltip.popover[x-placement^=left], .tooltip.popover[x-placement^=left-start] {
    margin-top: 0;
  }
}
.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/* new props (redesign) */
.universal-company {
  position: relative;
}
.universal-company__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.universal-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .universal-company__img img {
    -o-object-position: 65% 50%;
    object-position: 65% 50%;
  }
}
@media (max-width: 1399px) {
  .universal-company__img img {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }
}
@media (max-width: 1199px) {
  .universal-company__img img {
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }
}
@media (max-width: 1023px) {
  .universal-company__img img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
@media (max-width: 767px) {
  .universal-company__img img {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }
}
@media (max-width: 1023px) {
  .universal-company__img {
    position: relative;
    height: 463px;
  }
}
@media (max-width: 767px) {
  .universal-company__img {
    position: relative;
    height: 280px;
  }
}
.universal-company__title {
  max-width: 685px;
}
.universal-company__content {
  padding-top: 91px;
  padding-bottom: 48px;
  position: relative;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .universal-company__content {
    background-color: #0D205C;
    padding-top: 49px;
    padding-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .universal-company__content {
    padding-top: 30px;
  }
}
.universal-company__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(113.3deg, rgba(0, 24, 111, 0.8) 696px, transparent 697px, transparent);
  z-index: -1;
}
@media (max-width: 1023px) {
  .universal-company__content::before {
    content: none;
  }
}
.universal-company__content::after {
  content: "";
  position: absolute;
  background: rgba(0, 24, 111, 0.8);
  width: 50vw;
  right: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 1023px) {
  .universal-company__content::after {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background-color: #0D205C;
  }
}
.universal-company__list {
  margin-top: 54px;
}
@media (max-width: 1023px) {
  .universal-company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .universal-company__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 28px;
  }
}
/* new props (redesign) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
@charset "UTF-8";
/* new props (redesign) */
.autoshowcase-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  padding: 16px 16px 23px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .autoshowcase-card {
    padding: 0 62px 0 0;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .autoshowcase-card {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .autoshowcase-card {
    padding-left: 28px;
  }
}
.autoshowcase-card:hover .autoshowcase-card__title {
  color: #00AAFF;
}
.autoshowcase-card__title {
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 40px);
  margin-right: auto;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-family: "vtb_cond", Arial, sans-serif;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.autoshowcase-card__title--mobile {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .autoshowcase-card__title {
    width: 100%;
    font-size: 24px;
    line-height: 27px;
  }
  .autoshowcase-card__title--mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .autoshowcase-card__title {
    margin-bottom: 20px;
  }
}
.autoshowcase-card__title:hover {
  color: #00AAFF;
}
.autoshowcase-card__table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 18px;
}
.autoshowcase-card__table tr td {
  padding-bottom: 11px;
}
.autoshowcase-card__table tr td:first-child {
  width: 48%;
  color: #8A8A8E;
}
.autoshowcase-card__table tr td:last-child {
  width: 52%;
}
.autoshowcase-card__table tr:last-child td {
  padding-bottom: 0;
}
.autoshowcase-card__colors {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.autoshowcase-card__colors li {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #08267f;
}
.autoshowcase-card__colors li:last-child {
  margin-right: 0;
}
.autoshowcase-card__colors li.is-color-white {
  border: 1px solid #CDD3E4;
}
.autoshowcase-card__price {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: calc(100% - 40px);
  margin-right: auto;
  font-family: "vtb_cond", Arial, sans-serif;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.autoshowcase-card__price--mobile {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .autoshowcase-card__price {
    width: 100%;
    font-size: 20px;
    line-height: 110.9%;
    margin-bottom: 18px;
  }
  .autoshowcase-card__price--mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .autoshowcase-card__price {
    font-size: 24px;
    line-height: 27px;
    padding-right: 75px;
    margin-bottom: 19px;
  }
}
.autoshowcase-card__payment {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: calc(100% - 40px);
  margin-right: auto;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #8A8A8E;
}
.autoshowcase-card__payment--mobile {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .autoshowcase-card__payment {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: inherit;
  }
  .autoshowcase-card__payment--mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .autoshowcase-card__payment {
    padding-right: 24px;
  }
}
.autoshowcase-card__prepaid-expense-and-term {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #8A8A8E;
}
@media (min-width: 1024px) {
  .autoshowcase-card__prepaid-expense-and-term {
    margin-bottom: 25px;
    padding-right: 24px;
  }
}
.autoshowcase-card__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  width: 233px;
  margin-bottom: 20px;
  padding: 16px 10px;
}
.autoshowcase-card__button:hover {
  background: #D83A36;
}
.autoshowcase-card__quantity {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-right: auto;
  width: calc(100% - 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 111%;
  color: #8A8A8E;
}
@media (min-width: 768px) {
  .autoshowcase-card__quantity {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
  }
  .autoshowcase-card__quantity--mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .autoshowcase-card__quantity {
    padding-right: 24px;
  }
}
.autoshowcase-card__photo {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 16px;
  margin-bottom: 16px;
  height: 160px;
}
@media (min-width: 768px) {
  .autoshowcase-card__photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 0;
    width: 49.6805111821%;
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .autoshowcase-card__photo {
    width: 32.9449152542%;
    height: 283px;
  }
}
.autoshowcase-card__round-button {
  position: absolute;
  right: 16px;
  top: 16px;
  border: 0;
  border-radius: 50%;
  background-color: #00AAFF;
  background-image: url("../img/small-arrow.svg");
  background-repeat: no-repeat;
  background-position: 56% 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.autoshowcase-card__round-button span {
  display: none;
  сolor: #ffffff;
}
@media (min-width: 768px) {
  .autoshowcase-card__round-button {
    display: none;
  }
}
.autoshowcase-card__add-tocatalog-button {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  right: 16px;
  bottom: 23px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url("../img/add-to-catalog.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 42px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media (min-width: 768px) {
  .autoshowcase-card__add-tocatalog-button {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.autoshowcase-card__add-tocatalog-button:hover {
  border-color: #000000;
}
.autoshowcase-card__tablet-content {
  display: none;
  position: relative;
}
.autoshowcase-card__tablet-content:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  bottom: 0;
  left: 16px;
  background-color: #CDD3E4;
  width: 1px;
}
@media (min-width: 768px) {
  .autoshowcase-card__tablet-content {
    display: block;
    width: 50.1597444089%;
    margin: 30px 0 31px 0;
    padding-right: 16px;
    padding-left: 33px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .autoshowcase-card__tablet-content {
    display: none;
  }
}
.autoshowcase-card__desktop-content {
  display: none;
}
.autoshowcase-card__desktop-content-inner-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.autoshowcase-card__desktop-content-inner-block:first-child {
  width: 51.5%;
  border-right: 1px solid #CDD3E4;
  padding-right: 12px;
}
.autoshowcase-card__desktop-content-inner-block:last-child {
  width: 48.5%;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .autoshowcase-card__desktop-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 36px 0 36px 19px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .autoshowcase-card__desktop-content:first-child {
    width: 49%;
  }
  .autoshowcase-card__desktop-content:last-child {
    width: 51%;
    padding-left: 24px;
  }
}
/* new props (redesign) */
.autoshowcase {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .autoshowcase {
    padding: 0 40px;
  }
}
@media (min-width: 1400px) {
  .autoshowcase {
    padding: 0 80px;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.autoshowcase__header-filter {
  max-width: 1206px;
  margin: 0 auto;
  padding: 3px 20px 0;
  border-bottom: 1px solid rgba(205, 211, 228, 0.4);
}
.autoshowcase__header-section {
  max-width: 1206px;
  margin: 0 auto;
  padding: 40px 20px 0;
}
.autoshowcase__results {
  max-width: 1206px;
  margin: 0 auto;
}
.autoshowcase__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.autoshowcase__controls-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 19px;
  border-bottom: 1px solid #CDD3E4;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .autoshowcase__controls-list {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.autoshowcase__controls-item {
  margin-right: 8px;
}
.autoshowcase__controls-item:last-child {
  margin-right: 0;
}
.autoshowcase__controls-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 13px;
  height: 48px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #CDD3E4;
  background-color: inherit;
  color: #000000;
  text-decoration: none;
  line-height: 20px;
}
.autoshowcase__controls-link[type=button], .autoshowcase__controls-link[href]:not([href=""]) {
  cursor: pointer;
}
.autoshowcase__controls-link:hover {
  text-decoration: none;
}
.autoshowcase__controls-link.is-active {
  background-color: rgba(205, 211, 228, 0.4);
  border-color: rgba(205, 211, 228, 0.4);
  cursor: default;
}
.autoshowcase__controls-link .svg-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 20px;
}
.autoshowcase__controls-link .caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.autoshowcase__controls-link .caption .text-gray {
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
  color: rgba(0, 0, 0, 0.4);
}
.autoshowcase__controls-link--find {
  padding-left: 9px;
  padding-right: 12px;
}
.autoshowcase__controls-sort {
  position: relative;
}
.autoshowcase__controls-sort-loader {
  position: absolute;
  height: 46px;
  left: -60px;
  top: 0;
}
.autoshowcase__controls-sort-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.autoshowcase__controls-sort-loader img {
  display: block;
  width: 46px;
  height: 46px;
}
.autoshowcase__load-more-button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #CDD3E4;
  height: 48px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 40px auto 0;
}
.autoshowcase__load-more-button:hover {
  background: #D83A36;
}
.autoshowcase__load-more-button:hover {
  color: #ffffff;
  background-color: #08267f;
  border-color: #08267f;
}
.autoshowcase__model-and-brand {
  position: relative;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  padding: 20px 16px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}
.autoshowcase__model-and-brand:before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #CDD3E4 transparent;
  right: 24px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}
.autoshowcase__mobile-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  padding-top: 62px;
}
.autoshowcase__mobile-panel.open .autoshowcase__mobile-panel-background {
  background-color: rgba(0, 0, 0, 0.07);
}
.autoshowcase__mobile-panel.open .autoshowcase__mobile-panel-window {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.autoshowcase__mobile-panel.close .autoshowcase__mobile-panel-background {
  background-color: transparent;
}
.autoshowcase__mobile-panel.close .autoshowcase__mobile-panel-window {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.autoshowcase__mobile-panel-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.autoshowcase__mobile-panel-window {
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0 16px;
}
.autoshowcase__panel-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 23px;
  margin-bottom: 22px;
}
.autoshowcase__panel-wrapper-label {
  font-size: 16px;
  line-height: 24px;
}
.autoshowcase__panel-wrapper-button {
  font-size: 14px;
  line-height: 16px;
  color: #08267f;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 5px;
}
.autoshowcase__search {
  position: relative;
}
.autoshowcase__search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 16px;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/main/img/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.autoshowcase__search-field {
  border-radius: 100px;
  background-color: rgba(60, 60, 67, 0.1);
  border: 1px solid #e5e5e5;
  padding: 9px 9px 9px 48px;
  -webkit-transition: padding 200ms;
  transition: padding 200ms;
  width: 100%;
}
.autoshowcase__search-field::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.2);
}
.autoshowcase__search-field::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.2);
}
.autoshowcase__search-field:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.2);
}
.autoshowcase__search-field::-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.2);
}
.autoshowcase__search-field::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.2);
}
.autoshowcase__search-field:focus {
  padding-left: 9px;
}
.autoshowcase__search-field:focus ~ .autoshowcase__search-icon {
  display: none;
}

.autoshowcase-filter__popularmodels-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -2px -20px -1px;
}
.autoshowcase-filter__type {
  display: inline-block;
  margin: 0 10px 12px;
  text-decoration: none;
  line-height: 23px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0 14px;
  border-radius: 4px;
  opacity: 1;
  font-weight: 500;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.autoshowcase-filter__type:hover:not(.is-disabled), .autoshowcase-filter__type.is-selected {
  background-color: #EBEDF4;
}
.autoshowcase-filter__type.is-disabled {
  opacity: 0.4;
  cursor: default;
}
.autoshowcase-filter__type-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
}
.autoshowcase-filter__type-img img {
  display: block;
  max-width: 110px;
  max-height: 80px;
  margin: 0;
}
.autoshowcase-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -14px;
}
.autoshowcase-filter__list-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 540px) {
  .autoshowcase-filter__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .autoshowcase-filter__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.autoshowcase-filter__list-item > div.test {
  background: #FFFFFF;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  height: 56px;
}
.autoshowcase-filter__field {
  color: #000000;
}
.autoshowcase-filter__field--mobile {
  display: none;
}
@media (max-width: 767px) {
  .autoshowcase-filter__field--mobile {
    display: block;
  }
}
.autoshowcase-filter__field--select .market-filter__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  padding-right: 40px;
  font-weight: 500;
}
.autoshowcase-filter__field--sort .autoshowcase-filter__fakeselect-option {
  min-width: calc(100% + 40px);
  max-width: inherit;
  width: 240px;
}
.autoshowcase-filter__field--sort .autoshowcase-filter__fakeselect-option .catalog__radio-input-mark {
  padding-left: 20px;
  padding-right: 20px;
}
.autoshowcase-filter__fakeinterval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  overflow: hidden;
}
.autoshowcase-filter__fakeinterval-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.autoshowcase-filter__fakeinterval-field .placeholder {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  white-space: nowrap;
}
.autoshowcase-filter__fakeinterval-field:first-child {
  padding-left: 18px;
}
.autoshowcase-filter__fakeinterval-field:first-child .placeholder {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.autoshowcase-filter__fakeinterval-field:last-child {
  padding-left: 10px;
  border-left: 1px solid #CDD3E4;
}
.autoshowcase-filter__fakeinterval-input input[type=text] {
  padding: 18px;
  height: 56px;
  border: 0;
  width: 100%;
  text-align: center;
}
.autoshowcase-filter__fakeinterval-input input[type=text]:focus, .autoshowcase-filter__fakeinterval-input input[type=text]:active {
  border: 0;
  outline: none;
}
.autoshowcase-filter__fakeinterval--year .autoshowcase-filter__fakeinterval-input {
  width: 120px;
}
.autoshowcase-filter__fakeinterval--obem_toplivnogo_baka_l .autoshowcase-filter__fakeinterval-input {
  width: 110px;
}
.autoshowcase-filter__fakeinterval--moshchnost_l_s .autoshowcase-filter__fakeinterval-input {
  width: 112px;
}
.autoshowcase-filter__fakeinterval--kolichestvo_dverey .autoshowcase-filter__fakeinterval-input {
  width: 60px;
}
.autoshowcase-filter__fakeselect-wrapper {
  position: relative;
}
.autoshowcase-filter__sorting .autoshowcase-filter__fakeselect-wrapper {
  min-width: 172px;
}
.autoshowcase-filter__fakeselect-mark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: auto;
  min-height: 56px;
  margin: 0;
  padding: 18px 34px 18px 15px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #CDD3E4;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.autoshowcase-filter__fakeselect-wrapper--sm .autoshowcase-filter__fakeselect-mark {
  min-height: 46px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.autoshowcase-filter__fakeselect-mark:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -2px;
  background-color: #ffffff;
  border: 3.5px solid transparent;
  border-top: 6px solid #CDD3E4;
  border-bottom: 0;
  z-index: 1;
}
.autoshowcase-filter__fakeselect-mark.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.autoshowcase-filter__fakeselect-mark.is-disabled {
  opacity: 0.4;
  cursor: default;
}
.autoshowcase-filter__fakeselect-mark > span {
  white-space: nowrap;
}
.autoshowcase-filter__fakeselect-mark > span.placeholder {
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  padding-right: 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*min-width: min-content;*/
}
.autoshowcase-filter__fakeselect-mark > span.items {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
.autoshowcase-filter__fakeselect-mark > span.items > span:after {
  content: ",";
  position: relative;
  margin-left: -2px;
  margin-right: 4px;
}
.autoshowcase-filter__fakeselect-mark > span.items > span:last-child:after {
  display: none;
}
.autoshowcase-filter__fakeselect-option {
  display: none;
  position: absolute;
  width: auto;
  max-width: calc(100% + 40px);
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 4px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  background: #FFFFFF;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.autoshowcase-filter__fakeselect-option.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.autoshowcase-filter__fakeselect-option.open.is-disabled {
  display: none;
}
.autoshowcase-filter__fakeselect-option__block {
  height: auto;
  max-height: 228px;
  /*padding-right: 8px;
  margin-right: 8px;*/
  overflow-x: hidden;
  overflow-y: auto;
}
.autoshowcase-filter__fakeselect-option__block::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.autoshowcase-filter__fakeselect-option__block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CDD3E4;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.autoshowcase-filter__fakeselect-option__block li {
  display: block;
  margin-right: 0;
}
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox-list,
.autoshowcase-filter__fakeselect-option__block .catalog__radio-list {
  padding-top: 8px;
  padding-bottom: 8px;
}
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox-item,
.autoshowcase-filter__fakeselect-option__block .catalog__radio-item {
  min-width: 132px;
}
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox,
.autoshowcase-filter__fakeselect-option__block .catalog__radio,
.autoshowcase-filter__fakeselect-option__block .btn--reset {
  display: block;
  position: relative;
  padding: 2px 6px 2px 6px;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  border: 0;
  background-color: transparent;
  outline: none;
}
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox:focus,
.autoshowcase-filter__fakeselect-option__block .catalog__radio:focus,
.autoshowcase-filter__fakeselect-option__block .btn--reset:focus {
  outline: none;
}
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox-input,
.autoshowcase-filter__fakeselect-option__block .catalog__radio-input,
.autoshowcase-filter__fakeselect-option__block .btn--reset-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox-input-mark,
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox .caption,
.autoshowcase-filter__fakeselect-option__block .catalog__radio-input-mark,
.autoshowcase-filter__fakeselect-option__block .catalog__radio .caption,
.autoshowcase-filter__fakeselect-option__block .btn--reset-input-mark,
.autoshowcase-filter__fakeselect-option__block .btn--reset .caption {
  display: block;
  color: #37474F;
  margin: 0;
  padding: 6px 34px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox-input-mark.is-selected,
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox .caption.is-selected,
.autoshowcase-filter__fakeselect-option__block .catalog__radio-input-mark.is-selected,
.autoshowcase-filter__fakeselect-option__block .catalog__radio .caption.is-selected,
.autoshowcase-filter__fakeselect-option__block .btn--reset-input-mark.is-selected,
.autoshowcase-filter__fakeselect-option__block .btn--reset .caption.is-selected {
  background-color: rgba(205, 211, 228, 0.4);
  border-radius: 4px;
}
.autoshowcase-filter__fakeselect-option__block .catalog__checkbox.is-selected .catalog__radio-input-mark,
.autoshowcase-filter__fakeselect-option__block .catalog__radio.is-selected .catalog__radio-input-mark,
.autoshowcase-filter__fakeselect-option__block .btn--reset.is-selected .catalog__radio-input-mark {
  background-color: rgba(205, 211, 228, 0.4);
  border-radius: 4px;
}
.autoshowcase-filter__fakeselect-option__block .btn--reset {
  position: relative;
}
.autoshowcase-filter__fakeselect-option__block .btn--reset:before, .autoshowcase-filter__fakeselect-option__block .btn--reset:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #000000;
  top: 17px;
  left: 17px;
}
.autoshowcase-filter__fakeselect-option__block .btn--reset:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.autoshowcase-filter__fakeselect-option__block .btn--reset:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.autoshowcase-filter__fakeselect-popup {
  display: none;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 4px 0 0 0;
  z-index: 99;
  padding: 0;
  min-width: calc(100% + 40px);
}
.autoshowcase-filter__fakeselect-popup.open {
  display: block;
}
.autoshowcase-filter__field--make_hl .autoshowcase-filter__fakeselect-popup {
  left: -20px;
}
.autoshowcase-filter__field--model_hl .autoshowcase-filter__fakeselect-popup {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.autoshowcase-filter__fakeselect-popup__block {
  height: auto;
  max-height: 352px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 19px 30px 0;
}
.autoshowcase-filter__fakeselect-popup__block::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.autoshowcase-filter__fakeselect-popup__block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CDD3E4;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.autoshowcase-filter__fakeselect-popup__block li {
  display: block;
  margin-right: 0;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-list {
  -webkit-column-width: auto;
  -moz-column-width: auto;
  column-width: auto;
  padding-bottom: 14px;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-list.is-columns-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-list.is-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-list.is-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-list.is-columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-list.is-columns-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-list.is-columns-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-item {
  display: inline-block;
  vertical-align: top;
  min-width: 168px;
  margin: 0 0 4px 0;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-item.is-disabled {
  display: none;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox:focus, .autoshowcase-filter__fakeselect-popup__block .catalog__checkbox:active {
  background-color: transparent;
  outline: none;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-input-mark {
  display: inline-block;
  vertical-align: top;
  min-height: 32px;
  color: #37474F;
  margin: 0;
  padding: 6px 6px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-input-mark, .autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-input-mark span {
  pointer-events: none;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-input-mark .count {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 4px;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox-input-mark.is-selected {
  background-color: rgba(205, 211, 228, 0.4);
  border-radius: 4px;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox:hover .catalog__checkbox-input-mark {
  color: #00AAFF;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__checkbox:hover .catalog__checkbox-input-mark.is-selected {
  color: #37474F;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__select-radio {
  display: block;
  position: relative;
  padding: 6px 6px 6px 18px;
  margin: 0 -16px 0 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #000;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__select-radio:first-child {
  margin-top: 6px;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__select-radio:last-child {
  margin-bottom: 6px;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__select-radio.is-selected {
  background-color: rgba(205, 211, 228, 0.2);
}
.autoshowcase-filter__sorting .autoshowcase-filter__fakeselect-popup__block .catalog__select-radio {
  margin-right: 0;
  padding-right: 10px;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__select-radio input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.autoshowcase-filter__fakeselect-popup__block .catalog__select-radio-input-mark {
  font-size: 14px;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.autoshowcase-filter__fakeselect-popup__footer {
  padding: 1px 36px 26px;
}
.autoshowcase-filter__fakeselect-popup__footer .btn {
  display: inline-block;
  vertical-align: top;
  padding: 11px 15px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}
.autoshowcase-filter__fakeselect-popup__footer .btn[disabled] {
  opacity: 0.5;
  cursor: default;
}
.autoshowcase-filter__fakeselect-popup__footer .btn:hover {
  color: #00AAFF;
}
.autoshowcase-filter__fakeselect-popup__footer .btn span {
  display: inline-block;
  vertical-align: top;
  pointer-events: none;
  height: 24px;
}
.autoshowcase-filter__fakeselect-popup__footer .btn .svg-icon {
  margin-right: 4px;
}
.autoshowcase-filter__fakeselect-popup__footer .btn .svg-icon .icon {
  margin-top: 2px;
}
.autoshowcase-filter__fakeselect-popup__footer .btn .caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.autoshowcase-filter__fakeselect-popup__footer .btn--reset {
  position: relative;
  padding-left: 43px;
}
.autoshowcase-filter__fakeselect-popup__footer .btn--reset:before, .autoshowcase-filter__fakeselect-popup__footer .btn--reset:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #000000;
  top: 22px;
  left: 17px;
}
.autoshowcase-filter__fakeselect-popup__footer .btn--reset:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.autoshowcase-filter__fakeselect-popup__footer .btn--reset:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.autoshowcase-filter__fakeselect-reset {
  display: block;
  position: absolute;
  top: 5px;
  right: 4px;
  bottom: 5px;
  width: 30px;
  background-color: #FFFFFF;
  border: 0;
  outline: none;
  z-index: 2;
  cursor: pointer;
}
.autoshowcase-filter__fakeselect-reset svg {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.autoshowcase-filter__input {
  display: block;
  width: 100%;
  height: auto;
  min-height: 56px;
  margin: 0;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.autoshowcase-filter__input:hover, .autoshowcase-filter__input:focus {
  border-color: #08267f;
  outline: none;
}
.autoshowcase-filter__input--large {
  min-height: 56px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.autoshowcase-filter__group {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.autoshowcase-filter__group:after {
  content: "";
  position: absolute;
  height: 1px;
  left: -20px;
  right: -20px;
  bottom: 0;
  background-color: rgba(205, 211, 228, 0.4);
}
.autoshowcase-filter__group-name {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.autoshowcase-filter__footer {
  padding-top: 22px;
  padding-bottom: 22px;
}
.autoshowcase-filter__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}
.autoshowcase-filter__panel-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.autoshowcase-filter__panel-shows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
}
.autoshowcase-filter__panel .btn {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  height: 48px;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.autoshowcase-filter__panel .btn:hover, .autoshowcase-filter__panel .btn:focus {
  outline: none;
  border: 0;
}
.autoshowcase-filter__panel .btn--show-properties, .autoshowcase-filter__panel .btn--hide-properties {
  position: relative;
  height: 27px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #08267F;
  margin-right: 24px;
  margin-top: -3px;
}
.autoshowcase-filter__panel .btn--show-properties:after, .autoshowcase-filter__panel .btn--hide-properties:after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  border: 3.5px solid transparent;
  border-top: 6px solid #08267F;
  border-bottom: 0;
}
.autoshowcase-filter__panel .btn--show-properties .caption, .autoshowcase-filter__panel .btn--hide-properties .caption {
  display: inline-block;
  vertical-align: top;
  height: 27px;
  line-height: 27px;
}
.autoshowcase-filter__panel .btn--show-properties .count, .autoshowcase-filter__panel .btn--hide-properties .count {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  background: #00AAFF;
  border-radius: 13px;
  padding: 4px 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  min-width: 26px;
  text-align: center;
}
.autoshowcase-filter__panel .btn--hide-properties:after {
  border: 3.5px solid transparent;
  border-top: 0;
  border-bottom: 6px solid #08267F;
}
.autoshowcase-filter__panel .btn--reset {
  position: relative;
  padding: 11px 15px 11px 43px;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.autoshowcase-filter__panel .btn--reset[disabled] {
  opacity: 0.5;
  cursor: default;
}
.autoshowcase-filter__panel .btn--reset:hover {
  color: #00AAFF;
}
.autoshowcase-filter__panel .btn--reset:hover, .autoshowcase-filter__panel .btn--reset:focus {
  border: 1px solid #CDD3E4;
}
.autoshowcase-filter__panel .btn--reset:before, .autoshowcase-filter__panel .btn--reset:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #000000;
  top: 22px;
  left: 17px;
}
.autoshowcase-filter__panel .btn--reset:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.autoshowcase-filter__panel .btn--reset:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.autoshowcase-filter__panel .btn--show {
  position: relative;
  padding: 16px;
  background: #00AAFF;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.autoshowcase-filter__panel .btn--show .loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #00AAFF;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.autoshowcase-filter__panel .btn--show .caption {
  position: relative;
  z-index: 1;
}
.autoshowcase-filter__panel .btn--show.is-loading .loader {
  opacity: 0.4;
  visibility: visible;
  z-index: 2;
}
.autoshowcase-filter__panel .countcars {
  margin-left: 30px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.4);
}
.autoshowcase-filter .tippy {
  border-radius: 4px;
  background-color: #08267f;
  color: #ffffff;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  margin-left: 6px;
  top: -10000px;
  left: -10000px;
}
.autoshowcase-filter .tippy:hover {
  background-color: #00AAFF;
  color: #ffffff;
}
.autoshowcase-filter .tippy:hover:before {
  border-right: 5px solid #00AAFF;
}
.autoshowcase-filter .tippy:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 5px solid #08267f;
  border-left: 0;
  left: -4px;
  top: 50%;
  margin-top: -6px;
}

.autoshowcase-results {
  padding-top: 12px;
}
.autoshowcase-results__card {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  border-radius: 20px;
}
.autoshowcase-results__card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .autoshowcase-results__card {
    margin-bottom: 23px;
  }
}
.autoshowcase-results__more {
  margin-top: 40px;
}
/* new props (redesign) */
.car-card-tabs {
  padding-bottom: 48px;
  border-bottom: 1px solid #EBEDF4;
}
.car-card-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  padding: 0 0 8px;
}
@media (min-width: 768px) {
  .car-card-tabs__nav {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .car-card-tabs__nav {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.car-card-tabs__nav-inner {
  width: 100vw;
  padding-bottom: 20px;
  margin-left: -16px;
  overflow: hidden;
  position: relative;
}
.car-card-tabs__nav-inner::before {
  content: "";
  position: absolute;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  bottom: 0;
  background-color: #EBEDF4;
}
@media (min-width: 768px) {
  .car-card-tabs__nav-inner::before {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .car-card-tabs__nav-inner {
    margin: 0;
    padding: 0 44px 28px;
    width: initial;
  }
}
@media (min-width: 1024px) {
  .car-card-tabs__nav-inner {
    padding: 0 14px 37px;
  }
}
@media (min-width: 1366px) {
  .car-card-tabs__nav-inner {
    padding: 0 64px 40px;
  }
}
.car-card-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.car-card-tabs__item + .car-card-tabs__item {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .car-card-tabs__item + .car-card-tabs__item {
    margin: 0;
  }
}
.car-card-tabs__item:not(.active) {
  cursor: pointer;
}
.car-card-tabs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  padding: 11px 16px 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  border-radius: 4px;
}
.car-card-tabs__link.active {
  background-color: #EBEDF4;
}
@media (min-width: 768px) {
  .car-card-tabs__link {
    height: 48px;
    padding: 17px 16px 18px;
    width: 180px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 1366px) {
  .car-card-tabs__link {
    width: 200px;
    height: 54px;
  }
}
.car-card-tabs__panel {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .car-card-tabs__panel {
    margin-top: 40px;
  }
}
.car-card-tabs__specs-show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .car-card-tabs__specs-show-more {
    margin-top: 20px;
  }
}
.car-card-tabs__more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #CDD3E4;
  cursor: pointer;
  background: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.car-card-tabs__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px;
  background-color: #00AAFF;
  color: #ffffff;
  margin-right: 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.specs-value, .specs-prop {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  font-size: 14px;
  line-height: 130%;
}
@media (min-width: 768px) {
  .specs-value, .specs-prop {
    font-size: 16px;
  }
}
.specs-prop {
  color: #949494;
}
@media (min-width: 768px) {
  .specs-prop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 181px;
    flex: 0 0 181px;
    padding-right: 12px;
  }
}
.specs-value {
  color: #000000;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .specs-value {
    padding-left: 0;
  }
}
.specs-list {
  margin-bottom: 16px;
}
.specs-list--hidden {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
.specs-list--hidden.isShow {
  max-height: 3000px;
}
.specs-list--hidden.isShow {
  margin-bottom: 16px;
}
.specs-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.specs-list__item + .specs-list__item {
  margin-top: 16px;
}

.car-equipment--hidden {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
.car-equipment--hidden.isShow {
  max-height: 3000px;
}
.car-equipment--hidden.isShow {
  margin-bottom: 16px;
}
.car-equipment__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .car-equipment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .car-equipment__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.car-equipment__col + .car-equipment__col {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .car-equipment__col + .car-equipment__col {
    margin-top: 0;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .car-equipment__item {
    padding: 0 20px;
  }
}
.car-equipment__item--visible-specs {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .car-equipment__item--visible-specs {
    padding-bottom: 19px;
  }
}
.car-equipment__item + .car-equipment__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EBEDF4;
}
@media (min-width: 768px) {
  .car-equipment__item + .car-equipment__item {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.car-equipment__collapse + .car-equipment__item {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .car-equipment__collapse + .car-equipment__item {
    margin-top: 40px;
  }
}

.car-equipment__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.car-equipment__value + .car-equipment__value {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .car-equipment__value + .car-equipment__value {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .car-equipment__value--specs + .car-equipment__value {
    margin-top: 16px;
  }
}
.car-equipment__title {
  margin-bottom: 21px;
  padding-top: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .car-equipment__title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
    padding-top: 0;
  }
}
.car-equipment__collapse {
  margin-top: 21px;
}
@media (min-width: 768px) {
  .car-equipment__collapse {
    margin-top: 24px;
  }
}

.car-card-dealers__title {
  font-size: 20px;
  line-height: 110.9%;
  margin-bottom: 20px;
}
.car-card-dealers__more-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  border: 0;
  background: transparent;
  color: #08267f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .car-card-dealers__more-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
  }
}
.car-card-dealers__more-button svg {
  margin-left: 6px;
  width: 1em;
  height: 1em;
  font-size: 8px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}
.car-card-dealers__more-button.isOpen svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.car-card-dealers__all-params-content {
  visibility: visible;
  margin-top: 0;
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.car-card-dealers__all-params-content.isShow {
  max-height: 3000px;
}
.car-card-dealers__all-params-content.isShow {
  margin-top: 12px;
}
/* new props (redesign) */
.car-card-map__map {
  width: 100%;
  height: 570px;
}
.car-card-map__map [class*=ymaps-2][class*=-controls-pane] > [class*=ymaps-2][class*=-controls__control] {
  width: 28px !important;
  left: auto !important;
  right: 10px !important;
  top: 140px !important;
}
.car-card-map__map [class*=ymaps-2][class*=-outer-panes] > [class*=ymaps-2][class*=-outerBalloon-pane] {
  z-index: 9999 !important;
}
@media only screen and (max-width: 563px) {
  .car-card-map__map [class*=ymaps-2][class*=-balloon-panel] {
    display: none !important;
  }
}
.car-card-map__balloon-mobile {
  position: relative;
  display: none;
}
@media (max-width: 1023px) {
  .car-card-map__balloon-mobile {
    display: block;
  }
}

.popover-place {
  position: relative;
}
.popover-place__icon {
  display: block;
  position: absolute;
}
.popover-place__icon_offices {
  left: -18px;
  top: -18px;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 90px;
  border-width: 3px;
  border-style: solid;
  border-color: #37474F;
}
.popover-place_active .popover-place__icon_offices, .popover-place_hover .popover-place__icon_offices {
  border-color: #00AAFF;
}

.zoom__button {
  display: inline-block;
  vertical-align: middle;
  position: relative !important;
  padding-right: 26px;
  overflow: hidden;
  -webkit-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out;
  cursor: pointer;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  border-radius: 3px;
  background-clip: border-box;
  background-color: #fff;
  height: 28px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.zoom__button_minus {
  margin-top: 5px;
}
.zoom__icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  vertical-align: top;
  border: 5px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zoom__icon_plus {
  background-image: url("../img/car-card/zoom_plus.svg");
}
.zoom__icon_minus {
  background-image: url("../img/car-card/zoom_minus.svg");
}

.popover-balloon {
  position: absolute;
  max-width: 570px;
  width: 570px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.05);
  z-index: 1;
  opacity: 1;
}
@media (max-width: 1023px) {
  .popover-balloon {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
}
.popover-balloon__close {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.popover-balloon__close:before, .popover-balloon__close:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 3px;
  background-color: #000000;
  top: 15px;
  left: 5px;
}
.popover-balloon__close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popover-balloon__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popover-balloon__arrow {
  border-width: 6px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover-balloon__arrow:after {
  content: "";
  border-width: 5px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover-balloon_top .popover-balloon__arrow {
  bottom: -10px;
  left: 80%;
  margin-left: -10px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.05);
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 0;
  border-top-width: 10px;
}
.popover-balloon_top .popover-balloon__arrow:after {
  bottom: 1px;
  margin-left: -9px;
  border-top-color: #fff;
  border-left-width: 9px;
  border-right-width: 9px;
  border-bottom-width: 0;
  border-top-width: 9px;
}
.popover-balloon_right .popover-balloon__arrow {
  left: -8px;
  top: 50%;
  margin-top: -10px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.05);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 0;
  border-right-width: 8px;
}
.popover-balloon_right .popover-balloon__arrow:after {
  left: 1px;
  margin-top: -9px;
  border-right-color: #fff;
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 0;
  border-right-width: 7px;
}

.car-card-balloon .popover-inner {
  padding: 20px 18px 15px 15px;
}
.car-card-balloon .popover-title {
  position: relative;
  font-size: 1rem;
  background: none;
  padding-right: 22px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 563px) {
  .car-card-balloon .popover-title {
    padding-right: 18px;
  }
}
.car-card-balloon .popover-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 563px) {
  .car-card-balloon .popover-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.car-card-balloon .popover-content {
  position: relative;
  max-height: 260px;
  overflow: auto;
}
@media only screen and (max-width: 563px) {
  .car-card-balloon .popover-content {
    height: auto;
  }
}
@media only screen and (max-width: 563px) {
  .car-card-balloon .popover-content > .nano-content {
    position: relative;
    overflow: hidden;
    height: auto;
  }
}
.car-card-balloon .popover-content > .nano-pane {
  position: absolute;
  width: 2px;
  right: 0px;
  top: 5px;
  bottom: 5px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  z-index: 9;
}
.car-card-balloon .popover-content > .nano-pane > .nano-slider {
  border-radius: 1px;
  background-color: #08267f;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  margin: 0;
}
.car-card-balloon .popover-content > .nano-pane:hover > .nano-slider {
  background-color: #08267f;
}
.car-card-balloon .popover-tbl__row {
  display: table-row;
  width: 100%;
}
.car-card-balloon .popover-tbl__caption {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0;
  width: 80px;
}
.car-card-balloon .popover-tbl__value {
  display: table-cell;
  vertical-align: top;
  padding: 5px 15px 5px 0;
}
@media only screen and (max-width: 563px) {
  .car-card-balloon .popover-tbl__value {
    padding-right: 0;
  }
}
.car-card-balloon .popover-tbl__value .email {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3 color;
  transition: 0.3 color;
}
.car-card-balloon .popover-tbl__value .email:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.car-card-balloon .popover-tbl__value .text__row {
  margin-bottom: 10px;
}
.car-card-balloon .popover-tbl__value .text__head {
  display: inline;
  vertical-align: top;
}
.car-card-balloon .popover-tbl__value .text__value {
  display: inline;
  vertical-align: top;
}
.car-card-balloon .popover-tbl__name {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #37474F;
  padding-right: 12px;
}
.car-card-balloon .popover-tbl__address {
  font-size: 12px;
  line-height: 1.2;
  color: #999999;
  padding-right: 12px;
}
.car-card-balloon .popover-tbl__phones {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 563px) {
  .car-card-balloon .popover-tbl__phones {
    padding-top: 12px;
    padding-left: 0;
    margin-left: auto;
  }
}
.car-card-balloon .popover-tbl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  margin: 10px 17px 0 0;
  -webkit-box-shadow: inset 0 0 0 1px #CDD3E4;
  box-shadow: inset 0 0 0 1px #CDD3E4;
}
.car-card-balloon .popover-tbl__item:first-child {
  margin-top: 0;
}
.car-card-balloon .popover-tbl__item.hidden {
  display: none;
}
.car-card-balloon .popover-tbl__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.car-card-balloon .popover-tbl__colors-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4px;
}
.car-card-balloon .popover-tbl__colors-preview {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #CDD3E4;
}
.car-card-balloon .popover-tbl__colors-label {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 6px;
}
.car-card-balloon .popover-tbl__separator {
  margin: 0 7px;
  line-height: 14px;
}
.car-card-balloon .popover-tbl__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.car-card-balloon .popover-tbl__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 12px;
}
.car-card-balloon .popover-tbl__stock {
  font-size: 12px;
  line-height: 1.2;
}
.car-card-balloon .popover-tbl__count {
  font-size: 12px;
  line-height: 1.2;
}
.car-card-balloon .popover-tbl__image img {
  width: 100px;
}
@media (max-width: 767px) {
  .car-card-balloon .popover-tbl__image {
    margin: auto;
  }
  .car-card-balloon .popover-tbl__image img {
    width: 120px;
  }
}
.car-card-balloon .popover-tbl__actual-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  color: #999999;
}
.car-card-balloon .popover-tbl__show-more {
  cursor: pointer;
  border: none;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  color: #37474F;
}
.car-card-balloon .popover-tbl__show-more[data-car-card-balloon-list-button="0"] span:nth-child(1) {
  display: block;
}
.car-card-balloon .popover-tbl__show-more[data-car-card-balloon-list-button="0"] span:nth-child(2) {
  display: none;
}
.car-card-balloon .popover-tbl__show-more[data-car-card-balloon-list-button="1"] span:nth-child(1) {
  display: none;
}
.car-card-balloon .popover-tbl__show-more[data-car-card-balloon-list-button="1"] span:nth-child(2) {
  display: block;
}
.car-card-balloon .popover-tbl__price {
  font-size: 12px;
  line-height: 1.2;
}
.car-card-balloon .popover-tbl__price span {
  font-weight: bold;
  margin-left: 7px;
}
.car-card-balloon .popover-tbl__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 10px;
  height: 34px;
  margin-left: auto;
}
.car-card-balloon .popover-tbl__button:hover {
  background: #D83A36;
}
/* new props (redesign) */
.car-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.car-card__header {
  max-width: 1206px;
  padding: 3px 20px 12px;
}
@media (min-width: 768px) {
  .car-card__header {
    padding-bottom: 26px;
  }
}
.car-card__card {
  margin-bottom: 32px;
}
.car-card__config {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .car-card__config {
    margin-bottom: 34px;
  }
}
@media (min-width: 1024px) {
  .car-card__config {
    margin-bottom: 63px;
  }
}
@media (min-width: 1366px) {
  .car-card__config {
    margin-bottom: 59px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .car-card__leasing-apply-for-mobile {
    display: none;
  }
}
.car-card__filter-for-mobile {
  padding-top: 6px;
}
@media (min-width: 768px) {
  .car-card__filter-for-mobile {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .car-card__filter-for-mobile {
    display: none;
  }
}
.car-card__filter-for-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .car-card__filter-for-desktop {
    display: block;
  }
}
.car-card__description {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .car-card__description {
    margin-top: 58px;
  }
}
@media (min-width: 1024px) {
  .car-card__description {
    margin-top: 44px;
  }
}
@media (min-width: 1366px) {
  .car-card__description {
    margin-top: 58px;
  }
}
@media (min-width: 1024px) {
  .car-card__filter {
    padding-left: 20px;
    padding-top: 42px;
  }
}
@media (min-width: 1366px) {
  .car-card__filter {
    padding-left: 30px;
  }
}
.car-card__filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.car-card__filter-row--double .car-card__filter-item:nth-child(1) .multiselect__tags,
.car-card__filter-row--double .car-card__filter-item:nth-child(1) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.car-card__filter-row--double .car-card__filter-item:nth-child(2) {
  margin-left: -1px;
}
.car-card__filter-row--double .car-card__filter-item:nth-child(2) .multiselect__tags,
.car-card__filter-row--double .car-card__filter-item:nth-child(2) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.car-card__filter-item {
  width: 100%;
}
.car-card__filter-label {
  color: #8A96A8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 24px;
  font-size: 12px;
}
.car-card__filter-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
}
.car-card__filter-colors .select-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.car-card__filter-colors-button {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border: 1px solid #CDD3E4;
  background-color: #ffffff;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.435 3.854 8.887.402l1.401 1.4-3.452 3.453 3.683 3.682-1.582 1.582-3.682-3.683-3.452 3.452-1.4-1.4 3.451-3.453L.452 2.033 2.033.452l3.402 3.402Z' fill='%23CDD3E4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.car-card__filter-heading {
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.4px;
}
@media (min-width: 768px) {
  .car-card__filter-heading {
    font-size: 22px;
  }
}
.car-card__filter-description {
  font-size: 16px;
  line-height: 130%;
  color: #999999;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .car-card__filter-description {
    margin-top: 20px;
  }
}
@media (min-width: 1366px) {
  .car-card__filter-description {
    margin-top: 0;
  }
}
.car-card__filter-view-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .car-card__filter-view-wrapper {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .car-card__filter-view-wrapper br {
    display: none;
  }
}
@media (min-width: 1366px) {
  .car-card__filter-view-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .car-card__filter-view-wrapper br {
    display: block;
  }
}
.car-card__filter-view-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #CDD3E4;
  cursor: pointer;
  background: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: auto;
  font-size: 0;
}
@media (min-width: 768px) {
  .car-card__filter-view-btn {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  .car-card__filter-view-btn {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .car-card__filter-view-btn {
    width: auto;
  }
}
.car-card__filter-block {
  padding-top: 14px;
}
@media (min-width: 1024px) {
  .car-card__filter-block {
    padding-top: 40px;
  }
}
.car-card__filter-block-hidden {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 200ms;
  transition: height 200ms;
}
@media (min-width: 1024px) {
  .car-card__filter-block-hidden {
    height: auto;
    overflow: visible;
  }
}
.car-card__filter-block-hidden--visible {
  height: auto;
  overflow: visible;
}
.car-card__filter-more-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  border: 0;
  background: transparent;
  color: #08267f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 34px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .car-card__filter-more-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
  }
}
.car-card__filter-more-btn svg {
  margin-left: 6px;
  width: 1em;
  height: 1em;
  font-size: 8px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}
.car-card__filter-more-btn.isOpen svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .car-card__filter-more-btn {
    margin-top: 20px;
  }
}
.car-card__list {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .car-card__list {
    padding-top: 0;
  }
}
.car-card__list-card-item {
  margin-bottom: 24px;
}
.car-card__dealer-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEDF4;
}
.car-card__dealer-wrapper:first-child {
  padding-top: 0;
}
.car-card__dealer-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.car-card__show-more-button {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .car-card__map {
    margin-top: 40px;
  }
}

.car-coordinates {
  width: 100%;
  aspect-ratio: 900/450;
  overflow: hidden;
  position: relative;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .car-coordinates {
    aspect-ratio: 704/352;
  }
}
@media (max-width: 767px) {
  .car-coordinates {
    aspect-ratio: 1/1;
  }
}
.car-coordinates__map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* new props (redesign) */
.car-config {
  padding: 14px 0 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
@media (min-width: 768px) {
  .car-config {
    padding: 40px 0 37px;
    border-radius: 40px;
  }
}
@media (min-width: 1024px) {
  .car-config {
    border-radius: 40px;
  }
}
@media (min-width: 1366px) {
  .car-config {
    padding: 40px 0;
  }
}
.car-config__header {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .car-config__header {
    margin-bottom: 13px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.car-config__title {
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 28px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .car-config__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.car-config__compare-btn {
  color: #fff;
  background: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: #fff;
  color: #263975;
  padding: 0;
  width: 42px;
  height: 40px;
  line-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #CDD3E4;
  font-size: 0;
  margin-left: 10px;
  margin-top: 6px;
  color: #000000;
}
.car-config__compare-btn:hover {
  background: #D83A36;
}
.car-config__compare-btn:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.car-config__compare-btn svg {
  fill: currentColor;
}
.car-config__compare-btn svg {
  margin-left: -2px;
  margin-top: 2px;
  width: 16px;
  height: 18px;
}
@media (min-width: 768px) {
  .car-config__compare-btn {
    margin-top: 0;
  }
}
.car-config__description {
  margin-bottom: 28px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #949494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .car-config__description {
    margin-bottom: 28px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .car-config__short-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 397px;
    flex: 0 1 397px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  .car-config__short-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.car-config__car-qty {
  display: none;
  font-size: 12px;
  line-height: 110.9%;
  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
}
@media (min-width: 768px) {
  .car-config__car-qty {
    display: block;
  }
}
.car-config__img-inner {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .car-config__img-inner {
    margin-bottom: 4px;
  }
}
@media (min-width: 1200px) {
  .car-config__img-inner {
    margin-bottom: 15px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.car-config__img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 156px;
}
@media (min-width: 768px) {
  .car-config__img {
    max-width: 468px;
    height: 244px;
  }
}
@media (min-width: 1200px) {
  .car-config__img {
    max-width: 550px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
  }
}
.car-config__color {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .car-config__color {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.car-config__color-count, .car-config__color-title {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
.car-config__color-count {
  color: #949494;
}
.car-config__color-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.car-config__color-prop {
  display: none;
}
@media (min-width: 768px) {
  .car-config__color-prop {
    margin-right: 18px;
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.08em;
    color: #949494;
    white-space: nowrap;
    text-transform: uppercase;
  }
}
.car-config__slide-name {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 8px;
  color: #949494;
}
.car-config--short {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 14px 0 0;
}
@media (min-width: 768px) {
  .car-config--short {
    padding: 40px 0 0;
  }
}
@media (min-width: 1024px) {
  .car-config--short {
    padding-top: 0;
  }
}
@media (min-width: 1366px) {
  .car-config--short {
    padding-left: 20px;
  }
}
/* new props (redesign) */
.form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  min-height: 56px;
  color: #000000;
  padding: 16px;
}
.form-control__label {
  display: block;
  opacity: 0.4;
  margin-right: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
.form-control__input {
  width: 100%;
  border: 0;
  font-size: 16px;
  line-height: 19px;
}
.form-control__input:focus {
  border: 0;
  outline: none;
}
.form-control-select .vs__dropdown-toggle {
  border: 1px solid #CDD3E4;
}

.input-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.input-group .form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.input-group .form-control:first-child:not(:last-child) {
  border-radius: 4px 0 0 4px;
}
.input-group .form-control:last-child:not(:first-child) {
  border-radius: 0 4px 4px 0;
}
.input-group .form-control + .form-control {
  margin-left: -1px;
}
/* new props (redesign) */
.leasing-apply__header {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .leasing-apply__header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 18px;
  }
}
@media (min-width: 1024px) {
  .leasing-apply__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 28px;
    margin-bottom: 22px;
    border-bottom: 1px solid #CDD3E4;
  }
}
@media (min-width: 768px) {
  .leasing-apply__header-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
}
.leasing-apply__header-item:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .leasing-apply__header-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
}
@media (min-width: 1024px) {
  .leasing-apply__header-item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.leasing-apply__header-item:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (min-width: 768px) {
  .leasing-apply__header-item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .leasing-apply__header-item:nth-child(2) {
    display: none;
  }
}
.leasing-apply__header-item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
@media (min-width: 768px) {
  .leasing-apply__header-item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
}
@media (min-width: 1024px) {
  .leasing-apply__header-item:last-child {
    display: none;
  }
}
.leasing-apply__header-item + .leasing-apply__header-item {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .leasing-apply__header-item + .leasing-apply__header-item {
    margin-top: 0;
  }
}
.leasing-apply__header-item + .leasing-apply__header-item .leasing-apply__cost {
  margin-top: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.leasing-apply__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .leasing-apply__body {
    max-height: 2000px;
  }
}
.leasing-apply__body.isOpen {
  max-height: 2000px;
}
.leasing-apply__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #000000;
  opacity: 0.4;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .leasing-apply__label {
    margin-bottom: 10px;
  }
}
.leasing-apply__input-label {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .leasing-apply__input-label {
    margin-bottom: 16px;
  }
}
.leasing-apply__cost {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
.leasing-apply__cost-text {
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .leasing-apply__cost-text {
    margin-right: 9px;
  }
}
.leasing-apply__cost-value {
  font-size: 20px;
  line-height: 110.9%;
  font-family: "vtb_cond_book";
}
@media (min-width: 768px) {
  .leasing-apply__cost-value {
    font-size: 24px;
    line-height: 27px;
  }
}
.leasing-apply__cost-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.leasing-apply__more-button {
  cursor: pointer;
  margin-top: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  border: 0;
  background: transparent;
  color: #08267f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}
@media (min-width: 768px) {
  .leasing-apply__more-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
  }
}
.leasing-apply__more-button svg {
  margin-left: 6px;
  width: 1em;
  height: 1em;
  font-size: 8px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}
.leasing-apply__more-button.isOpen svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 1024px) {
  .leasing-apply__more-button {
    display: none;
  }
}
.leasing-apply__control {
  position: relative;
}
@media (min-width: 1024px) {
  .leasing-apply__control input {
    height: 56px;
    padding: 16px;
  }
}
.leasing-apply__control + .leasing-apply__control {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .leasing-apply__control + .leasing-apply__control {
    margin-top: 12px;
  }
}
.leasing-apply__total {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .leasing-apply__total {
    margin-top: 30px;
    margin-bottom: 28px;
    max-height: 2000px;
  }
}
.leasing-apply__total-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.leasing-apply__total-item:first-child .leasing-apply__prop {
  color: #000000;
}
.leasing-apply__total-item:first-child .leasing-apply__value {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.leasing-apply__total-item + .leasing-apply__total-item {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .leasing-apply__total-item + .leasing-apply__total-item {
    margin-top: 11px;
  }
}
.leasing-apply__prop {
  color: #949494;
}
.leasing-apply__value {
  color: #000000;
  white-space: nowrap;
}
.leasing-apply__prop, .leasing-apply__value {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
.leasing-apply__button {
  color: #fff;
  background: #08267f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.leasing-apply__button:hover {
  background: #D83A36;
}
.leasing-apply__form {
  display: block;
  padding: 22px 20px 24px;
  background: #EBEDF4;
  border-radius: 4px;
}
@media (min-width: 1366px) {
  .leasing-apply__form {
    padding: 40px 30px 28px;
  }
}
.leasing-apply__alert {
  text-align: center;
  color: #949494;
  font-size: 12px;
  line-height: 18px;
  display: none;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .leasing-apply__alert {
    display: block;
  }
}
@media (min-width: 1024px) {
  .leasing-apply__alert {
    display: block;
  }
}
.leasing-apply--sidebar .leasing-apply__header {
  margin-bottom: 0;
  border: 0;
}
.leasing-apply--sidebar .leasing-apply__header-item:nth-child(2), .leasing-apply--sidebar .leasing-apply__header-item:nth-child(3) {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  word-break: keep-all;
  white-space: nowrap;
  padding-top: 20px;
  margin-top: auto;
}
.leasing-apply--sidebar .leasing-apply__more-button {
  display: block;
}
.leasing-apply--sidebar .leasing-apply__body {
  max-height: 0;
}
@media (min-width: 1024px) {
  .leasing-apply--sidebar .leasing-apply__body {
    max-height: 0;
  }
}
.leasing-apply--sidebar .leasing-apply__body.isOpen {
  max-height: 2000px;
}
.leasing-apply--sidebar .leasing-apply__alert {
  display: none;
}
/* new props (redesign) */
.b-spectech-interesting__heading {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .b-spectech-interesting__heading {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.b-spectech-interesting__slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.b-spectech-container--interesting {
  margin-top: 6.25rem;
  padding-left: unset;
  padding-right: unset;
}
@media (max-width: 1023px) {
  .b-spectech-container--interesting {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .b-spectech-container--interesting {
    padding-left: unset;
    padding-right: unset;
  }
}
.b-spectech-container .special-offer-card {
  width: 100%;
}
.b-spectech-container .special-offer-card__top {
  position: relative;
}
.b-spectech-container .special-offer-card__img {
  max-width: 100%;
  width: 328px;
  height: 260px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .b-spectech-container .special-offer-card__img {
    width: 220px;
    height: 203px;
  }
}
@media (max-width: 767px) {
  .b-spectech-container .special-offer-card__img {
    width: 180px;
    height: 162px;
  }
}
.b-spectech-container .special-offer-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-spectech-container .special-offer-card__content {
  position: relative;
  color: #000000;
  padding: 1.25rem 1.25rem 5.25rem 3.5rem;
  height: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: -4rem;
  border-radius: 0.25rem;
  z-index: 2;
  background: #F1AE1A;
}
@media (max-width: 1023px) {
  .b-spectech-container .special-offer-card__content {
    height: 147px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 1rem 3.5rem;
    margin-top: -1.25rem;
  }
}
@media (max-width: 767px) {
  .b-spectech-container .special-offer-card__content {
    height: 117px;
    padding-bottom: 3.5rem;
  }
}
.b-spectech-container .special-offer-card__marker {
  position: absolute;
  z-index: 3;
  top: calc(100% - 3.25rem);
  right: 1rem;
  min-width: 70px;
  padding: 0 0.5rem 0 0.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFAD61;
}
@media (max-width: 1023px) {
  .b-spectech-container .special-offer-card__marker {
    top: 14px;
    right: -11px;
  }
}
.b-spectech-container .special-offer-card__marker-arr {
  display: block;
  position: absolute;
  top: 0;
  left: -0.75rem;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 0.75rem solid;
  border-right-color: #000000;
}
.b-spectech-container .special-offer-card__marker-shadow {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7px solid;
  border-right: 11px solid transparent;
  border-top-color: #FFAD61;
}
.b-spectech-container .special-offer-card__marker-shadow:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.4);
  border-right: 11px solid transparent;
}
.b-spectech-container .special-offer-card__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .b-spectech-container .special-offer-card__title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 767px) {
  .b-spectech-container .special-offer-card__title {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.b-spectech-container .special-offer-card__subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .b-spectech-container .special-offer-card__subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .b-spectech-container .special-offer-card__subtitle {
    line-height: 1rem;
    margin-top: 0.75rem;
  }
}
.b-spectech-container .special-offer-card__link {
  position: absolute;
  bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.85rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 3rem;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .b-spectech-container .special-offer-card__link {
    left: 1rem;
    right: 1rem;
    bottom: 2px;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .b-spectech-container .special-offer-card__link {
    font-size: 0.75rem;
    line-height: 2rem;
  }
}
.b-spectech-container .special-offer-card__link img {
  margin-left: 0.25rem;
}
@media (max-width: 767px) {
  .b-spectech-container .special-offer-card .bottom__arrow-container {
    margin-left: 0px !important;
  }
}
.b-spectech-container .special-offer-card .bottom__arrow-container-line {
  background: black !important;
}
@media (max-width: 767px) {
  .b-spectech-container .special-offer-card .bottom__arrow-container-line {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
/* new props (redesign) */
.conditions {
  padding-top: 0;
}
.conditions__title {
  color: #00AAFF;
}
.conditions__description-1 {
  max-width: 7rem;
}
.conditions__description-2 {
  max-width: 10.25rem;
}
.conditions__description-3 {
  max-width: 8.75rem;
}
.conditions__description-4 {
  max-width: 8.75rem;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .conditions__img {
    width: 7rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .conditions__img {
    width: 3.5rem;
    height: 1.5rem;
  }
}
/* new props (redesign) */
.picture-features {
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  margin-bottom: 5.625rem;
}
@media (max-width: 1023px) {
  .picture-features {
    padding-left: 2.18rem;
    padding-right: 2.18rem;
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 767px) {
  .picture-features {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2.5rem;
  }
}
.picture-features__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  padding-top: 3.125rem;
}
@media (max-width: 1023px) {
  .picture-features__wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .picture-features__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 232px) {
  .picture-features__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.picture-features__item {
  width: 20.45rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .picture-features__item {
    width: 45%;
  }
}
.picture-features__item-text {
  font-size: 1.5rem;
  padding-top: 1.5rem;
}
.picture-features__item-text--bold {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .picture-features__item-text {
    font-size: 1rem;
  }
}

.consultation-disclaimer {
  margin-top: 4.35rem;
  text-align: center;
}
.consultation-disclaimer__text {
  color: #00AAFF;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  font-weight: 500;
  line-height: 1.5rem;
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .consultation-disclaimer__text {
    font-size: 1.125rem;
  }
}
.consultation-disclaimer__button {
  width: 27.875rem;
}
@media (max-width: 767px) {
  .consultation-disclaimer__button {
    width: 21.425rem;
    max-width: 100%;
  }
}
/* new props (redesign) */
.lkt-business {
  position: relative;
}
.lkt-business__header {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  padding-bottom: 2.25rem;
}
.lkt-business__content {
  position: relative;
}
.lkt-business__img {
  position: absolute;
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.lkt-business__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lkt-business__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4.875rem;
  -moz-column-gap: 4.875rem;
  column-gap: 4.875rem;
}
@media ((max-width: 1230px)) {
  .lkt-business__main {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
}
@media (max-width: 1023px) {
  .lkt-business__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 1.75rem;
  }
}
.lkt-business__main-img {
  margin-right: -11.25rem;
  margin-top: -8.25rem;
}
@media (max-width: 1480px) {
  .lkt-business__main-img {
    margin-right: -12.25rem;
    margin-top: -8.75rem;
  }
}
@media (max-width: 1230px) {
  .lkt-business__main-img {
    margin-right: -0.25rem;
    margin-top: -15.5rem;
  }
}
@media (max-width: 1023px) {
  .lkt-business__main-img {
    margin-right: -20.5rem;
    margin-top: -5.5rem;
  }
}
@media (max-width: 767px) {
  .lkt-business__main-img {
    margin-right: -20.5rem;
    margin-top: -5.5rem;
  }
}
@media ((max-width: 1480px)) {
  .lkt-business__main-img img {
    max-height: 31.75rem;
  }
}
@media ((max-width: 1230px)) {
  .lkt-business__main-img img {
    max-height: 17.75rem;
  }
}
@media (max-width: 1023px) {
  .lkt-business__main-img img {
    max-height: 16.25rem;
  }
}
@media (max-width: 767px) {
  .lkt-business__main-img img {
    max-height: 11.5rem;
  }
}
.lkt-business__content-wrapper {
  display: grid;
  position: relative;
  grid-template-areas: "lightVans pickup" "vans bus" "autoAddOns empty";
  grid-template-columns: auto auto;
  row-gap: 2rem;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .lkt-business__content-wrapper {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    grid-template-areas: "lightVans vans autoAddOns " "pickup bus empty";
    grid-template-columns: auto auto auto;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .lkt-business__content-wrapper {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.5rem;
    grid-template-areas: "lightVans empty   " "pickup vans   " "bus  autoAddOns";
    grid-template-columns: auto auto;
    margin-top: -4.25rem;
  }
}
.lkt-business__item-light-vans {
  grid-area: lightVans;
}
.lkt-business__item-vans {
  grid-area: vans;
}
.lkt-business__item-auto-add-ons {
  grid-area: autoAddOns;
}
.lkt-business__item-pickup {
  grid-area: pickup;
}
.lkt-business__item-bus {
  grid-area: bus;
}
.lkt-business__item {
  max-width: 100%;
  min-width: 12rem;
  max-height: 5.5rem;
}
@media (max-width: 1023px) {
  .lkt-business__item {
    min-width: 11rem;
  }
}
@media (max-width: 767px) {
  .lkt-business__item {
    min-width: 4.5rem;
  }
}
.lkt-business__item-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #00AAFF;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lkt-business__item-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.lkt-business__item-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: black;
}
@media (max-width: 767px) {
  .lkt-business__item-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.lkt-business__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem;
  padding-bottom: 5rem;
}
@media ((max-width: 1480px)) {
  .lkt-business__block {
    padding-bottom: 2rem;
  }
}
@media ((max-width: 1230px)) {
  .lkt-business__block {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 1023px) {
  .lkt-business__block {
    padding-bottom: 1.75rem;
  }
}
@media (max-width: 767px) {
  .lkt-business__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.lkt-business__block-text {
  max-width: 44.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (max-width: 1023px) {
  .lkt-business__block-text {
    max-width: 28.25rem;
  }
}
@media (max-width: 767px) {
  .lkt-business__block-text {
    max-width: 100%;
    font-weight: 500;
    line-height: 120%;
    font-size: 0.75rem;
  }
}
.lkt-business__block-link {
  max-width: 16.75rem;
  padding: 0 2.25rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .lkt-business__block-link {
    max-height: 4rem;
  }
}
@media (max-width: 767px) {
  .lkt-business__block-link {
    width: 100%;
    max-width: 100%;
  }
}
/* new props (redesign) */
.main-banner-redesign {
  position: relative;
}
.main-banner-redesign__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.main-banner-redesign__img-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .main-banner-redesign__img-main {
    -o-object-position: 65% 50%;
    object-position: 65% 50%;
  }
}
@media (max-width: 1399px) {
  .main-banner-redesign__img-main {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }
}
@media (max-width: 1199px) {
  .main-banner-redesign__img-main {
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }
}
@media (max-width: 1023px) {
  .main-banner-redesign__img-main {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
@media (max-width: 767px) {
  .main-banner-redesign__img-main {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }
}
@media (max-width: 1023px) {
  .main-banner-redesign__img {
    position: relative;
    height: 463px;
  }
}
@media (max-width: 767px) {
  .main-banner-redesign__img {
    position: relative;
    height: 280px;
  }
}
.main-banner-redesign__title {
  max-width: 28rem;
  font-weight: 700;
  font-size: clamp(2.375rem, 1.9464rem + 0.6696vw, 2.75rem);
  line-height: clamp(2.5rem, 1.7857rem + 1.1161vw, 3.125rem);
}
@media (max-width: 767px) {
  .main-banner-redesign__title {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}
@media (max-width: 400px) {
  .main-banner-redesign__title {
    width: 300px;
    max-width: 100%;
  }
}
.main-banner-redesign__content {
  height: 415px;
  padding-top: 70px;
  padding-bottom: 59px;
  position: relative;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .main-banner-redesign__content {
    height: auto;
    padding-top: 49px;
    padding-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .main-banner-redesign__content {
    padding-top: 30px;
  }
}
.main-banner-redesign__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/main/img/landing/bg_main_slider.jpg);
  z-index: -1;
}
@media (min-width: 1024px) {
  .main-banner-redesign__content::before {
    content: none;
  }
}
@media (max-width: 1023px) {
  .main-banner-redesign__content::before {
    content: none;
  }
}
.main-banner-redesign__content::after {
  content: "";
  position: absolute;
  background: rgba(0, 24, 111, 0.8);
  width: 50vw;
  right: 100%;
  height: 100%;
  top: 0;
}
@media (min-width: 1024px) {
  .main-banner-redesign__content::after {
    content: none;
  }
}
@media (max-width: 1023px) {
  .main-banner-redesign__content::after {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background-image: url(/local/templates/main/img/landing/bg_main_slider.jpg);
  }
}
.main-banner-redesign__content .landing-promo__link {
  padding-top: 36px;
}
.main-banner-redesign-feature {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .main-banner-redesign-feature {
    font-size: 1rem;
  }
}
.main-banner-redesign-feature__description {
  font-weight: 300;
}
.main-banner-redesign-feature__count {
  color: #00aaff;
  font-weight: 700;
}
.main-banner-redesign__list {
  margin-top: 34px;
  width: 532px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-banner-redesign__list {
    gap: 30px;
  }
}
@media (max-width: 350px) {
  .main-banner-redesign__list {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* new props (redesign) */
.special-offer--margin {
  margin-bottom: 5.5rem;
}
/* new props (redesign) */
.universal-landing__description-item-1 {
  max-width: 15rem;
}
@media (max-width: 1023px) {
  .universal-landing__description-item-1 {
    max-width: 10rem;
  }
}
@media (max-width: 767px) {
  .universal-landing__description-item-1 {
    font-size: 0.75rem;
    line-height: 1rem;
    max-width: 7rem;
  }
}
@media (max-width: 1023px) {
  .universal-landing__description-item-2 {
    max-width: 6.25rem;
  }
}
@media (max-width: 767px) {
  .universal-landing__description-item-2 {
    font-size: 0.75rem;
    line-height: 1rem;
    max-width: 4.25rem;
  }
}
@media (max-width: 1023px) {
  .universal-landing__description-item-3 {
    max-width: 5.75rem;
  }
}
@media (max-width: 767px) {
  .universal-landing__description-item-3 {
    font-size: 0.75rem;
    line-height: 1rem;
    max-width: 4.75rem;
  }
}
@media (max-width: 1023px) {
  .universal-landing__description-item-4 {
    max-width: 3.75rem;
  }
}
@media (max-width: 767px) {
  .universal-landing__description-item-4 {
    font-size: 0.75rem;
    line-height: 1rem;
    max-width: 5rem;
  }
}
/* new props (redesign) */
.work-with-us {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.work-with-us__content {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  counter-reset: section;
  max-height: 22.25rem;
}
@media (max-width: 1023px) {
  .work-with-us__content {
    gap: 0.5rem;
    max-height: 10.25rem;
  }
}
@media (max-width: 767px) {
  .work-with-us__content {
    gap: 0.25rem;
    max-height: 12.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
}
.work-with-us__content .owl-stage-outer {
  height: 12.5rem;
}
.work-with-us__content .owl-stage {
  margin-left: 0.75rem;
}
.work-with-us .owl-carousel button.owl-dot span {
  background: #D9D9D9 !important;
}
.work-with-us .owl-carousel button.owl-dot.active span {
  background: var(--vtbl-cyan, #0AF) !important;
}
.work-with-us__block {
  min-width: 13.75rem;
  min-height: 9.5rem;
  position: relative;
}
@media ((max-width: 1140px)) {
  .work-with-us__block {
    min-width: 12.5rem;
  }
}
@media (max-width: 1023px) {
  .work-with-us__block {
    min-width: 7.75rem;
    max-width: 7.75rem;
  }
}
@media (max-width: 767px) {
  .work-with-us__block {
    min-width: 10rem;
    min-height: 8.75rem;
  }
}
.work-with-us__block::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  color: var(--vtbl-cyan-2, #B8E7FF);
  font-weight: 700;
  font-size: 7.5rem;
  margin-top: -4.25rem;
  margin-left: -1.5rem;
  z-index: -1;
}
@media (max-width: 1023px) {
  .work-with-us__block::before {
    font-size: 5rem;
    margin-top: -3.25rem;
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .work-with-us__block::before {
    position: relative;
  }
}
.work-with-us__wrapper {
  max-width: 13.75rem;
  max-height: 25rem;
}
@media ((max-width: 1140px)) {
  .work-with-us__wrapper {
    max-width: 11.25rem;
  }
}
@media (max-width: 1023px) {
  .work-with-us__wrapper {
    max-width: 8rem;
  }
}
@media (max-width: 767px) {
  .work-with-us__wrapper {
    min-width: 9rem;
    position: relative;
    top: -70px;
  }
}
.work-with-us__wrapper-title {
  max-height: 3.75rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media ((max-width: 1140px)) {
  .work-with-us__wrapper-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 1023px) {
  .work-with-us__wrapper-title {
    font-size: 1rem;
    line-height: 1.25rem;
    max-height: 3.25rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .work-with-us__wrapper-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.work-with-us__wrapper-text {
  height: 5.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media ((max-width: 1140px)) {
  .work-with-us__wrapper-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .work-with-us__wrapper-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .work-with-us__wrapper-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
/* new props (redesign) */
.page-404-search {
  background-color: #F4F7F9;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-404-search {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.page-404-search:before, .page-404-search:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  right: 0;
  bottom: 0;
  left: -50vw;
  background-color: #F4F7F9;
  z-index: -1;
}
.page-404-search:after {
  left: 0;
  right: -50vw;
}
.page-404-search .t-search-page-form {
  margin: 0;
}

.page-404-banner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-404-banner {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }
}
@media (max-width: 767px) {
  .page-404-banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.page-404-banner__content {
  position: relative;
  z-index: 1;
}
.page-404-banner__title {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-align: left;
  color: #000000;
}
@media (max-width: 1023px) {
  .page-404-banner__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .page-404-banner__title {
    font-size: 1.5rem;
  }
}
.page-404-banner__text {
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .page-404-banner__text {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .page-404-banner__text {
    font-size: 1.5rem;
  }
}
.page-404-banner__image {
  position: absolute;
  top: -1rem;
  left: 40%;
  right: 0;
  bottom: 0;
  width: 768px;
  height: 460px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-404-banner__image {
    top: 1.5rem;
    left: auto;
    right: -90px;
  }
}
@media (max-width: 1023px) {
  .page-404-banner__image {
    width: 680px;
    height: 400px;
    right: -78px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .page-404-banner__image {
    width: 558px;
    height: 330px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.page-404-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-404-banner__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.page-404-banner__buttons a.line {
  color: #0af;
  border: 0.06rem solid #0af;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page-404-banner__buttons a.line:hover {
  background: #0af;
  color: #fff;
}
.page-404-banner__buttons a.gradient {
  color: #fff;
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0d53bb), to(#0af));
  background: linear-gradient(90deg, #0d53bb 0, #0af 100%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page-404-banner__buttons a.gradient:hover {
  background: linear-gradient(266.96deg, #007be6 2.84%, #0d2a7d 97.86%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* new props (redesign) */
.layout {
  position: relative;
}

.about-company .ymaps-2-1-79-map-bg {
  background: transparent;
}
@media (max-width: 1023px) {
  .about-company__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-company__banner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 974px;
  height: 600px;
  background: url(../img/about-company/romo-cover.png);
  z-index: -1;
}
@media (max-width: 1023px) {
  .about-company__banner::before {
    content: none;
  }
}
.about-company__banner-image {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 600px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -2;
}
@media (max-width: 1023px) {
  .about-company__banner-image {
    position: relative;
    left: auto;
    height: 380px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .about-company__banner-image {
    height: 230px;
  }
}
.about-company__banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.about-company__banner-content {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .about-company__banner-content {
    height: 354px;
    background: url(../img/about-company/promo-cover-tablet.jpg) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .about-company__banner-content {
    height: auto;
    padding: 2.5rem 0;
  }
}
.about-company__banner-title {
  margin-bottom: 28px;
  max-width: 640px;
  font-weight: 700;
  font-size: clamp(2.375rem, 1.9464rem + 0.6696vw, 2.75rem);
  line-height: clamp(2.5rem, 1.7857rem + 1.1161vw, 3.125rem);
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about-company__banner-title {
    margin-bottom: 23px;
    max-width: 343px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.about-company__banner-text {
  position: relative;
  padding-left: 31px;
  white-space: pre-line;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about-company__banner-text {
    font-size: 20px;
    line-height: 27px;
  }
}
.about-company__banner-text::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 112px;
  background: #00aaff;
}
@media (max-width: 767px) {
  .about-company__banner-text::before {
    top: 2px;
    height: 79px;
  }
}
.about-company__stats {
  padding-top: 73px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 47px 65px;
}
@media (max-width: 1023px) {
  .about-company__stats {
    padding-top: 54px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .about-company__stats {
    padding-top: 36px;
    gap: 1.5rem;
  }
}
.about-company__stats-count {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #0c1f58;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .about-company__stats-count {
    font-size: 36px;
    line-height: 40px;
  }
}
.about-company__stats-text {
  max-width: 279px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0c1f58;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .about-company__stats-text {
    white-space: normal;
  }
}
.about-company__stats-small-text {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-company__stats-small-text {
    line-height: 40px;
  }
}
.about-company__features {
  padding: 14px 0 100px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .about-company__features {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .about-company__features {
    padding: 0 0 72px;
  }
}
.about-company__features-title {
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .about-company__features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about-company__features-title {
    margin-bottom: 39px;
  }
}
.about-company__features-slider {
  overflow: hidden;
}
.about-company__features-slider-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
.about-company__features-slide.swiper-slide {
  position: relative;
  padding: 60px;
  width: 447px;
  max-width: 447px;
  height: 301px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 767px) {
  .about-company__features-slide.swiper-slide {
    padding: 32px;
    height: 230px;
  }
}
.about-company__features-slide.swiper-slide h4 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about-company__features-slide.swiper-slide h4 {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 33px;
  }
}
.about-company__features-slide.swiper-slide p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about-company__features-slide.swiper-slide p {
    font-size: 17px;
    line-height: 22px;
  }
}
.about-company__map {
  position: relative;
  padding: 35px 0 53px;
}
@media (max-width: 1023px) {
  .about-company__map {
    padding: 70px 0;
    height: 778px;
  }
}
@media (max-width: 767px) {
  .about-company__map {
    padding: 40px 0 44px;
    height: 622px;
  }
}
.about-company__map .landing-container {
  height: 778px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .about-company__map .landing-container {
    height: 100%;
  }
}
.about-company__map-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-size: cover;
}
@media (max-width: 1023px) {
  .about-company__map-bg {
    background-position-x: 15%;
  }
}
@media (max-width: 767px) {
  .about-company__map-bg {
    background-position-x: 50%;
  }
}
.about-company__map-title {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f4f7f9;
  white-space: pre-line;
  z-index: 5;
}
@media (max-width: 767px) {
  .about-company__map-title {
    font-size: 24px;
    line-height: 30px;
    white-space: unset;
  }
}
.about-company__map-select {
  position: relative;
  padding: 0 22px;
  width: 334px;
  background: #001638;
  border: 1px solid #f4f7f9;
  border-radius: 4px;
  cursor: pointer;
  z-index: 5;
}
.about-company__map-select::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 31px;
  height: 3.16px;
  width: 16.61px;
  background: #f4f7f9;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-company__map-select::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  height: 3.16px;
  width: 16.61px;
  background: #f4f7f9;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.about-company__map-select.active::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.about-company__map-select.active::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-company__map-select.active .form__input-select-options-wrapper {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.about-company__map-select .form__input-select-current {
  padding: 11px 0;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #f4f7f9;
}
.about-company__map-select .form__input-select-current.placeholder {
  padding: 14px 0;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #ffffff;
  opacity: 0.5;
}
.about-company__map-select .form__input-select-options-wrapper {
  position: absolute;
  left: -1px;
  padding: 10px 20px 10px 0;
  width: calc(100% + 2px);
  height: 0;
  background: #001638;
  border: 1px solid #f4f7f9;
  border-top: unset;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 2;
}
.about-company__map-select .form__input-select-options {
  max-height: 411px;
  overflow-y: scroll;
}
.about-company__map-select .form__input-select-options li {
  padding: 0 22px;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #f4f7f9;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.about-company__map-select .form__input-select-options li:hover {
  background: #0c1f58;
}
.about-company__map-select .form__input-select-options::-webkit-scrollbar {
  left: -20px;
  width: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 11px;
}
.about-company__map-select .form__input-select-options::-webkit-scrollbar-thumb {
  width: 8px;
  height: 46px;
  background: #d9d9d9;
  border-radius: 11px;
}
.about-company__map-mark-info {
  position: relative;
  margin-top: 34px;
  max-width: 334px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}
@media (max-width: 1023px) {
  .about-company__map-mark-info {
    padding: 17px 25px;
    background: rgba(12, 31, 88, 0.7019607843);
  }
}
@media (max-width: 767px) {
  .about-company__map-mark-info {
    width: 100%;
    max-width: 100%;
  }
}
.about-company__map-mark-info.visible {
  opacity: 1;
}
.about-company__map-mark-adress {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #f4f7f9;
}
.about-company__map-map {
  position: absolute;
  top: 104px;
  right: 0;
  max-height: 690px;
  height: 100%;
  max-width: 1190px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .about-company__map-map {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-company__map-map {
    top: 204px;
    height: 238px;
  }
}
.about-company__rewards {
  padding: 93px 0;
}
@media (max-width: 1023px) {
  .about-company__rewards {
    padding: 66px 0;
  }
}
@media (max-width: 767px) {
  .about-company__rewards {
    padding: 47px 0;
  }
}
.about-company__rewards-title {
  margin-bottom: 39px;
}
.about-company__rewards-slider {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.about-company__rewards-slider-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.about-company__rewards-slide.swiper-slide .about-company__rewards-slide-content > *:not(:last-child) {
  margin-bottom: 15px;
}
.about-company__rewards-slide.swiper-slide p {
  white-space: pre-line;
}
.about-company__rewards-slide.swiper-slide strong {
  font-weight: bold;
}
.about-company__history {
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .about-company__history {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .about-company__history {
    padding-bottom: 60px;
  }
}
.about-company__history .landing-container {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.about-company__history-title {
  margin-bottom: 76px;
}
.about-company__history-slider {
  overflow: hidden;
}
.about-company__history-slider-wrapper {
  margin-top: 42px;
  cursor: -webkit-grab;
  cursor: grab;
}
.about-company__history-year {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
}
.about-company__history-slide-content p, .about-company__history-slide-content li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #000000;
}
.about-company__history-slide-content li {
  position: relative;
  padding-left: 15px;
}
.about-company__history-slide-content li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.about-company__history-slider-pagination-container {
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.about-company__history-slider-pagination-container::-webkit-scrollbar {
  display: none;
}
.about-company__history-slider-pagination.swiper-pagination-bullets {
  padding: 0 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54.5px;
  height: 183.02px;
  background: url(../img/about-company/history.png) no-repeat;
}
.about-company__history-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  min-width: 88.1px;
  height: 88.15px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #0c1f58;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-company__history-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(odd) {
  margin-top: 15px;
}
.about-company__history-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(even) {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 15px;
}
.about-company__history-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  color: #ffffff;
}
.about-company__history-slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-company__history-slider-button {
  width: 51px;
  height: 51px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MSIgaGVpZ2h0PSI1MSIgdmlld0JveD0iMCAwIDUxIDUxIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTEwLjYyNSAyNS40OTk4SDQwLjM3NSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTI1LjUgMTAuNjI0OEw0MC4zNzUgMjUuNDk5OEwyNS41IDQwLjM3NDgiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
  cursor: pointer;
}
.about-company__history-slider-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-company__history-slider-button.swiper-button-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.about-company__slider-pagination {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.about-company__slider-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #d9d9d9;
  opacity: 1;
}
.about-company__slider-pagination .swiper-pagination-bullet-active {
  background: #4ea9f8;
}
.about-company__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
@media (max-width: 1023px) {
  .about-company .vtb-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 51px;
  }
}
@media (max-width: 767px) {
  .about-company .vtb-partner {
    gap: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .about-company .vtb-partner__player-container {
    margin-top: 0;
  }
}
.about-company__legal-information {
  padding: 95px 0;
}
@media (max-width: 1023px) {
  .about-company__legal-information {
    padding: 66px 0;
  }
}
@media (max-width: 767px) {
  .about-company__legal-information {
    padding: 50px 0;
  }
}
/* new props (redesign) */
.career-student {
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
}

.banner-career-student {
  display: block;
  position: relative;
  overflow: hidden;
  left: 50%;
  width: 100vw;
  padding: 35px 0;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .banner-career-student {
    padding: 57px 0 340px;
  }
}
@media (max-width: 767px) {
  .banner-career-student {
    min-height: 554px;
    padding: 25px 0 120px;
  }
}
@media (min-width: 1200px) {
  .banner-career-student {
    padding: 48px 0;
  }
}
.banner-career-student--career {
  padding: 5rem;
}
@media (max-width: 1023px) {
  .banner-career-student--career {
    padding: 2.375rem 0 21.25rem 0;
  }
}
@media (max-width: 767px) {
  .banner-career-student--career {
    padding: 3.75rem 0 7.5rem 0;
  }
}
@media (max-width: 1023px) {
  .banner-career-student--seven-years {
    padding: 4.375rem 0 10.25rem 0;
  }
}
@media (max-width: 767px) {
  .banner-career-student--seven-years {
    padding: 1.5rem 0 7.5rem 0;
    min-height: 31.5rem;
  }
}
@media (max-width: 1023px) {
  .banner-career-student__img--seven-years img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
@media (max-width: 767px) {
  .banner-career-student__img--seven-years img {
    -o-object-position: 50% 80% !important;
    object-position: 50% 80% !important;
  }
}
.banner-career-student__img {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-career-student__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 55% 50%;
  object-position: 55% 50%;
}
@media (min-width: 1366px) {
  .banner-career-student__img img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
@media (max-width: 1023px) {
  .banner-career-student__img img {
    -o-object-position: 61% 100%;
    object-position: 61% 100%;
  }
}
@media (max-width: 767px) {
  .banner-career-student__img img {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }
}
.banner-career-student__title {
  display: inline-block;
  vertical-align: middle;
  margin-left: -13px;
  padding: 4px 13px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.25%, #7d28f5), color-stop(98.41%, #4ba7f8));
  background: linear-gradient(90deg, #7d28f5 2.25%, #4ba7f8 98.41%);
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .banner-career-student__title {
    padding: 8px 13px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .banner-career-student__title {
    padding: 8px 13px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner-career-student__title {
    margin-left: -11px;
    margin-right: -11px;
  }
}
@media (max-width: 370px) {
  .banner-career-student__title {
    padding: 8px 10px;
    font-size: 20px;
  }
}
.banner-career-student__subtitle {
  margin-top: 15px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .banner-career-student__subtitle {
    margin-top: 23px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .banner-career-student__subtitle {
    margin-top: 23px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner-career-student__subtitle {
    margin-top: 20px;
    line-height: 30px;
    text-transform: none;
  }
}
.banner-career-student__subtitle--seven-years {
  margin-bottom: 5.8rem;
  text-transform: none;
  font-size: 1.875rem;
}
@media (max-width: 1023px) {
  .banner-career-student__subtitle--seven-years {
    font-size: 1.5rem;
  }
}
.banner-career-student__main-career-title {
  margin: 0 0 5rem 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: 0.055rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .banner-career-student__main-career-title {
    margin: 0 0 4.68rem 0;
  }
}
@media (max-width: 767px) {
  .banner-career-student__main-career-title {
    margin: 0 0 4.68rem 0;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.banner-career-student__main-career-title--seven-years {
  margin: 0;
  font-size: clamp(2.375rem, 1.9464rem + 0.6696vw, 2.75rem);
  line-height: clamp(2.5rem, 1.7857rem + 1.1161vw, 3.125rem);
}
@media (max-width: 1023px) {
  .banner-career-student__main-career-title--seven-years {
    width: 19rem;
  }
}
.banner-career-student__descr {
  max-width: 355px;
  margin-top: 6px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5ac5fa;
}
@media (min-width: 1200px) {
  .banner-career-student__descr {
    max-width: 430px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .banner-career-student__descr {
    max-width: 430px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .banner-career-student__descr {
    max-width: 100%;
    margin-top: 4px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 410px) {
  .banner-career-student__descr {
    max-width: 230px;
  }
}
.banner-career-student__descr br {
  display: none;
}
@media (max-width: 767px) {
  .banner-career-student__descr br {
    display: block;
  }
}
.banner-career-student__btn {
  margin-top: 60px;
  padding-left: 46px;
  padding-right: 46px;
}
@media (min-width: 1200px) {
  .banner-career-student__btn {
    margin-top: 90px;
  }
}
@media (max-width: 1023px) {
  .banner-career-student__btn {
    margin-top: 104px;
  }
}
@media (max-width: 767px) {
  .banner-career-student__btn {
    position: absolute;
    bottom: 35px;
    width: calc(100% - 30px);
    margin-top: 0;
  }
}
.banner-career-student__btn--seven-years {
  margin-bottom: 4.375rem;
  position: relative;
}
@media (max-width: 1023px) {
  .banner-career-student__btn--seven-years {
    width: auto;
  }
}
@media (max-width: 767px) {
  .banner-career-student__btn--seven-years {
    position: absolute;
    bottom: 35px;
    width: calc(100% - 30px);
    margin-top: 0;
    margin-bottom: 0;
  }
}
.banner-career-student__main-career-btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 3rem;
  margin-top: 0;
  padding: 0px 2.4rem 0px 2.4rem;
}

.information-career-student {
  padding: 72px 0;
}
@media (max-width: 1023px) {
  .information-career-student {
    padding: 66px 0 63px;
  }
}
@media (max-width: 767px) {
  .information-career-student {
    padding: 45px 0 51px;
  }
}
.information-career-student__descr {
  max-width: 1100px;
  margin-top: 46px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #000000;
}
@media (max-width: 1023px) {
  .information-career-student__descr {
    margin-top: 37px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .information-career-student__descr {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
  }
}

.advantages-career-student {
  display: block;
  position: relative;
  overflow: hidden;
  left: 50%;
  width: 100vw;
  padding: 96px 0 84px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .advantages-career-student {
    padding: 63px 0 612px;
  }
}
@media (max-width: 767px) {
  .advantages-career-student {
    padding-top: 37px;
    padding-bottom: 360px;
  }
}
.advantages-career-student .landing-title {
  max-width: 650px;
}
.advantages-career-student .landing-title:after {
  display: none;
}
.advantages-career-student__img {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advantages-career-student__img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 35% 50%;
  object-position: 35% 50%;
}
@media (min-width: 1366px) {
  .advantages-career-student__img img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
@media (max-width: 1023px) {
  .advantages-career-student__img img {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }
}
.advantages-career-student__list {
  display: grid;
  max-width: 720px;
  grid-template-columns: 1fr 1fr;
  gap: 40px 50px;
  grid-template-areas: "item1 item4" "item2 item5" "item3 item6";
}
@media (max-width: 1023px) {
  .advantages-career-student__list {
    margin: 20px auto 0;
    gap: 40px 15px;
    grid-template-columns: 5fr 4fr;
  }
}
@media (max-width: 767px) {
  .advantages-career-student__list {
    max-width: 600px;
    margin-top: -5px;
    gap: 25px 27px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6";
  }
}
@media (max-width: 540px) {
  .advantages-career-student__list {
    max-width: 420px;
  }
}
@media (max-width: 370px) {
  .advantages-career-student__list {
    gap: 25px 20px;
  }
}
.advantages-career-student__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 540px) {
  .advantages-career-student__list .item {
    display: block;
  }
}
.advantages-career-student__list .item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-right: 22px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), color-stop(77.21%, #bababa));
  background: linear-gradient(180deg, #e3e3e3 0%, #bababa 77.21%);
  -webkit-box-shadow: 0 15px 12px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 12px -6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .advantages-career-student__list .item__icon {
    margin-right: 15px;
  }
}
@media (max-width: 540px) {
  .advantages-career-student__list .item__icon {
    margin-right: 0;
  }
}
.advantages-career-student__list .item__icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.advantages-career-student__list .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: calc(100% - 68px - 22px);
}
@media (max-width: 767px) {
  .advantages-career-student__list .item__info {
    max-width: calc(100% - 68px - 15px);
  }
}
@media (max-width: 540px) {
  .advantages-career-student__list .item__info {
    max-width: 100%;
  }
}
.advantages-career-student__list .item__info-title {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 58px;
  line-height: 58px;
  letter-spacing: 0.02em;
  color: #5ac5fa;
}
@media (max-width: 767px) {
  .advantages-career-student__list .item__info-title {
    font-size: 38px;
    line-height: 54px;
  }
}
@media (max-width: 370px) {
  .advantages-career-student__list .item__info-title {
    font-size: 30px;
  }
}
.advantages-career-student__list .item__info-descr {
  display: inline-block;
  vertical-align: top;
  max-width: 210px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .advantages-career-student__list .item__info-descr {
    margin-top: 0;
    font-size: 16px;
  }
}
.advantages-career-student__list .item--1 {
  grid-area: item1;
}
.advantages-career-student__list .item--2 {
  grid-area: item2;
}
.advantages-career-student__list .item--3 {
  grid-area: item3;
}
.advantages-career-student__list .item--4 {
  grid-area: item4;
}
.advantages-career-student__list .item--5 {
  grid-area: item5;
}
.advantages-career-student__list .item--6 {
  grid-area: item6;
}

.roles-career-student {
  overflow: hidden;
  padding-top: 69px;
}
@media (max-width: 767px) {
  .roles-career-student {
    padding-top: 45px;
  }
}
.roles-career-student__subtitle {
  margin-top: 50px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 767px) {
  .roles-career-student__subtitle {
    margin-top: 25px;
    font-size: 18px;
    line-height: 24px;
  }
}

.list-roles-career-student {
  margin-top: 32px;
}
.list-roles-career-student .item-tab {
  background: #eef8ff;
  border-radius: 4px;
  border: 2px solid #eef8ff;
  cursor: pointer;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0;
  color: #5b2ade;
}
@media (max-width: 1023px) {
  .list-roles-career-student .item-tab {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .list-roles-career-student .item-tab {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 20px;
  }
}
.list-roles-career-student .item-tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 668px;
  padding: 15px 33px 16px;
}
@media (max-width: 1480px) {
  .list-roles-career-student .item-tab__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list-roles-career-student .item-tab__content {
    padding: 0 45px 0 0;
  }
}
.list-roles-career-student .item-tab__img {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 58px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .list-roles-career-student .item-tab__img {
    margin-right: 18px;
    margin-top: -2px;
    margin-bottom: -2px;
  }
}
.list-roles-career-student .item-tab__text {
  display: inline-block;
  vertical-align: middle;
}
.list-roles-career-student .item-tab__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 36px;
  right: 26px;
  width: 23px;
  height: 23px;
}
@media (max-width: 767px) {
  .list-roles-career-student .item-tab__icon {
    top: 19px;
    right: 17px;
  }
}
.list-roles-career-student .item-tab__icon svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  fill: #5b2ade;
}
.list-roles-career-student .item-tab.active {
  border-color: #5b2ade;
}
.list-roles-career-student .item-tab.active .item-tab__icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-roles-career-student .item-content {
  display: none;
}
.list-roles-career-student .item-content.active {
  display: block;
}
.list-roles-career-student__header {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-gap: 29px 55px;
}
@media (max-width: 1023px) {
  .list-roles-career-student__header {
    display: none;
  }
}
.list-roles-career-student__main .item-tab {
  display: none;
}
@media (max-width: 1023px) {
  .list-roles-career-student__main .item-tab {
    display: block;
  }
}
.list-roles-career-student__main .item-content.active {
  margin: 52px 0 20px;
}
@media (max-width: 1023px) {
  .list-roles-career-student__main .item-content.active {
    margin-top: 32px;
  }
}
.list-roles-career-student__main.show-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 30px;
  margin-top: 64px;
  margin-left: -15px;
  margin-right: -15px;
}
.list-roles-career-student__main.show-full .item {
  width: 100%;
  padding: 0 15px;
}
.list-roles-career-student__main.show-full .item .item-content {
  height: 100%;
}
.list-roles-career-student__main.show-full .item .item-content.active {
  margin: 0;
}
.list-roles-career-student__main.show-full .item .role-career-student {
  height: 100%;
}
.list-roles-career-student__main.show-full .item--sales {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.list-roles-career-student__main.show-full .item--information-security {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.list-roles-career-student__main.show-full .item--business-analytics {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.list-roles-career-student__main.show-full .item--risks {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.list-roles-career-student__main.show-full .item--marketing {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.list-roles-career-student__main.show-full .item--information-technology {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.list-roles-career-student__main.show-full .item--sales, .list-roles-career-student__main.show-full .item--marketing {
  width: 33.33%;
}
.list-roles-career-student__main.show-full .item--sales .role-career-student__col, .list-roles-career-student__main.show-full .item--marketing .role-career-student__col {
  width: 100%;
}
.list-roles-career-student__main.show-full .item--information-security, .list-roles-career-student__main.show-full .item--risks {
  width: 66.66%;
}
.list-roles-career-student__main.show-full .item--information-security .role-career-student__col, .list-roles-career-student__main.show-full .item--risks .role-career-student__col {
  width: 50%;
}
.list-roles-career-student__btn-full {
  position: relative;
  margin-top: 37px;
  padding-right: 33px;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  background: transparent;
  color: #00AAFF;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .list-roles-career-student__btn-full {
    display: none;
  }
}
.list-roles-career-student__btn-full:before, .list-roles-career-student__btn-full:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-roles-career-student__btn-full:before {
  top: 26px;
  left: calc(100% - 16px);
  width: 18px;
  height: 2px;
  background-color: #00AAFF;
}
.list-roles-career-student__btn-full:after {
  top: 20px;
  left: calc(100% - 12px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #00AAFF;
  border-right: 2px solid #00AAFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-roles-career-student__btn-full:hover {
  color: #0D53BB;
}
.list-roles-career-student__btn-full:hover:before {
  width: 31px;
  background-color: #0D53BB;
}
.list-roles-career-student__btn-full:hover:after {
  left: 100%;
  border-color: #0D53BB;
}

.role-career-student {
  display: block;
  position: relative;
  padding: 26px 29px 88px;
  letter-spacing: 0;
  border-radius: 4px;
  background-color: #eef8ff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("/local/templates/main/img/career-student/roles/bg-role.jpg");
}
@media (max-width: 1023px) {
  .role-career-student {
    margin-bottom: 30px;
    padding-top: 34px;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 767px) {
  .role-career-student {
    padding-top: 26px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.role-career-student--light {
  background-image: url("/local/templates/main/img/career-student/roles/bg-role_light.jpg");
}
.role-career-student__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.875rem;
}
.role-career-student__title {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  color: #5b2ade;
}
@media (max-width: 767px) {
  .role-career-student__title {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 24px;
  }
}
.role-career-student__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
@media (max-width: 1023px) {
  .role-career-student__content {
    max-width: 400px;
  }
}
.role-career-student__content p {
  margin-bottom: 25px;
}
.role-career-student__content p + ul {
  margin-top: -20px;
}
@media (max-width: 1023px) {
  .role-career-student__content ul {
    line-height: 25px;
  }
}
.role-career-student__content ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 9px;
}
@media (max-width: 1023px) {
  .role-career-student__content ul li {
    margin-bottom: 0;
  }
}
.role-career-student__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
}
.role-career-student__subtitle {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 1023px) {
  .role-career-student__subtitle {
    height: auto;
    margin-bottom: 24px;
    border-bottom: 1px solid #d3dfe7;
  }
}
@media (max-width: 767px) {
  .role-career-student__subtitle {
    margin-bottom: 19px;
  }
}
.role-career-student__subtitle--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .role-career-student__subtitle--mobile {
    display: block;
  }
}
.role-career-student .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -20px;
}
@media (max-width: 1023px) {
  .role-career-student .row {
    display: block;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .role-career-student .row {
    margin: 0 -46px;
  }
}
@media (max-width: 1023px) {
  .role-career-student .row--header {
    display: none;
  }
}
.role-career-student .row--header .role-career-student__col {
  position: relative;
  margin-bottom: 16px;
}
.role-career-student .row--header .role-career-student__col:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: #d3dfe7;
}
@media (min-width: 1400px) {
  .role-career-student .row--header .role-career-student__col:after {
    left: 46px;
    right: 46px;
  }
}
.role-career-student .row--header .role-career-student__col:nth-child(3):after {
  background-color: #000000;
}
.role-career-student__col {
  width: 33.3333%;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .role-career-student__col {
    width: 100%;
    margin-top: 47px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .role-career-student__col {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .role-career-student__col {
    padding: 0 46px;
  }
}
.role-career-student__col:nth-child(3):after {
  background-color: #000000;
}
@media (max-width: 1023px) {
  .role-career-student__col:first-child {
    margin-top: 0;
  }
}
.role-career-student__btn {
  position: absolute;
  left: 29px;
  bottom: 18px;
  padding-right: 33px;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  background: transparent;
  color: #00AAFF;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .role-career-student__btn {
    left: 33px;
  }
}
@media (max-width: 767px) {
  .role-career-student__btn {
    bottom: 22px;
    left: 16px;
  }
}
.role-career-student__btn:before, .role-career-student__btn:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.role-career-student__btn:before {
  top: 26px;
  left: calc(100% - 16px);
  width: 18px;
  height: 2px;
  background-color: #00AAFF;
}
.role-career-student__btn:after {
  top: 20px;
  left: calc(100% - 12px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #00AAFF;
  border-right: 2px solid #00AAFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.role-career-student__btn:hover {
  color: #0D53BB;
}
.role-career-student__btn:hover:before {
  width: 31px;
  background-color: #0D53BB;
}
.role-career-student__btn:hover:after {
  left: 100%;
  border-color: #0D53BB;
}
.show-full .role-career-student {
  background: #eef8ff;
}
.show-full .role-career-student .row--header .role-career-student__col:nth-child(3):after {
  background-color: #d3dfe7;
}

.terms-career-student {
  padding-top: 68px;
  padding-bottom: 112px;
}
@media (min-width: 1200px) {
  .terms-career-student {
    padding-top: 58px;
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .terms-career-student {
    padding-top: 34px;
    padding-bottom: 100px;
  }
}
.terms-career-student__img {
  display: block;
  text-align: center;
  margin-top: 54px;
}
@media (min-width: 1200px) {
  .terms-career-student__img {
    margin-top: 103px;
  }
}
@media (max-width: 767px) {
  .terms-career-student__img {
    margin-top: 70px;
  }
}
.terms-career-student__img img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin: 0 auto;
}
.terms-career-student__content {
  margin-top: 48px;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .terms-career-student__content {
    margin-top: 42px;
  }
}
.terms-career-student__title {
  font-weight: 500;
}
.terms-career-student__descr {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .terms-career-student__descr {
    margin-top: 15px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.terms-career-student__descr--grid {
  display: grid;
  grid-template-columns: 3fr 4fr;
  max-width: 700px;
}
@media (max-width: 1023px) {
  .terms-career-student__descr--grid {
    grid-template-columns: 10fr 9fr;
  }
}
@media (max-width: 767px) {
  .terms-career-student__descr--grid {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item3" "item2" "item4";
  }
}
@media (max-width: 767px) {
  .terms-career-student__descr--grid .item1 {
    grid-area: item1;
  }
}
@media (max-width: 767px) {
  .terms-career-student__descr--grid .item2 {
    grid-area: item2;
  }
}
@media (max-width: 767px) {
  .terms-career-student__descr--grid .item3 {
    grid-area: item3;
  }
}
@media (max-width: 767px) {
  .terms-career-student__descr--grid .item4 {
    grid-area: item4;
  }
}
.terms-career-student ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .terms-career-student ul li {
    margin-bottom: 13px;
  }
}
.terms-career-student ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}
.terms-career-student .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.terms-career-student .col {
  width: 100%;
  margin-top: 18px;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .terms-career-student .col {
    width: 50%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .terms-career-student .col {
    margin-top: 12px;
  }
}
.terms-career-student .col:first-child {
  margin-top: 0;
}

.application-career-student {
  margin-bottom: 136px;
}
@media (max-width: 1023px) {
  .application-career-student {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .application-career-student {
    margin-bottom: 64px;
  }
}
.application-career-student__info {
  margin-top: 55px;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
@media (max-width: 1023px) {
  .application-career-student__info {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .application-career-student__info {
    margin-top: 29px;
  }
}
.application-career-student__info a {
  color: #00AAFF;
  text-decoration: none;
}
.application-career-student__info a:hover {
  color: #0D53BB;
}

.student-reviews {
  position: relative;
}
.student-reviews__block {
  position: relative;
  width: 20.5rem;
  height: 20.25rem;
  border-radius: 0.25rem;
  background: linear-gradient(226deg, #0af 0%, #0d53bb 44.79%, #7f00fd 97.4%);
  overflow: hidden;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 767px) {
  .student-reviews__block {
    margin-right: 1rem;
  }
}
.student-reviews .owl-carousel button.owl-dot span {
  background: #d9d9d9 !important;
}
.student-reviews .owl-carousel button.owl-dot.active span {
  background: var(--vtbl-cyan, #0af) !important;
}
.student-reviews__title {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .student-reviews__title {
    margin-bottom: 2.5rem;
  }
}
.student-reviews__about {
  position: relative;
}
.student-reviews__person {
  position: absolute;
  z-index: 0;
  right: 0;
  height: 100%;
}
.student-reviews__person-img {
  width: 100%;
  height: 100%;
}
.student-reviews__info {
  z-index: 2;
  margin-top: 3.25rem;
  margin-left: 1.5rem;
  max-width: 9.75rem;
}
.student-reviews__name {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.student-reviews__position {
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
}
.student-reviews__advice {
  position: relative;
  margin-right: 1.5rem;
  height: 10rem;
}
.student-reviews__advice-img {
  position: absolute;
  top: 0.875rem;
  z-index: 2;
}
.student-reviews__text {
  z-index: 3;
  position: relative;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  top: 1.875rem;
  max-width: 15.875rem;
}
.student-reviews__text-name {
  color: var(--blue-3, #0af);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.student-reviews__text-text {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 0.875rem;
}
.student-reviews__popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6117647059);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  overflow-y: initial !important;
}
.student-reviews__popup-img {
  position: absolute;
  right: 3rem;
  top: 1.5rem;
}
@media (max-width: 767px) {
  .student-reviews__popup-img {
    right: 2rem;
    top: 1.25rem;
  }
}
.student-reviews__popup-wrapper {
  padding: 3.5rem 6rem 3rem 3rem;
  max-width: 76.25rem;
  position: relative;
  border: 1px solid black;
  background-color: #fff;
  height: 90vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .student-reviews__popup-wrapper {
    padding: 3rem 1rem;
    max-width: 100vw;
    max-height: 100vh;
    overflow-y: auto;
  }
}
.student-reviews__popup-link {
  text-decoration: none;
}
.student-reviews__popup-body {
  max-width: 69.25rem;
}
.student-reviews__popup-body-item-1 {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
}
@media (max-width: 767px) {
  .student-reviews__popup-body-item-1 {
    font-size: 1.25rem;
  }
}
.student-reviews__popup-body-item-1, .student-reviews__popup-body-item-2, .student-reviews__popup-body-item-3, .student-reviews__popup-body-item-4, .student-reviews__popup-body-item-5 {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .student-reviews__popup-body-item-1, .student-reviews__popup-body-item-2, .student-reviews__popup-body-item-3, .student-reviews__popup-body-item-4, .student-reviews__popup-body-item-5 {
    font-size: 1rem;
  }
}
.student-reviews__popup-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.student-reviews__popup-footer-text {
  max-width: 58.5rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.student-reviews__popup-footer-name {
  color: var(--blue-3, #0af);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.student-reviews__popup-footer-info {
  color: var(--blue-3, #0af);
  line-height: 1.5rem;
}
.t-text-footnotes {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #808080;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.t-text-footnotes a {
  text-decoration: none;
  color: #808080 !important;
  font-weight: 600;
}
.t-text-footnotes a * {
  color: #808080 !important;
}
.t-text-footnotes u {
  text-decoration: none;
}
.t-text-footnotes a:hover {
  color: #00aaff;
}
.t-text-footnotes a:hover * {
  color: #00aaff !important;
}

.widthvh {
  width: 100vw;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* new props (redesign) */
.benefit-car {
  padding-top: 75px;
  padding-bottom: 130px;
}
@media (max-width: 1023px) {
  .benefit-car {
    padding-top: 95px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .benefit-car {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.benefit-car__info {
  margin-top: 55px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .benefit-car__info {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .benefit-car__info {
    margin-top: 35px;
  }
}
.benefit-car__info a {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  text-decoration: none;
  color: #00AAFF;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 1023px) {
  .benefit-car__info a {
    margin-top: 15px;
  }
}
.benefit-car__info a:hover {
  color: #0D53BB;
}
.benefit-car__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 90px;
}
@media (max-width: 1023px) {
  .benefit-car__list {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .benefit-car__list {
    margin-top: 35px;
  }
}

.item-benefit-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  width: 33.3333%;
  padding: 20px 20px 10px;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1023px) {
  .item-benefit-car {
    width: 50%;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .item-benefit-car {
    padding: 10px;
    font-size: 14px;
  }
}
.item-benefit-car__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background-image: url("/local/templates/main/img/profit/circle.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 200px 200px;
}
@media (max-width: 1023px) {
  .item-benefit-car__icon {
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
}
@media (max-width: 767px) {
  .item-benefit-car__icon {
    width: 73px;
    height: 73px;
    background-size: 73px 73px;
  }
}
@media (max-width: 1023px) {
  .item-benefit-car__icon img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .item-benefit-car__icon img {
    -webkit-transform: scale(0.36);
    -ms-transform: scale(0.36);
    transform: scale(0.36);
  }
}
.item-benefit-car__text {
  max-width: 300px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .item-benefit-car__text {
    max-width: 250px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .item-benefit-car__text {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .item-benefit-car__text br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .item-benefit-car:before, .item-benefit-car:after {
    content: "";
    position: absolute;
    display: none;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60px 60px;
  }
}
@media (min-width: 1024px) {
  .item-benefit-car:before {
    background-image: url("/local/templates/main/img/car/point_fill.svg");
  }
}
@media (min-width: 1024px) {
  .item-benefit-car:after {
    background-image: url("/local/templates/main/img/car/point_white.svg");
  }
}
.item-benefit-car:nth-child(2n+2) {
  background-color: #F4F7F9;
}
.item-benefit-car:nth-child(1):before {
  display: block;
  top: 145px;
  right: 0;
}
.item-benefit-car:nth-child(1):after {
  display: block;
  top: 65px;
  right: -60px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-benefit-car:nth-child(2):before {
  display: block;
  top: 65px;
  right: -60px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-benefit-car:nth-child(2):after {
  display: block;
  top: 145px;
  right: 0;
}
.item-benefit-car:nth-child(4):before {
  display: block;
  top: 145px;
  right: -60px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-benefit-car:nth-child(4):after {
  display: block;
  top: 65px;
  right: 0;
}
.item-benefit-car:nth-child(5):before {
  display: block;
  top: 65px;
  right: 0;
}
.item-benefit-car:nth-child(5):after {
  display: block;
  top: 145px;
  right: -60px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1023px) {
  .item-benefit-car--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1023px) {
  .item-benefit-car--2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 1023px) {
  .item-benefit-car--3 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media (max-width: 1023px) {
  .item-benefit-car--4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 1023px) {
  .item-benefit-car--5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (max-width: 1023px) {
  .item-benefit-car--6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

.application-car {
  margin-top: 90px;
}

@media (max-width: 1023px) {
  .leasing-count--passenger-car .count-block {
    grid-template-columns: 2fr 41px 3fr;
  }
}
@media (max-width: 767px) {
  .leasing-count--passenger-car .count-block {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    margin-top: 30px;
  }
  .leasing-count--passenger-car .count-block span {
    font-size: 1.25rem;
    line-height: 34px;
  }
}
@media (max-width: 1023px) {
  .leasing-count--passenger-car .count-block__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .leasing-count--passenger-car .count-block__item {
    row-gap: 5px;
  }
}
@media (max-width: 1023px) {
  .leasing-count--passenger-car .count-block__left {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .leasing-count--passenger-car .count-block__left {
    font-size: 40px;
    line-height: 46px;
  }
}
.leasing-count--passenger-car .count-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .leasing-count--passenger-car .count-block__top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    line-height: 34px;
  }
}
.leasing-count--passenger-car .count-block__top .v-popover {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .leasing-count--passenger-car .count-block__top .v-popover {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.leasing-count--passenger-car .count-block__top .calc-l-range__popover-btn img {
  display: inline-block;
  vertical-align: top;
  opacity: 0.45;
}
/* new props (redesign) */
.profit {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .profit {
    padding-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .profit-benefit .hidden-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .profit-benefit .hidden-mobile {
    display: none;
  }
}
.profit-benefit .info-profit-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}
@media (max-width: 1399px) {
  .profit-benefit .info-profit-benefit {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .profit-benefit .info-profit-benefit {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .profit-benefit .info-profit-benefit {
    display: block;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .info-profit-benefit {
    margin-top: 40px;
    font-size: 16px;
    line-height: 19px;
  }
}
.profit-benefit .info-profit-benefit__main {
  position: relative;
  width: 51%;
  padding: 32px 0 32px 40px;
  color: #000000;
  background-color: #F4F7F9;
}
@media (max-width: 1399px) {
  .profit-benefit .info-profit-benefit__main {
    width: 48%;
  }
}
@media (max-width: 1023px) {
  .profit-benefit .info-profit-benefit__main {
    width: 100%;
    padding: 17px 40px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .info-profit-benefit__main {
    padding: 15px;
  }
}
.profit-benefit .info-profit-benefit__main:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -30px;
  width: 60px;
  height: 100%;
  background-color: #F4F7F9;
  -webkit-transform: skewX(159deg);
  -ms-transform: skewX(159deg);
  transform: skewX(159deg);
}
@media (max-width: 1023px) {
  .profit-benefit .info-profit-benefit__main:before {
    display: none;
  }
}
.profit-benefit .info-profit-benefit__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 47%;
  padding: 15px 34px 10px 84px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .profit-benefit .info-profit-benefit__additional {
    width: 50%;
    padding: 15px 35px 10px 70px;
  }
}
@media (max-width: 1199px) {
  .profit-benefit .info-profit-benefit__additional {
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .profit-benefit .info-profit-benefit__additional {
    width: 100%;
    padding: 15px 35px 10px 45px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .info-profit-benefit__additional {
    padding: 15px 17px;
  }
}
.profit-benefit .info-profit-benefit__additional:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -30px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00AAFF), to(#0D53BB));
  background: linear-gradient(270deg, #00AAFF 0%, #0D53BB 100%);
  -webkit-transform: skewX(159deg);
  -ms-transform: skewX(159deg);
  transform: skewX(159deg);
}
@media (max-width: 1399px) {
  .profit-benefit .info-profit-benefit__additional:before {
    right: -35px;
  }
}
@media (max-width: 1023px) {
  .profit-benefit .info-profit-benefit__additional:before {
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.profit-benefit .info-profit-benefit__icon {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 72px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .info-profit-benefit__icon {
    width: 54px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .info-profit-benefit__icon {
    width: 45px;
    height: 44px;
  }
}
.profit-benefit .info-profit-benefit__icon svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  fill: #00AAFF;
}
.profit-benefit .info-profit-benefit__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 52px;
}
@media (max-width: 1399px) {
  .profit-benefit .info-profit-benefit__text {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .info-profit-benefit__text {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .profit-benefit .info-profit-benefit__text {
    padding-left: 42px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .info-profit-benefit__text {
    padding-left: 18px;
  }
}
.profit-benefit .info-profit-benefit__text .big {
  font-size: 48px;
  line-height: 66px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .info-profit-benefit__text .big {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .info-profit-benefit__text .big {
    font-size: 32px;
    line-height: 38px;
  }
}
.profit-benefit .list-cards-profit-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .profit-benefit .list-cards-profit-benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 29px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .list-cards-profit-benefit {
    row-gap: 15px;
    margin-top: 15px;
  }
}
.profit-benefit .card-profit-benefit {
  position: relative;
  width: 33.3333%;
  padding: 120px 30px 60px;
  background-color: #F4F7F9;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000000;
}
@media (min-width: 1200px) {
  .profit-benefit .card-profit-benefit {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .profit-benefit .card-profit-benefit {
    width: 100%;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .card-profit-benefit {
    padding: 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
.profit-benefit .card-profit-benefit__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  background-image: url("/local/templates/main/img/profit/circle.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 120px 120px;
}
@media (max-width: 767px) {
  .profit-benefit .card-profit-benefit__counter {
    top: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 40px;
    background-size: 80px 80px;
  }
}
.profit-benefit .card-profit-benefit__title {
  font-weight: 500;
  font-size: 44px;
  line-height: 124px;
  color: #0C1F58;
}
@media (max-width: 767px) {
  .profit-benefit .card-profit-benefit__title {
    font-size: 30px;
    line-height: 80px;
  }
}
.profit-benefit .card-profit-benefit__title .big {
  font-weight: 700;
  font-size: 124px;
}
@media (max-width: 767px) {
  .profit-benefit .card-profit-benefit__title .big {
    font-size: 80px;
  }
}
.profit-benefit .card-profit-benefit__subtitle {
  min-height: 78px;
  margin-top: -28px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0C1F58;
}
@media (max-width: 1023px) {
  .profit-benefit .card-profit-benefit__subtitle {
    min-height: auto;
    margin-top: -26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .card-profit-benefit__subtitle {
    max-width: 220px;
    margin-top: -17px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
.profit-benefit .banner-profit-benefit {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .profit-benefit .banner-profit-benefit {
    margin-top: 15px;
  }
}
.profit-benefit .banner-profit-benefit__img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 800px + 100px);
  height: 100%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .banner-profit-benefit__img {
    width: calc(100% - 600px + 100px);
  }
}
@media (min-width: 1400px) {
  .profit-benefit .banner-profit-benefit__img {
    width: calc(100% - 800px + 200px);
  }
}
@media (max-width: 1023px) {
  .profit-benefit .banner-profit-benefit__img {
    position: relative;
    right: auto;
    left: 0;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .banner-profit-benefit__img {
    height: 200px;
  }
}
.profit-benefit .banner-profit-benefit__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .profit-benefit .banner-profit-benefit__img img {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
}
.profit-benefit .banner-profit-benefit__content {
  position: relative;
  z-index: 2;
  padding: 60px 70px 20px 40px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .banner-profit-benefit__content {
    padding: 60px 20px 20px;
  }
}
@media (max-width: 1023px) {
  .profit-benefit .banner-profit-benefit__content {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .banner-profit-benefit__content {
    padding: 40px 15px 15px;
  }
}
.profit-benefit .banner-profit-benefit__content-wrap {
  position: relative;
  max-width: 100%;
  width: 800px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .banner-profit-benefit__content-wrap {
    width: 600px;
  }
}
@media (max-width: 1023px) {
  .profit-benefit .banner-profit-benefit__content-wrap {
    width: 100%;
  }
}
.profit-benefit .banner-profit-benefit__content-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 150%;
  height: 100%;
  background: radial-gradient(100% 100% at 100% 100%, #007BE6 0%, rgba(0, 123, 230, 0) 100%), radial-gradient(100% 100% at 0% 0%, #0D2A7D 0%, rgba(13, 42, 125, 0) 100%), #0D53BB;
  -webkit-transform: skew(159deg);
  -ms-transform: skew(159deg);
  transform: skew(159deg);
}
@media (max-width: 1023px) {
  .profit-benefit .banner-profit-benefit__content-wrap:before {
    left: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.profit-benefit .banner-profit-benefit__title {
  margin-top: 55px;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .banner-profit-benefit__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .banner-profit-benefit__title {
    margin-top: 38px;
    font-size: 24px;
    line-height: 28px;
  }
}
.profit-benefit .banner-profit-benefit__primary {
  max-width: 600px;
  margin-top: 42px;
  font-size: 16px;
  line-height: 20px;
  color: #00AAFF;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .banner-profit-benefit__primary {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .banner-profit-benefit__primary {
    margin-top: 19px;
    font-size: 12px;
    line-height: 16px;
  }
}
.profit-benefit .interval-banner-profit-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 44px;
  line-height: 84px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .interval-banner-profit-benefit {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .interval-banner-profit-benefit {
    display: block;
    font-size: 30px;
    line-height: 56px;
  }
}
.profit-benefit .interval-banner-profit-benefit:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 12px;
  background-color: #00AAFF;
}
@media (max-width: 767px) {
  .profit-benefit .interval-banner-profit-benefit:after {
    bottom: -12px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .interval-banner-profit-benefit__item:not(:first-child) {
    margin-top: -8px;
  }
}
.profit-benefit .interval-banner-profit-benefit .big {
  font-size: 84px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .profit-benefit .interval-banner-profit-benefit .big {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .profit-benefit .interval-banner-profit-benefit .big {
    font-size: 56px;
  }
}

.profit-discounts {
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .profit-discounts {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .profit-discounts {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .profit-discounts .special-offer__list.owl-carousel.owl-loaded {
    width: calc(100% + 36px);
    margin-left: 0;
    margin-right: -36px;
  }
}
@media (max-width: 767px) {
  .profit-discounts .special-offer__list.owl-carousel.owl-loaded {
    width: calc(100% + 15px);
    margin-left: 0;
    margin-right: -15px;
  }
}
@media (max-width: 1023px) {
  .profit-discounts .owl-stage-outer {
    margin-left: -70px;
  }
}
@media (max-width: 767px) {
  .profit-discounts .owl-stage-outer {
    margin-left: -60px;
  }
}

.profit-cars {
  width: 100vw;
  position: relative;
  overflow: hidden;
  left: 50%;
  padding: 40px 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  background: #032042;
}
@media (max-width: 1023px) {
  .profit-cars {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .profit-cars {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .profit-cars .hidden-tablet {
    display: none;
  }
}
.profit-cars > .landing-container {
  position: relative;
  z-index: 2;
}
.profit-cars__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1400px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}
.profit-cars__bg img {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
@media (max-width: 1023px) {
  .profit-cars__bg img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .profit-cars__bg img {
    margin-top: -50px;
  }
}
.profit-cars__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .profit-cars__title {
    max-width: 220px;
    font-size: 24px;
    line-height: 28px;
  }
}
.profit-cars__title .blue {
  color: #00AAFF;
}
.profit-cars__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .profit-cars__row {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .profit-cars__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 17px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .profit-cars__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
  }
}
.profit-cars__row .profit-cars__car {
  height: 55px;
}
@media (max-width: 1199px) {
  .profit-cars__row .profit-cars__car {
    height: 38px;
  }
}
@media (max-width: 1023px) {
  .profit-cars__row .profit-cars__car {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .profit-cars__row .profit-cars__car {
    height: 35px;
  }
}
@media (max-width: 1023px) {
  .profit-cars__row--big {
    margin-top: 36px;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
  }
}
@media (max-width: 767px) {
  .profit-cars__row--big {
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
  }
}
.profit-cars__row--big .profit-cars__car {
  height: 27px;
}
@media (max-width: 1199px) {
  .profit-cars__row--big .profit-cars__car {
    height: 21px;
  }
}
@media (max-width: 1023px) {
  .profit-cars__row--big .profit-cars__car {
    height: 27px;
  }
}
@media (max-width: 767px) {
  .profit-cars__row--big .profit-cars__car {
    height: 18px;
  }
}
.profit-cars__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1260px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .profit-cars__footer {
    display: block;
    text-align: center;
  }
}
.profit-cars__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 850px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 1023px) {
  .profit-cars__description {
    max-width: none;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .profit-cars__description {
    font-size: 14px;
    line-height: 18px;
  }
}
.profit-cars__btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 30px 18px;
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #ffffff;
  -webkit-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  color: #ffffff;
  background: rgba(3, 32, 66, 0.4);
  cursor: pointer;
}
@media (max-width: 1023px) {
  .profit-cars__btn {
    margin-top: 37px;
  }
}
@media (max-width: 767px) {
  .profit-cars__btn {
    width: 100%;
    margin-top: 21px;
  }
}
.profit-cars__btn:hover {
  border-color: #00AAFF;
  color: #00AAFF;
}

.profit-advantages {
  padding-top: 15px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .profit-advantages {
    padding-bottom: 37px;
  }
}
.profit-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .profit-advantages__list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 1023px) {
  .profit-advantages__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .profit-advantages__list {
    margin-top: 40px;
  }
}

.card-profit-advantages {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 30px 40px;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 27px;
  border-radius: 4px;
  background-image: url("../img/profit/bg-advantages-1.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .card-profit-advantages {
    padding: 20px 15px 30px;
  }
}
@media (max-width: 1023px) {
  .card-profit-advantages {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: calc(50% - 15px);
    min-height: 410px;
    padding: 30px 30px 40px;
  }
}
@media (max-width: 767px) {
  .card-profit-advantages {
    width: 100%;
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 22px;
    background-image: url("../img/profit/bg-advantages-mobile-1.jpg");
  }
}
.card-profit-advantages:nth-child(4n+2) {
  background-image: url("../img/profit/bg-advantages-2.jpg");
}
@media (max-width: 767px) {
  .card-profit-advantages:nth-child(4n+2) {
    background-image: url("../img/profit/bg-advantages-mobile-2.jpg");
  }
}
.card-profit-advantages:nth-child(4n+3) {
  background-image: url("../img/profit/bg-advantages-3.jpg");
}
@media (max-width: 767px) {
  .card-profit-advantages:nth-child(4n+3) {
    background-image: url("../img/profit/bg-advantages-mobile-3.jpg");
  }
}
.card-profit-advantages:nth-child(4n+4) {
  background-image: url("../img/profit/bg-advantages-4.jpg");
}
@media (max-width: 767px) {
  .card-profit-advantages:nth-child(4n+4) {
    background-image: url("../img/profit/bg-advantages-mobile-4.jpg");
  }
}
.card-profit-advantages__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 135px;
}
@media (max-width: 767px) {
  .card-profit-advantages__icon {
    height: 92px;
  }
}
.card-profit-advantages__icon img {
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
}
.card-profit-advantages__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .card-profit-advantages__title {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .card-profit-advantages__title {
    max-width: none;
    margin-top: 7px;
  }
}

.application-profit {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .application-profit {
    margin-bottom: 20px;
  }
}

.profit-primary {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #868686;
}
/* new props (redesign) */
.suppliers-truck {
  padding: 75px 0 80px;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
}
@media (max-width: 767px) {
  .suppliers-truck {
    padding-top: 43px;
    padding-bottom: 48px;
  }
}
.suppliers-truck__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .suppliers-truck__content {
    display: block;
  }
}
.suppliers-truck__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 750px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .suppliers-truck__info {
    max-width: 100%;
    padding-right: 0;
  }
}
.suppliers-truck__form {
  width: 546px;
  margin-top: 7px;
}
@media (max-width: 1023px) {
  .suppliers-truck__form {
    width: 100%;
    margin-top: 52px;
  }
}
.suppliers-truck__descr {
  margin-top: 52px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #000000;
}
@media (max-width: 1023px) {
  .suppliers-truck__descr {
    margin-top: 37px;
  }
}
@media (max-width: 767px) {
  .suppliers-truck__descr {
    font-size: 20px;
    line-height: 27px;
  }
}
.suppliers-truck__cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #0E2B7D;
}
@media (max-width: 767px) {
  .suppliers-truck__cars {
    margin-top: 27px;
  }
}
.suppliers-truck__cars-item {
  margin-right: 11px;
}
@media (max-width: 767px) {
  .suppliers-truck__cars-item.hide {
    display: none;
  }
}
.suppliers-truck__cars-arrow {
  display: none;
}
@media (max-width: 767px) {
  .suppliers-truck__cars-arrow.show {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
}
.suppliers-truck__cars.open .suppliers-truck__cars-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.info-truck {
  padding: 70px 0;
  font-family: "Roboto Condensed", "roboto", "roboto", "Ruble", "VTBGroupUI", sans-serif;
}
@media (max-width: 767px) {
  .info-truck {
    padding: 40px 0 50px;
  }
}
.info-truck__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #000000;
}
@media (max-width: 1199px) {
  .info-truck__content {
    display: block;
    margin-top: 38px;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .info-truck__content {
    font-size: 18px;
    line-height: 24px;
  }
}
.info-truck__content b {
  font-weight: 700;
}
.info-truck__content p {
  margin-bottom: 15px;
}
.info-truck__content p:last-child {
  margin-bottom: 0;
}
.info-truck__content ul li {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .info-truck__content ul li {
    padding-left: 15px;
  }
}
.info-truck__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 767px) {
  .info-truck__content ul li:before {
    top: 11px;
  }
}
.info-truck__content .column-left {
  width: 55%;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .info-truck__content .column-left {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .info-truck__content .column-left {
    width: 100%;
    padding-right: 0;
  }
}
.info-truck__content .column-right {
  width: 45%;
  padding-left: 6px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .info-truck__content .column-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .info-truck__content .column-right {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
}
.info-truck__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 328px);
}
@media (max-width: 1199px) {
  .info-truck__description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .info-truck__description {
    display: block;
  }
}
.info-truck__application {
  width: 328px;
  padding: 23px 24px 28px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #00AAFF;
  background-color: #F4F7F9;
}
@media (max-width: 1199px) {
  .info-truck__application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    text-align: left;
    padding: 26px 80px 25px 33px;
  }
}
@media (max-width: 767px) {
  .info-truck__application {
    display: block;
    width: calc(100% + 40px);
    margin-top: 25px;
    margin-left: -20px;
    padding: 22px 20px 30px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .info-truck__application-text {
    max-width: 330px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .info-truck__application-text {
    max-width: 300px;
    margin: 0 auto;
    padding-right: 0;
  }
}
.info-truck__application .bottom {
  width: 175px;
  margin-top: 18px;
  font-size: 17px;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .info-truck__application .bottom {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .info-truck__application .bottom {
    width: 100%;
    margin-top: 20px;
  }
}
/* new props (redesign) */
.banner-app {
  max-width: 1066px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media (max-width: 1023px) {
  .banner-app {
    padding: 0 40px;
  }
}
@media (max-width: 540px) {
  .banner-app {
    padding: 0 20px;
  }
}
.layout__space + .banner-app {
  margin-top: -17px;
}
@media (max-width: 1023px) {
  .layout__space + .banner-app {
    margin-top: 0;
  }
}
@media (max-width: 540px) {
  .layout__space + .banner-app {
    margin-top: 10px;
  }
}
.banner-app__container {
  padding: 63px 57px 79px 63px;
  background-color: #08267f;
  color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .banner-app__container {
    padding-top: 58px;
    padding-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .banner-app__container {
    padding: 50px 47px 64px 47px;
  }
}
@media (max-width: 410px) {
  .banner-app__container {
    padding: 50px 47px 64px 47px;
  }
}
@media (max-width: 370px) {
  .banner-app__container {
    padding: 40px 36px;
  }
}
.banner-app__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
.banner-app__col--title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}
@media (max-width: 1023px) {
  .banner-app__col--title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 540px) {
  .banner-app__col--title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-app__col--info {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}
@media (max-width: 1023px) {
  .banner-app__col--info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 540px) {
  .banner-app__col--info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-app__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.banner-app__info-col--desc {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
}
@media (max-width: 1023px) {
  .banner-app__info-col--desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-app__info-col--app {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}
@media (max-width: 1023px) {
  .banner-app__info-col--app {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-app .title {
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  margin-top: -5px;
}
@media (max-width: 1023px) {
  .banner-app .title {
    margin-top: 0;
  }
}
@media (max-width: 540px) {
  .banner-app .title {
    margin-bottom: 21px;
  }
}
@media (max-width: 370px) {
  .banner-app .title {
    font-size: 28px;
    line-height: 28px;
  }
}
.banner-app .description {
  padding-right: 11px;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1023px) {
  .banner-app .description {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .banner-app .description {
    margin-bottom: 38px;
  }
}
.banner-app .btn {
  display: inline-block;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-color: #00AAFF;
  background-color: #00AAFF;
  color: #ffffff;
  outline: none;
  border-radius: 4px;
  padding: 20px 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .banner-app .btn {
    width: 100%;
    max-width: 243px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.banner-app .btn:hover {
  background-color: #00AAFF;
  color: #ffffff;
  border-color: #00AAFF;
}
/* new props (redesign) */
.banner-contacts {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.layout__space_big + .banner-contacts {
  margin-top: -7px;
}
@media (max-width: 1023px) {
  .layout__space_big + .banner-contacts {
    margin-top: -20px;
  }
}
@media (max-width: 540px) {
  .layout__space_big + .banner-contacts {
    margin-top: -11px;
  }
}
@media (max-width: 1023px) {
  .banner-contacts__container {
    padding: 0 40px;
  }
}
@media (max-width: 540px) {
  .banner-contacts__container {
    padding: 0 20px;
  }
}
.banner-contacts__title {
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 91px;
  text-align: center;
}
@media (max-width: 1023px) {
  .banner-contacts__title {
    margin-bottom: 67px;
  }
}
@media (max-width: 540px) {
  .banner-contacts__title {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 28px;
  }
}
.banner-contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.banner-contacts__col--city {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51.6%;
  flex: 0 0 51.6%;
  max-width: 51.6%;
}
@media (max-width: 1023px) {
  .banner-contacts__col--city {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-contacts__col--city {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-contacts__col--selectcity {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.4%;
  flex: 0 0 48.4%;
  max-width: 48.4%;
}
@media (max-width: 1023px) {
  .banner-contacts__col--selectcity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-contacts__col--selectcity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-contacts__city {
  height: 100%;
  padding: 63px 74px;
  background: #EBEDF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
@media (max-width: 1023px) {
  .banner-contacts__city {
    padding: 45px 45px 42px;
  }
}
@media (max-width: 767px) {
  .banner-contacts__city {
    padding: 37px 30px 30px;
    min-height: 432px;
  }
}
.banner-contacts__city .title {
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 78px;
}
@media (max-width: 1023px) {
  .banner-contacts__city .title {
    margin-bottom: 124px;
  }
}
@media (max-width: 540px) {
  .banner-contacts__city .title {
    margin-bottom: 98px;
  }
}
.banner-contacts__city .name {
  margin-bottom: 23px;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
}
.banner-contacts__city .address {
  margin-bottom: 4px;
}
.banner-contacts__city .metro {
  color: rgba(0, 0, 0, 0.5);
}
.banner-contacts__city .btn {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #08267F;
  background-color: inherit;
  border: 0;
  outline: none;
  padding: 10px 0;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .banner-contacts__city .btn {
    margin-bottom: 9px;
  }
}
@media (max-width: 540px) {
  .banner-contacts__city .btn {
    margin-bottom: 0;
  }
}
.banner-contacts__city .btn:hover {
  color: #00AAFF;
}
.banner-contacts__selectcity {
  height: 100%;
  min-height: 424px;
  padding: 65px 69px 54px 69px;
  background: #08267F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .banner-contacts__selectcity {
    padding: 45px 45px 42px;
    min-height: 489px;
  }
}
@media (max-width: 767px) {
  .banner-contacts__selectcity {
    padding: 46px 29px 47px 41px;
    min-height: 370px;
  }
}
@media (max-width: 370px) {
  .banner-contacts__selectcity {
    padding: 37px 30px 37px;
  }
}
.banner-contacts__selectcity .title {
  max-width: 350px;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
}
.banner-contacts__selectcity .btn {
  color: #fff;
  background: #00AAFF;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  height: 56px;
  line-height: 56px;
  width: 100%;
  max-width: 234px;
  margin-left: 5px;
  margin-top: 20px;
}
.banner-contacts__selectcity .btn:hover {
  background: #D83A36;
}
@media (max-width: 1023px) {
  .banner-contacts__selectcity .btn {
    background-color: inherit;
    border: 1px solid #ffffff;
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  .banner-contacts__selectcity .btn {
    margin-left: 5px;
  }
}
@media (max-width: 370px) {
  .banner-contacts__selectcity .btn {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .banner-contacts__selectcity .btn:hover {
    background-color: #00AAFF;
    border-color: #00AAFF;
  }
}
/* new props (redesign) */
.calculation {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 14px 0 0;
}
@media (max-width: 1023px) {
  .layout__space + .calculation {
    margin-top: -30px;
    padding-top: 21px;
  }
}
@media (max-width: 540px) {
  .layout__space + .calculation {
    padding-top: 30px;
  }
}
@media (max-width: 540px) {
  .calculation + .layout__space {
    display: none;
  }
}
.calculation__title {
  margin: 0 0 13px 0;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  color: #000000;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .calculation__title {
    max-width: 550px;
    margin: 0 auto 14px;
  }
}
@media (max-width: 767px) {
  .calculation__title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 370px) {
  .calculation__title {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 26px;
    line-height: 28px;
  }
}
.calculation__description {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 540px) {
  .calculation__description {
    padding: 0 20px;
  }
}
.calculation .calc {
  max-width: 1366px;
  margin: 48px auto 0 auto;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .calculation .calc {
    margin-top: 51px;
  }
}
@media (max-width: 540px) {
  .calculation .calc {
    padding: 0;
    margin-top: 26px;
  }
}
.calculation .calc__container {
  padding: 97px 74px 110px 69px;
  background: #EBEDF4;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .calculation .calc__container {
    padding: 66px 60px 85px 60px;
  }
}
@media (max-width: 767px) {
  .calculation .calc__container {
    padding: 66px 40px 83px 40px;
  }
}
@media (max-width: 540px) {
  .calculation .calc__container {
    padding: 66px 20px 83px 20px;
  }
}
.calculation .calc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -48px;
  margin-right: -48px;
}
.calculation .calc__col--left {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 48px;
  padding-right: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52.5%;
  flex: 0 0 52.5%;
  max-width: 52.5%;
  padding-top: 24px;
}
@media (max-width: 1023px) {
  .calculation .calc__col--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.calculation .calc__col--right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 48px;
  padding-right: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  max-width: 47.5%;
  padding-left: 46px;
}
@media (max-width: 1023px) {
  .calculation .calc__col--right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.calculation .calc__range {
  margin-bottom: 45px;
}
.calculation .calc__range-title {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .calculation .calc__range-title {
    text-align: left;
  }
}
.calculation .calc__range-title .v-popover {
  margin-bottom: -8px;
}
.calculation .calc__range-textinput {
  height: 66px;
  padding: 20px 20px;
  border: 1px solid #ffffff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  outline: none;
}
@media (min-width: 1024px) {
  .calculation .calc__range-textinput {
    padding: 20px 24px;
  }
}
@media (min-width: 1200px) {
  .calculation .calc__range-textinput {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .calculation .calc__range-textinput {
    text-align: center;
    padding: 20px 16px;
  }
}
.calculation .calc__range-textinput:focus {
  outline: none;
  border-color: #00AAFF;
}
.calculation .calc__range-groupfield {
  height: 66px;
  font-size: 0;
  white-space: nowrap;
}
.calculation .calc__range-groupfield .calc__range-textinput {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  background: #FFFFFF;
  height: 66px;
  z-index: 1;
}
.calculation .calc__range-groupfield .calc__range-textinput:focus {
  outline: none;
  border-color: #00AAFF;
  z-index: 2;
}
.calculation .calc__range-groupfield .calc__range-textinput:first-child {
  border-radius: 4px 0 0 4px;
}
.calculation .calc__range-groupfield .calc__range-textinput:last-child {
  border-radius: 0 4px 4px 0;
}
.calculation .calc__range-groupfield .calc__range-prepayment-percent {
  width: 30%;
  border-right: 1px solid #CDD3E4;
}
@media (min-width: 1024px) {
  .calculation .calc__range-groupfield .calc__range-prepayment-percent {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .calculation .calc__range-groupfield .calc__range-prepayment-percent {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .calculation .calc__range-groupfield .calc__range-prepayment-percent {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .calculation .calc__range-groupfield .calc__range-prepayment-percent {
    width: 33%;
    padding-right: 16px;
  }
}
@media (max-width: 370px) {
  .calculation .calc__range-groupfield .calc__range-prepayment-percent {
    width: 30%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.calculation .calc__range-groupfield .calc__range-prepayment-summ {
  width: calc(70% + 1px);
  margin-left: -1px;
  border-left: 1px solid #CDD3E4;
}
@media (max-width: 1023px) {
  .calculation .calc__range-groupfield .calc__range-prepayment-summ {
    width: calc(78% + 1px);
  }
}
@media (max-width: 767px) {
  .calculation .calc__range-groupfield .calc__range-prepayment-summ {
    width: calc(67% + 1px);
  }
}
@media (max-width: 370px) {
  .calculation .calc__range-groupfield .calc__range-prepayment-summ {
    width: calc(70% + 1px);
    padding-left: 8px;
    padding-right: 8px;
  }
}
.calculation .calc__range-groupfield .calc__range-redemptionpayment-percent {
  width: 30%;
  border-right: 1px solid #CDD3E4;
}
@media (min-width: 1024px) {
  .calculation .calc__range-groupfield .calc__range-redemptionpayment-percent {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .calculation .calc__range-groupfield .calc__range-redemptionpayment-percent {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .calculation .calc__range-groupfield .calc__range-redemptionpayment-percent {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .calculation .calc__range-groupfield .calc__range-redemptionpayment-percent {
    width: 33%;
    padding-right: 16px;
  }
}
.calculation .calc__range-groupfield .calc__range-redemptionpayment-summ {
  width: calc(70% + 1px);
  margin-left: -1px;
  border-left: 1px solid #CDD3E4;
}
@media (max-width: 1023px) {
  .calculation .calc__range-groupfield .calc__range-redemptionpayment-summ {
    width: calc(78% + 1px);
  }
}
@media (max-width: 767px) {
  .calculation .calc__range-groupfield .calc__range-redemptionpayment-summ {
    width: calc(67% + 1px);
  }
}
.calculation .calc__range-groupfield .calc__range-term-years {
  width: 50%;
  border-right: 1px solid #CDD3E4;
}
.calculation .calc__range-groupfield .calc__range-term-months {
  width: calc(50% + 1px);
  margin-left: -1px;
  border-left: 1px solid #CDD3E4;
}
.calculation .calc__range__limit-min, .calculation .calc__range__limit-max {
  position: absolute;
  color: #949494;
  top: 100%;
  margin-top: 7px;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}
.calculation .calc__range__limit-min {
  left: 0;
}
.calculation .calc__range__limit-max {
  right: 0;
}
.calculation .calc__range-slider {
  margin: 0;
  width: calc(100% - 8px);
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  z-index: 3;
}
.calculation .calc__select {
  height: 66px;
}
.calculation .calc__select input[type=text] {
  height: 66px;
  padding: 20px 20px;
  border: 1px solid #ffffff;
  outline: none;
}
@media (min-width: 1024px) {
  .calculation .calc__select input[type=text] {
    padding: 20px 24px;
  }
}
@media (min-width: 1200px) {
  .calculation .calc__select input[type=text] {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .calculation .calc__select input[type=text] {
    padding: 20px 16px;
    text-align: left;
  }
}
.calculation .calc__select:before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 60px;
  height: 58px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 20%, #ffffff 100%);
  pointer-events: none;
}
.calculation .calc__select:after {
  pointer-events: none;
}
@media (max-width: 767px) {
  .calculation .calc__select:after {
    right: 16px;
  }
}
.calculation .calc__select.is-open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calculation .calc__select.is-open input[type=text] {
  border-bottom-color: #ffffff;
  border-radius: 4px 4px 0 0;
}
.calculation .calc__select-dropdown {
  height: auto;
  max-height: 456px;
  overflow-x: hidden;
  overflow-y: auto;
}
.calculation .calc__select-dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.calculation .calc__select-dropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CDD3E4;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .calculation .calc__select-dropdown-item {
    padding: 20px 16px;
    text-align: left;
  }
}
.calculation .calc__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 72.324%;
}
@media (max-width: 1023px) {
  .calculation .calc__image {
    padding-top: 67%;
  }
}
@media (max-width: 540px) {
  .calculation .calc__image {
    height: 221px;
    padding-top: 0;
    margin-top: 23px;
    margin-bottom: 33px;
  }
}
.calculation .calc__image-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.calculation .calc__result {
  display: block;
  border-top: 1px solid #CDD3E4;
  padding-top: 59px;
  margin: -1px auto;
  max-width: 510px;
}
@media (max-width: 1023px) {
  .calculation .calc__result {
    max-width: 100%;
    padding-top: 43px;
    margin-bottom: 59px;
  }
}
@media (max-width: 540px) {
  .calculation .calc__result {
    padding-top: 41px;
    margin-bottom: 43px;
  }
}
.calculation .calc__result .currency {
  font-style: normal;
}
.calculation .calc__result-monthlypayment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1px;
}
@media (max-width: 540px) {
  .calculation .calc__result-monthlypayment {
    margin-bottom: 3px;
  }
}
.calculation .calc__result-monthlypayment h3, .calculation .calc__result-monthlypayment h2 {
  margin: 0;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  letter-spacing: 0;
  text-transform: none;
}
.calculation .calc__result-monthlypayment h3 {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  padding-right: 20px;
}
.calculation .calc__result-monthlypayment h2 {
  margin-top: -3px;
  font-size: 32px;
  line-height: 28px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 540px) {
  .calculation .calc__result-monthlypayment h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }
}
.calculation .calc__result-amountcontract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 7px;
}
@media (max-width: 540px) {
  .calculation .calc__result-amountcontract {
    margin-bottom: 13px;
  }
}
.calculation .calc__result-amountcontract h3, .calculation .calc__result-amountcontract h2 {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, 0.4);
}
.calculation .calc__result-amountcontract h3 {
  text-align: left;
  padding-right: 20px;
}
.calculation .calc__result-amountcontract h2 {
  text-align: right;
  white-space: nowrap;
}
.calculation .calc__result-taxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
.calculation .calc__result-taxes h3, .calculation .calc__result-taxes h2 {
  margin: 0;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #08267F;
  letter-spacing: 0;
  text-transform: none;
}
.calculation .calc__result-taxes h3 {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  padding-right: 20px;
}
@media (max-width: 540px) {
  .calculation .calc__result-taxes h3 {
    line-height: 24px;
  }
}
.calculation .calc__result-taxes h3 .text--desktop {
  display: inline;
}
@media (max-width: 540px) {
  .calculation .calc__result-taxes h3 .text--desktop {
    display: none;
  }
}
.calculation .calc__result-taxes h3 .text--mobile {
  display: none;
}
@media (max-width: 540px) {
  .calculation .calc__result-taxes h3 .text--mobile {
    display: inline;
  }
}
.calculation .calc__result-taxes h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 540px) {
  .calculation .calc__result-taxes h2 {
    line-height: 24px;
  }
}
.calculation .calc__sendapp {
  margin-top: 55px;
}
@media (max-width: 1023px) {
  .calculation .calc__sendapp {
    margin-top: 69px;
  }
}
.calculation .calc__sendapp-btn {
  display: block;
  color: #fff;
  background: #00AAFF;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}
.calculation .calc__sendapp-btn:hover {
  background: #D83A36;
}
@media (max-width: 767px) {
  .calculation .calc__sendapp-btn {
    width: 100%;
  }
}
.calculation .calc__comment {
  padding-top: 13px;
}
@media (max-width: 1023px) {
  .calculation .calc__comment {
    padding-top: 0;
    margin-top: 13px;
  }
}
/* new props (redesign) */
.content-about {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.layout__space_big + .content-about {
  margin-top: -17px;
}
@media (max-width: 1023px) {
  .layout__space_big + .content-about {
    margin-top: -70px;
  }
}
@media (max-width: 540px) {
  .layout__space_big + .content-about {
    margin-top: -10px;
  }
}
.content-about__container {
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .content-about__container {
    padding: 0 40px;
  }
}
@media (max-width: 540px) {
  .content-about__container {
    padding: 0 20px;
  }
}
.content-about__title {
  margin: 0 0 117px 0;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  color: #000000;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .content-about__title {
    display: none;
  }
}
.content-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -26px;
  margin-right: -26px;
}
.content-about__col--image {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 26px;
  padding-right: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  padding-top: 5px;
  padding-right: 103px;
  padding-left: 52px;
}
@media (max-width: 1199px) {
  .content-about__col--image {
    padding-right: 52px;
  }
}
@media (max-width: 1023px) {
  .content-about__col--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 26px;
  }
}
.content-about__col--image .content-about__title {
  display: none;
}
@media (max-width: 1023px) {
  .content-about__col--image .content-about__title {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    margin: -14px 0 0;
  }
}
.content-about__col--content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 26px;
  padding-right: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 1023px) {
  .content-about__col--content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.content-about__image {
  position: relative;
  height: 100%;
}
@media (max-width: 1023px) {
  .content-about__image {
    height: 302px;
    margin-bottom: 66px;
  }
}
@media (max-width: 540px) {
  .content-about__image {
    margin-bottom: 52px;
  }
}
.content-about__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
}
.content-about__img_desktop {
  display: none;
}
.content-about__img_tablet {
  display: none;
}
.content-about__img_mobile {
  display: block;
}
@media (min-width: 768px) {
  .content-about__img_tablet {
    display: block;
  }
  .content-about__img_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .content-about__img_desktop {
    display: block;
  }
  .content-about__img_tablet {
    display: none;
  }
}
@media (max-width: 1199px) {
  .content-about__img {
    background-position: 78% 50%;
  }
}
@media (max-width: 1023px) {
  .content-about__img {
    background-position: 50% 0%;
  }
}
@media (max-width: 767px) {
  .content-about__img {
    background-position: 80% 0%;
  }
}
@media (max-width: 410px) {
  .content-about__img {
    background-position: 50% 0%;
  }
}
.content-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}
@media (max-width: 1023px) {
  .content-about__list {
    margin: 0 -37px;
  }
}
.content-about__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .content-about__item {
    padding: 0 37px;
  }
}
@media (max-width: 540px) {
  .content-about__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 46px;
  }
}
.content-about__item .icon {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  background: #08267f;
  border-radius: 50%;
  color: #ffffff;
}
.content-about__item .icon svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content-about__item .title {
  margin-bottom: 22px;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}
.content-about__item .description {
  margin-top: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 1200px) {
  .content-about__item .description {
    max-width: 296px;
  }
}
.content-about__item .description .text-blue {
  color: #08267f;
}
@media (max-width: 1023px) {
  .content-about__sendapp {
    margin-top: -9px;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .content-about__sendapp {
    margin-top: 0;
  }
}
.content-about__sendapp .btn {
  color: #fff;
  background: #00AAFF;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  height: 56px;
  line-height: 56px;
  width: 100%;
  max-width: 292px;
}
.content-about__sendapp .btn:hover {
  background: #D83A36;
}
@media (max-width: 540px) {
  .content-about__sendapp .btn {
    max-width: 334px;
  }
}
/* new props (redesign) */
.content-banner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.content-banner__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.content-banner__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
}
.content-banner__img_desktop {
  display: none;
}
.content-banner__img_tablet {
  display: none;
}
.content-banner__img_mobile {
  display: block;
}
@media (min-width: 768px) {
  .content-banner__img_tablet {
    display: block;
  }
  .content-banner__img_mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .content-banner__img_desktop {
    display: block;
  }
  .content-banner__img_tablet {
    display: none;
  }
}
@media (max-width: 1023px) {
  .content-banner__img {
    background-position: 50% 100%;
  }
}
@media (max-width: 540px) {
  .content-banner__img {
    background-position: 90% 100%;
  }
}
.content-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 86px 134px 72px 0;
}
@media (max-width: 1023px) {
  .content-banner__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 80px 40px 78px 54px;
  }
}
@media (max-width: 540px) {
  .content-banner__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 30px 48px 30px;
  }
}
.content-banner__item {
  width: 198px;
  margin: 5px 0;
  padding: 21px 28px 25px;
  background-color: #ffffff;
  border-radius: 4px;
  min-height: 114px;
}
.content-banner__item .title {
  margin-bottom: 4px;
  color: #08267f;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
.content-banner__item .title .number {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
}
.content-banner__item .description {
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
/* new props (redesign) */
.content-image {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.content-image__container {
  position: relative;
  height: 564px;
}
@media (max-width: 540px) {
  .content-image__container {
    height: 436px;
  }
}
.content-image__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 540px) {
  .content-image__bg {
    background-position: 30% 50%;
  }
}
/* new props (redesign) */
.content-main {
  position: relative;
}
/* new props (redesign) */
.content-questions {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 540px) {
  .content-questions {
    padding: 0 20px;
  }
}
.layout__space + .content-questions {
  padding-top: 6px;
}
@media (max-width: 1023px) {
  .layout__space + .content-questions {
    padding-top: 20px;
  }
}
@media (max-width: 540px) {
  .layout__space + .content-questions {
    padding-top: 23px;
  }
}
.content-questions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}
@media (max-width: 540px) {
  .content-questions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content-questions__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 22px;
  padding-right: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 540px) {
  .content-questions__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 42px;
  }
  .content-questions__col:last-child {
    margin-bottom: 0 !important;
  }
}
.content-questions__title {
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 1023px) {
  .content-questions__title {
    margin-bottom: 32px;
  }
}
.content-questions__list ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1023px) {
  .content-questions__list ul li {
    margin-bottom: 14px;
  }
}
.content-questions__list ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  left: 0;
  top: 10px;
}
/* new props (redesign) */
.content-subnav {
  position: relative;
  margin: -31px auto 0;
  max-width: 924px;
  padding: 0 3px 0 0;
}
@media (max-width: 1023px) {
  .content-subnav {
    position: absolute;
    padding: 0;
    top: 0;
    margin: 0;
    max-width: 100%;
    z-index: 10;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .content-subnav.is-opened-submenu {
    height: 100%;
    max-height: 100vh;
  }
}
.content-subnav__container {
  background-color: #ffffff;
  border: 1px solid #CDD3E4;
  border-radius: 4px;
  padding: 21px 34px 24px;
  width: auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  .content-subnav__container {
    border-radius: 0;
    background-color: #08267f;
    border: 0;
    width: 100%;
    padding: 22px 20px 25px 20px;
  }
}
@media (max-width: 540px) {
  .content-subnav__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .content-subnav__container:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 38, 127, 0)), color-stop(40%, #08267f));
    background: linear-gradient(to right, rgba(8, 38, 127, 0) 0%, #08267f 40%);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width: 540px) {
  .content-subnav__container:after {
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .content-subnav.is-opened-submenu .content-subnav__container:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .content-subnav.is-fixed-submenu .content-subnav__container {
    position: fixed;
    top: 82px;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .content-subnav.is-fixed-submenu .content-subnav__container {
    top: 68px;
  }
}
@media (max-width: 1023px) {
  .content-subnav.is-opened-submenu .content-subnav__container {
    z-index: 10;
    height: 100%;
  }
}
@media (max-width: 370px) {
  .content-subnav.is-opened-submenu .content-subnav__container {
    padding-top: 0;
  }
}
.content-subnav__burger {
  display: none;
}
@media (max-width: 1023px) {
  .content-subnav__burger {
    display: block;
    position: absolute;
    top: 16px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    background: #FFFFFF;
    border-radius: 4px;
    border: 0;
  }
}
@media (max-width: 540px) {
  .content-subnav__burger {
    right: 16px;
  }
}
.content-subnav__burger:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #010101;
}
.content-subnav__burger:after {
  display: none;
}
.content-subnav.is-opened-submenu .content-subnav__burger:before, .content-subnav.is-opened-submenu .content-subnav__burger:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #010101;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10.5px;
  border: 0;
}
.content-subnav.is-opened-submenu .content-subnav__burger:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-subnav.is-opened-submenu .content-subnav__burger:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content-subnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  position: relative;
}
.content-subnav.is-opened-submenu .content-subnav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .content-subnav.is-opened-submenu .content-subnav__item {
    margin-bottom: 56px;
  }
}
@media (max-width: 540px) {
  .content-subnav.is-opened-submenu .content-subnav__item {
    margin-bottom: 24px;
  }
}
@media (max-width: 370px) {
  .content-subnav.is-opened-submenu .content-subnav__item {
    margin-bottom: 16px;
  }
}
.content-subnav__link {
  display: inline-block;
  vertical-align: top;
  padding: 4px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #08267f;
  text-decoration: none;
  -webkit-transition: 0.2s color linear;
  transition: 0.2s color linear;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .content-subnav__link {
    color: #ffffff;
  }
}
@media (max-width: 540px) {
  .content-subnav__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .content-subnav.is-opened-submenu .content-subnav__link {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 540px) {
  .content-subnav.is-opened-submenu .content-subnav__link {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 370px) {
  .content-subnav.is-opened-submenu .content-subnav__link {
    font-size: 20px;
    line-height: 24px;
  }
}
.content-subnav__list:hover .content-subnav__link {
  color: rgba(8, 38, 127, 0.4);
}
@media (max-width: 1023px) {
  .content-subnav__list:hover .content-subnav__link {
    color: #ffffff;
  }
}
.content-subnav__list:hover .content-subnav__link:hover {
  color: #08267f;
}
@media (max-width: 1023px) {
  .content-subnav__list:hover .content-subnav__link:hover {
    color: #ffffff;
  }
}
/* new props (redesign) */
.content-title {
  padding: 47px 0 0;
}
@media (max-width: 1023px) {
  .content-title {
    padding-top: 44px;
  }
}
@media (max-width: 540px) {
  .content-title {
    padding-top: 23px;
  }
}
.content-title + .layout__space {
  margin-top: -23px;
}
@media (max-width: 1023px) {
  .content-title + .layout__space {
    margin-top: 2px;
  }
}
@media (max-width: 540px) {
  .content-title + .layout__space {
    margin-top: 8px;
  }
}
.content-title__container {
  max-width: 497px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 540px) {
  .content-title__container {
    padding: 0 20px;
  }
}
.content-title__link {
  margin-bottom: 26px;
  text-align: center;
}
@media (max-width: 1023px) {
  .content-title__link {
    margin-bottom: 27px;
  }
}
.content-title__link, .content-title__link a {
  font-size: 14px;
  line-height: 14px;
  color: #08267f;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.content-title__link:hover, .content-title__link a:hover {
  color: #00AAFF;
  text-decoration: none;
}
.content-title__description {
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}
@media (max-width: 540px) {
  .content-title__description {
    font-size: 28px;
    line-height: 28px;
  }
}
/* new props (redesign) */
.legal-information__info {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  color: #000000;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
@media (max-width: 1023px) {
  .legal-information__info {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.legal-information__info-link {
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.legal-information__info-link:hover {
  color: #00AAFF;
}
.legal-information__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(205, 211, 228, 0.5);
}
.legal-information__item.active .legal-information__name::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.legal-information__item.active .legal-information__text {
  padding-bottom: 12px;
  max-height: 500px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.legal-information__name {
  padding: 23px 54px 23px 3px;
  max-width: 948px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.legal-information__name:after {
  content: "";
  position: absolute;
  top: 38px;
  right: 16px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/local/templates/landings/img/icons/arrow.svg);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.legal-information__text {
  padding: 0;
  max-height: 0;
  max-width: 948px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  white-space: pre-line;
}
.legal-information__text, .legal-information__text a {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .legal-information__text, .legal-information__text a {
    font-size: 16px;
  }
}
.legal-information__text a:hover {
  color: #00AAFF;
}
.legal-information__text-area {
  margin-bottom: 0.75rem;
  font-weight: normal;
}
/* new props (redesign) */
.selection-car {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.layout__space + .selection-car {
  padding-top: 62px;
}
@media (max-width: 1023px) {
  .layout__space + .selection-car {
    padding-top: 57px;
  }
}
@media (max-width: 540px) {
  .layout__space + .selection-car {
    padding-top: 48px;
  }
}
.selection-car__container {
  padding: 0 40px;
}
@media (max-width: 540px) {
  .selection-car__container {
    padding: 0 20px;
  }
}
.selection-car__header {
  position: relative;
}
.selection-car__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .selection-car__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .selection-car__title {
    font-size: 28px;
  }
}
.selection-car__title small {
  display: block;
  font-size: 0.6em;
}
.selection-car__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .selection-car__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .selection-car__title {
    text-align: left;
  }
}
@media (max-width: 540px) {
  .selection-car__title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.selection-car__clearfilter {
  position: absolute;
  right: 0;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 7px 15px 8px;
  font: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #E6E9F1;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  .selection-car__clearfilter {
    top: 0;
  }
}
@media (max-width: 540px) {
  .selection-car__clearfilter {
    display: none;
  }
}
.selection-car__clearfilter:disabled {
  color: #DADADA;
}
.selection-car__select {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 25px;
}
@media (max-width: 540px) {
  .selection-car__select {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}
.selection-car__fakeselect-wrapper {
  position: relative;
}
.selection-car__fakeselect-mark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: auto;
  min-height: 70px;
  margin: 0;
  padding: 14px 34px 14px 15px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #CDD3E4;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.selection-car__fakeselect-mark:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -2px;
  background-color: #ffffff;
  border: 3.5px solid transparent;
  border-top: 6px solid #00AAFF;
  border-bottom: 0;
  z-index: 1;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.selection-car__fakeselect-mark.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px 4px 0 0;
}
.selection-car__fakeselect-mark.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.selection-car__fakeselect-mark .items {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.selection-car__fakeselect-mark .items .img {
  width: 40px;
  height: 32px;
  line-height: 32px;
  margin-right: 14px;
  text-align: center;
}
.selection-car__fakeselect-mark .items .img img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.selection-car__fakeselect-mark span.placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.selection-car__fakeselect-option {
  display: none;
  position: absolute;
  width: 100%;
  border-left: 1px solid #CDD3E4;
  border-right: 1px solid #CDD3E4;
  border-bottom: 1px solid #CDD3E4;
  border-radius: 4px;
  margin: -1px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  background-color: #ffffff;
}
.selection-car__fakeselect-option:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #CDD3E4;
}
.selection-car__fakeselect-option.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.selection-car__fakeselect-option__block {
  height: auto;
  max-height: 228px;
  /*padding-right: 8px;
  margin-right: 8px;*/
  overflow-x: hidden;
  overflow-y: auto;
}
.selection-car__fakeselect-option__block::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.selection-car__fakeselect-option__block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CDD3E4;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.selection-car__fakeselect-option__block li {
  display: block;
  margin-right: 0;
}
.selection-car__fakeselect-option__block .catalog__select-radio {
  display: block;
  position: relative;
  padding: 6px 6px 6px 15px;
  margin: 0 -16px 0 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #000;
}
.selection-car__fakeselect-option__block .catalog__select-radio:first-child {
  margin-top: 6px;
}
.selection-car__fakeselect-option__block .catalog__select-radio:last-child {
  margin-bottom: 6px;
}
.selection-car__fakeselect-option__block .catalog__select-radio.is-selected {
  background-color: rgba(205, 211, 228, 0.2);
}
.selection-car__fakeselect-option__block .catalog__select-radio input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.selection-car__fakeselect-option__block .catalog__select-radio-input-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  height: 32px;
}
.selection-car__fakeselect-option__block .catalog__select-radio-input-mark .img {
  width: 40px;
  height: 32px;
  line-height: 32px;
  margin-right: 14px;
  text-align: center;
}
.selection-car__fakeselect-option__block .catalog__select-radio-input-mark .img img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.selection-car__fakeselect-reset {
  display: block;
  position: absolute;
  top: 5px;
  right: 4px;
  bottom: 5px;
  width: 30px;
  background-color: #FFFFFF;
  border: 0;
  outline: none;
  z-index: 2;
  cursor: pointer;
}
.selection-car__fakeselect-reset svg {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.selection-car__filter {
  position: relative;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 49px;
  /*&::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 3px;
  }
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #CDD3E4;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
  }*/
}
@media (max-width: 1023px) {
  .selection-car__filter {
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .selection-car__filter {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
}
.selection-car__filter.is-scrollinit:before, .selection-car__filter.is-scrollinit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 37px;
  z-index: 1;
  pointer-events: none;
}
.selection-car__filter.is-scrollinit:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.wrap-gray .selection-car__filter.is-scrollinit:before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 247, 247)), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(to right, rgb(247, 247, 247) 0%, rgba(247, 247, 247, 0) 100%);
}
.selection-car__filter.is-scrollinit:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.wrap-gray .selection-car__filter.is-scrollinit:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), to(rgb(247, 247, 247)));
  background: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%);
}
.selection-car__filter.is-scrollinit.is-scrollstart:before {
  display: none;
}
.selection-car__filter.is-scrollinit.is-scrollstart:after {
  display: block;
}
.selection-car__filter.is-scrollinit.is-scrollend:before {
  display: block;
}
.selection-car__filter.is-scrollinit.is-scrollend:after {
  display: none;
}
.selection-car__filter-container {
  position: relative;
  padding: 0 15px;
  margin: 15px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .selection-car__filter-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 15px;
  }
}
.selection-car__filter-container.ps--active-x > .ps__rail-x, .selection-car__filter-container.ps--active-x > .ps__rail-y, .selection-car__filter-container.ps--active-y > .ps__rail-x, .selection-car__filter-container.ps--active-y > .ps__rail-y {
  opacity: 0;
  display: none;
}
.selection-car__filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.selection-car__filter-item {
  display: block;
  width: 130px;
  height: 52px;
  padding: 0 15px;
}
.selection-car__filter .brand-card {
  max-width: 110px;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.2;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
@media (max-width: 1023px) {
  .selection-car__filter .brand-card {
    width: 90px;
  }
}
.selection-car__filter .brand-card.is-active {
  opacity: 1;
}
.selection-car__filter .brand-card img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.selection-car__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.selection-car__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .selection-car__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 540px) {
  .selection-car__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.selection-car__item .img {
  position: relative;
  background: #EBEDF4;
  border-radius: 4px;
  width: 100%;
  height: 0;
  padding-top: 71.6%;
  margin-bottom: 15px;
  cursor: pointer;
}
.selection-car__item .img__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.selection-car__item .img__hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity, 0.2s visibility;
  transition: 0.2s opacity, 0.2s visibility;
  width: 100%;
  background-color: rgba(235, 237, 244, 0.9);
  outline: none;
  border: 0;
  pointer-events: none;
  border-radius: 4px;
}
.selection-car__item .img__hover-btn {
  color: #fff;
  background: #00AAFF;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  width: 143px;
  height: 48px;
  line-height: 48px;
  pointer-events: none;
}
.selection-car__item .img__hover-btn:hover {
  background: #D83A36;
}
.selection-car__item .img:hover .img__hover {
  opacity: 1;
  visibility: visible;
}
.selection-car__item .title {
  margin-bottom: 6px;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}
.selection-car__item .description {
  font-size: 16px;
  line-height: 22px;
}
.selection-car__item .description .price {
  color: #08267f;
}
.selection-car__more {
  margin-top: 38px;
}
@media (max-width: 1023px) {
  .selection-car__more {
    margin-top: 40px;
  }
}
.selection-car__more-btn {
  display: block;
  width: 100%;
  height: 59px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(205, 211, 228, 0.5);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 20px;
  background-color: transparent;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  cursor: pointer;
}
.selection-car__more-btn:hover {
  border-color: #00AAFF;
  background-color: #00AAFF;
  color: #ffffff;
}
/* new props (redesign) */
.layout__space + .specialoffers {
  padding-top: 65px;
}
@media (max-width: 540px) {
  .layout__space + .specialoffers {
    padding-top: 46px;
  }
}
.specialoffers__title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .specialoffers__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .specialoffers__title {
    font-size: 28px;
  }
}
.specialoffers__title small {
  display: block;
  font-size: 0.6em;
}
.specialoffers__title h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .specialoffers__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .specialoffers__title {
    margin: 0 auto 53px;
    max-width: 240px;
    line-height: 28px;
  }
}
.specialoffers__list {
  position: relative;
  margin: 0 -10px;
  padding: 0 40px;
}
@media only screen and (min-width: 992px) {
  .specialoffers__list {
    margin: 0 -14px;
  }
}
@media (max-width: 540px) {
  .specialoffers__list {
    padding: 0 20px;
  }
}
.specialoffers__list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.specialoffers__list .owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (min-width: 1400px) {
  .specialoffers__list .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
.specialoffers__list .owl-nav,
.specialoffers__list .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}
.specialoffers__list .owl-nav [class*=owl-],
.specialoffers__list .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  text-indent: -100px;
  overflow: hidden;
}
.specialoffers__list .owl-nav [class*=owl-]:hover,
.specialoffers__list .owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit;
}
.specialoffers__list .owl-nav [class*=owl-]:after,
.specialoffers__list .owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background-image: url("../img/leasingcars/arrow_slider.svg?v=1");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.specialoffers__list .owl-nav .owl-prev,
.specialoffers__list .owl-theme .owl-nav .owl-prev {
  left: -20px;
}
@media (max-width: 540px) {
  .specialoffers__list .owl-nav .owl-prev,
  .specialoffers__list .owl-theme .owl-nav .owl-prev {
    left: -10px;
  }
}
.specialoffers__list .owl-nav .owl-prev:after,
.specialoffers__list .owl-theme .owl-nav .owl-prev:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.specialoffers__list .owl-nav .owl-next,
.specialoffers__list .owl-theme .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 540px) {
  .specialoffers__list .owl-nav .owl-next,
  .specialoffers__list .owl-theme .owl-nav .owl-next {
    right: -10px;
  }
}
.specialoffers__item {
  padding: 0 10px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .specialoffers__item {
    padding: 0 14px;
  }
}
.specialoffers .specialoffers-card {
  position: relative;
  width: 100%;
  max-width: 291px;
  height: 100%;
  background-color: #EBEDF4;
  border-radius: 4px;
  padding: 78px 24px 101px 24px;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  margin: 0 auto;
}
.specialoffers .specialoffers-card .discount {
  position: absolute;
  background-color: #08267f;
  border-radius: 74px;
  right: 24px;
  top: 24px;
  padding: 5px 12px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  -webkit-transition: 0.2s background-color, 0.2s color;
  transition: 0.2s background-color, 0.2s color;
}
.specialoffers .specialoffers-card .img {
  position: relative;
  height: 203px;
  margin-bottom: 18px;
}
@media (max-width: 540px) {
  .specialoffers .specialoffers-card .img {
    height: 179px;
  }
}
.specialoffers .specialoffers-card .img__static, .specialoffers .specialoffers-card .img__hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 0.2s visibility, 0.2s opacity;
  transition: 0.2s visibility, 0.2s opacity;
}
.specialoffers .specialoffers-card .img__static {
  opacity: 1;
  visibility: visible;
}
.specialoffers .specialoffers-card .img__hover {
  opacity: 0;
  visibility: hidden;
}
.specialoffers .specialoffers-card .title {
  margin-bottom: 22px;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.specialoffers .specialoffers-card .price {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: normal;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.specialoffers .specialoffers-card .description {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.specialoffers .specialoffers-card .app {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 25px;
  height: 52px;
}
.specialoffers .specialoffers-card .app__btn {
  display: block;
  width: 100%;
  height: 49px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #CDD3E4;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.2s background-color, 0.2s border-color, 0.2s color;
  transition: 0.2s background-color, 0.2s border-color, 0.2s color;
}
.specialoffers .specialoffers-card .app__btn:hover {
  background-color: #00AAFF;
  border-color: #00AAFF;
  color: #ffffff;
}
.specialoffers .specialoffers-card:hover {
  background-color: #08267F;
}
.specialoffers .specialoffers-card:hover .discount {
  background-color: #ffffff;
  color: #000000;
}
.specialoffers .specialoffers-card:hover .img__static {
  opacity: 0;
  visibility: hidden;
}
.specialoffers .specialoffers-card:hover .img__hover {
  opacity: 1;
  visibility: visible;
}
.specialoffers .specialoffers-card:hover .title, .specialoffers .specialoffers-card:hover .price {
  color: #ffffff;
}
.specialoffers .specialoffers-card:hover .description {
  color: rgba(255, 255, 255, 0.5);
}
.specialoffers .specialoffers-card:hover .app__btn {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.specialoffers .specialoffers-card:hover .app__btn:hover {
  border-color: #00AAFF;
}
/* new props (redesign) */
.stages-list {
  max-width: 1144px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media (max-width: 1023px) {
  .stages-list {
    margin-top: 11px;
  }
}
.stages-list__container {
  padding: 0 40px;
}
@media (max-width: 540px) {
  .stages-list__container {
    padding: 0 20px;
  }
}
.stages-list__title {
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 66px;
  max-width: 384px;
  text-align: left;
}
@media (max-width: 767px) {
  .stages-list__title {
    margin-bottom: 46px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 540px) {
  .stages-list__title {
    margin-bottom: 31px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 540px) {
  .stages-list__list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.stages-list__item {
  padding: 19px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stages-list .stages-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .stages-list .stages-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .stages-list .stages-card {
    display: block;
  }
}
.stages-list .stages-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .stages-list .stages-card__info {
    margin-top: -9px;
  }
}
@media (max-width: 767px) {
  .stages-list .stages-card__info {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 540px) {
  .stages-list .stages-card__info {
    display: block;
    margin-top: 0;
  }
}
.stages-list .stages-card__number {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background: #08267f;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .stages-list .stages-card__number {
    margin-bottom: 14px;
  }
}
.stages-list .stages-card__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 18px;
}
@media (max-width: 1023px) {
  .stages-list .stages-card__description {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .stages-list .stages-card__description {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (max-width: 540px) {
  .stages-list .stages-card__description {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.stages-list .stages-card__description .title {
  margin-bottom: 9px;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.stages-list .stages-card__description .description {
  max-width: 605px;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.stages-list .stages-card__description .description a[href^="tel:"] {
  white-space: nowrap;
}
.stages-list .stages-card__image {
  width: 256px;
  min-width: 256px;
  height: 146px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .stages-list .stages-card__image {
    width: 200px;
    min-width: 200px;
    height: 130px;
  }
}
@media (max-width: 540px) {
  .stages-list .stages-card__image {
    width: 100%;
    height: 191px;
  }
}
/* new props (redesign) */
.drive-cars-rented-now {
  padding: 0 40px;
}
@media only screen and (min-width: 1600px) {
  .drive-cars-rented-now {
    padding: 0;
  }
}
@media (max-width: 540px) {
  .drive-cars-rented-now {
    padding: 0 20px;
  }
}
.drive-cars-rented-now__container {
  max-width: 1366px;
  margin: 0 auto;
}
.drive-cars-rented-now__title {
  width: 100%;
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "vtb_cond";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 40px 0;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .drive-cars-rented-now__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .drive-cars-rented-now__title {
    font-size: 28px;
  }
}
.drive-cars-rented-now__title small {
  display: block;
  font-size: 0.6em;
}
.drive-cars-rented-now__title h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .drive-cars-rented-now__title {
    margin-bottom: 0;
  }
}
.drive-cars-rented-now__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .drive-cars-rented-now__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__header {
    margin-bottom: 42px;
  }
}
@media (min-width: 1024px) {
  .drive-cars-rented-now__header {
    margin-bottom: 56px;
  }
}
.drive-cars-rented-now__select {
  width: 100%;
}
.drive-cars-rented-now__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
}
@media (min-width: 1024px) {
  .drive-cars-rented-now__panel {
    margin-bottom: 48px;
  }
}
.drive-cars-rented-now__panel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__panel-item {
    margin-right: 32px;
    width: calc((100% - 32px) / 2);
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .drive-cars-rented-now__panel-item {
    margin-right: 32px;
    width: calc((100% - 96px) / 4);
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__panel-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .drive-cars-rented-now__panel-item:nth-child(2n) {
    margin-right: 32px;
  }
}
@media (min-width: 1024px) {
  .drive-cars-rented-now__panel-item:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.drive-cars-rented-now__fieldarea {
  margin-right: 8px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.drive-cars-rented-now__fieldarea .b-drive-cars-form__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.4;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
  color: #8A96A8;
  z-index: 1;
}
.drive-cars-rented-now__fieldarea .b-drive-cars-form__label.active {
  top: 8px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.drive-cars-rented-now__fieldarea .b-drive-cars-form__input {
  width: 100%;
  padding: 32px 16px 8px;
  height: 64px;
  border: 1px solid #CDD3E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
}
.drive-cars-rented-now__fieldarea .b-drive-cars-form__input:focus {
  border-color: #CDD3E4;
  outline: none;
}
.drive-cars-rented-now__fieldarea .b-drive-cars-form__input:focus ~ label {
  top: 8px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.drive-cars-rented-now__fieldarea:last-child {
  margin-right: 0px;
}
.drive-cars-rented-now__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.drive-cars-rented-now__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  padding: 22px;
  height: 79px;
  cursor: pointer;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.drive-cars-rented-now__list-item img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .drive-cars-rented-now__list-item img {
    width: 100%;
  }
}
.drive-cars-rented-now__list-item.active {
  background-color: #ebedf4;
  cursor: default;
}
.drive-cars-rented-now__list-item.no-padding {
  padding: 14px;
}
@media (min-width: 414px) {
  .drive-cars-rented-now__list-item {
    width: 79px;
  }
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__list-item {
    height: 119px;
    width: 119px;
    padding: 25px;
  }
  .drive-cars-rented-now__list-item.no-padding {
    padding: 11px;
  }
}
.drive-cars-rented-now__list-item-wrapper {
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__list-item-wrapper {
    width: 20.4081632653%;
    margin: 0 2.29%;
  }
  .drive-cars-rented-now__list-item-wrapper:nth-child(4n+1) .drive-cars-rented-now__list-item {
    margin: 0 auto 0 0;
  }
  .drive-cars-rented-now__list-item-wrapper:nth-child(4n+4) .drive-cars-rented-now__list-item {
    margin: 0 0 0 auto;
  }
  .drive-cars-rented-now__list-item-wrapper:last-child {
    margin-right: auto;
  }
}
@media only screen and (min-width: 1366px) {
  .drive-cars-rented-now__list-item-wrapper {
    width: 160.75px;
    margin: 0;
  }
  .drive-cars-rented-now__list-item-wrapper:nth-child(4n+1) .drive-cars-rented-now__list-item, .drive-cars-rented-now__list-item-wrapper:nth-child(4n+4) .drive-cars-rented-now__list-item {
    margin: auto;
  }
  .drive-cars-rented-now__list-item-wrapper:nth-child(8n+1) .drive-cars-rented-now__list-item {
    margin: 0 auto 0 0;
  }
  .drive-cars-rented-now__list-item-wrapper:nth-child(8n+8) .drive-cars-rented-now__list-item {
    margin: 0 0 0 auto;
  }
}
.drive-cars-rented-now__selected-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  padding-top: 75px;
  padding-bottom: 65px;
}
.drive-cars-rented-now__selected-brand img {
  max-height: 73px;
  max-width: 150px;
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__selected-brand {
    padding-top: 94px;
    padding-bottom: 76px;
  }
}
.drive-cars-rented-now__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .drive-cars-rented-now__cards {
    margin: 0 -12px;
  }
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__cards {
    margin: 0 -16px;
  }
}
.drive-cars-rented-now__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 0 32px;
}
.drive-cars-rented-now__card:last-child {
  margin-bottom: 0px;
}
@media (min-width: 576px) {
  .drive-cars-rented-now__card:last-child {
    margin-bottom: 34px;
  }
}
@media (min-width: 576px) {
  .drive-cars-rented-now__card {
    width: calc(50% - 24px);
    margin: 0 12px 32px;
  }
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__card {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}
@media (min-width: 992px) {
  .drive-cars-rented-now__card {
    width: calc(33.3333333333% - 32px);
  }
}
@media only screen and (min-width: 1366px) {
  .drive-cars-rented-now__card {
    width: calc(25% - 32px);
  }
}
@media (min-width: 1024px) {
  .drive-cars-rented-now__card {
    margin-bottom: 34px;
  }
}
.drive-cars-rented-now__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.drive-cars-rented-now__card-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  border-radius: 4px;
}
.drive-cars-rented-now__card-img-wrapper {
  position: relative;
  background-color: #EBEDF4;
  cursor: pointer;
}
.drive-cars-rented-now__card-name {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 13px;
}
.drive-cars-rented-now__card-price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 12px;
}
.drive-cars-rented-now__card-price-value {
  margin-top: 12px;
  color: #08267f;
}
.drive-cars-rented-now__card-button {
  border-radius: 4px;
  border: none;
  background: none;
  font-family: "roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue Cyr", "Helvetica CY", Roboto, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  padding: 20px;
  margin-top: 12px;
  height: 64px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  background-color: #00aaff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.drive-cars-rented-now__card-button:hover {
  background-color: #33bbff;
}
.drive-cars-rented-now__car-status {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.drive-cars-rented-now__utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  .drive-cars-rented-now__utils {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .drive-cars-rented-now__utils {
    margin-top: 12px;
    margin-bottom: 34px;
  }
}
.drive-cars-rented-now__more {
  width: 100%;
  height: 52px;
  padding: 10px 20px;
  border-radius: 4px;
  background: none;
  font-family: "roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue Cyr", "Helvetica CY", Roboto, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
  border: 1px solid;
  border-color: #CDD3E4;
  cursor: pointer;
}
@media (min-width: 576px) {
  .drive-cars-rented-now__more {
    width: calc((100% - 32px) / 2);
    margin-right: 32px;
    display: block;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__more {
    margin-right: 2.8268551237%;
    width: 65.722614841%;
  }
}
@media only screen and (min-width: 1366px) {
  .drive-cars-rented-now__more {
    margin-right: 2.7972027972%;
    width: 74.3006993007%;
  }
}
.drive-cars-rented-now__more:hover {
  color: #fff;
  border-color: #00aaff;
  background-color: #00aaff;
}
.drive-cars-rented-now__more[disabled] {
  background-color: #F1F2F4;
  cursor: default;
}
.drive-cars-rented-now__more[disabled]:hover {
  color: black;
  border-color: #CDD3E4;
}
.drive-cars-rented-now__reset {
  height: 60px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  background: none;
  font-family: "roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue Cyr", "Helvetica CY", Roboto, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
  border: 1px solid;
  border-color: #CDD3E4;
  cursor: pointer;
}
@media (min-width: 576px) {
  .drive-cars-rented-now__reset {
    margin-top: 0;
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .drive-cars-rented-now__reset {
    width: 31.4505300353%;
  }
}
@media only screen and (min-width: 1366px) {
  .drive-cars-rented-now__reset {
    width: 22.9020979021%;
  }
}
.drive-cars-rented-now__reset[disabled] {
  background-color: #F1F2F4;
  cursor: default;
}
.drive-cars-rented-now__reset[disabled]:hover {
  color: black;
  border-color: #CDD3E4;
}
.drive-cars-rented-now__reset:hover {
  color: #fff;
  border-color: #00aaff;
  background-color: #00aaff;
}
.drive-cars-rented-now__message {
  color: #000;
  opacity: 0.4;
  text-align: center;
  padding: 80px;
}

.card-images__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  border-radius: 4px;
}
.card-images.owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.card-images.owl-carousel button.owl-dot {
  background-color: #DDDFE3;
  border-radius: 8px;
  height: 3px;
  width: 26px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  margin: 0 4px;
}
.card-images.owl-carousel button.owl-dot.active {
  background-color: #3A83F1;
}
.card-images.owl-carousel .owl-prev,
.card-images.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
}
.card-images.owl-carousel .owl-prev {
  left: 8px;
}
.card-images.owl-carousel .owl-next {
  right: 8px;
}
.card-images.owl-carousel .owl-prev.disabled,
.card-images.owl-carousel .owl-next.disabled {
  opacity: 0.4;
}

.car-status {
  padding: 2px 8px;
  color: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  font-size: 14px;
  line-height: 20px;
}
.car-status--green {
  background-color: #4AD2CA;
}
.car-status--orange {
  background-color: #FFAF37;
}
.car-status--blue {
  background-color: #0D69F2;
}

.b-toggle__input {
  display: none;
}
.b-toggle__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.b-toggle__label--style-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) {
  .b-toggle__label--style-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.b-toggle__custom {
  margin-right: 8px;
  background: #C4CAD4;
  border-radius: 10px;
  width: 36px;
  height: 20px;
  position: relative;
}
.b-toggle__custom:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 2px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-toggle__custom.active {
  background-color: #00AAFF;
}
.b-toggle__custom.active:before {
  left: auto;
  right: 2px;
}
.b-toggle__custom--style-header {
  margin-right: 0px;
}
@media only screen and (min-width: 576px) {
  .b-toggle__custom--style-header {
    margin-right: 8px;
  }
}
.b-toggle__text {
  color: #2B313B;
}
.drive-cars-select {
  width: 100%;
  position: relative;
}
.drive-cars-select.sort .drive-cars-select__input {
  background: none;
}
.drive-cars-select__sort {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 24px;
  width: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.drive-cars-select__sort.active {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.drive-cars-select__sort object {
  pointer-events: none;
}
.drive-cars-select__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.4;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
  color: #8A96A8;
}
.drive-cars-select__label.active {
  top: 8px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.drive-cars-select__input {
  width: 100%;
  padding: 32px 16px 8px;
  height: 64px;
  border: 1px solid #CDD3E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  color: #2B313B;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-image: url(/local/templates/landings/img/icons/arrow.svg);
  background-size: 24px 24px;
}
.drive-cars-select__input:focus {
  border-color: #CDD3E4;
  outline: none;
}
.drive-cars-select__input.disabled {
  background-color: #F1F2F4;
}
.drive-cars-select__list {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 3;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-shadow: 0px 4px 16px rgba(138, 150, 168, 0.4), 0px 0px 6px rgba(138, 150, 168, 0.08);
  box-shadow: 0px 4px 16px rgba(138, 150, 168, 0.4), 0px 0px 6px rgba(138, 150, 168, 0.08);
  border-radius: 4px;
  padding: 2px 0;
}
.drive-cars-select__list-wrapper {
  max-height: 224px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}
.drive-cars-select__list-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}
.drive-cars-select__list-wrapper::-webkit-scrollbar-track {
  background: none;
}
.drive-cars-select__list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.drive-cars-select__list-wrapper::-webkit-scrollbar-thumb:hover {
  background: none;
}
.drive-cars-select__list-wrapper::-webkit-scrollbar-thumb:active {
  background: none;
}
.drive-cars-select__item {
  padding: 10px 20px;
  min-height: 56px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.drive-cars-select__item:first-child {
  margin-top: 6px;
}
.drive-cars-select__item:last-child {
  margin-bottom: 6px;
}
.drive-cars-select__item:hover {
  background-color: #eaedf4;
}
@charset "UTF-8";
/* new props (redesign) */
.leasing-video-popup {
  display: none;
  position: fixed;
  background: rgba(35, 35, 35, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99991;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
}
@media (max-height: 600px) and (min-width: 1024px) {
  .leasing-video-popup {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .leasing-video-popup {
    padding: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .leasing-video-popup > * {
    -webkit-transform: translateZ(0px);
  }
}
.leasing-video-popup.is-open {
  display: block;
}
.leasing-video-popup_video {
  background: rgba(0, 0, 0, 0.85);
}
.leasing-video-popup .leasing-video-popup__inner {
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1000px;
}
@media (max-height: 600px) and (min-width: 1024px) {
  .leasing-video-popup .leasing-video-popup__inner {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.leasing-video-popup .leasing-video-popup__inner_small {
  max-width: 770px;
}
.leasing-video-popup .leasing-video-popup__close {
  position: absolute;
  font-size: 45px;
  font-weight: 300;
  cursor: pointer;
  line-height: 30px;
  color: #949494;
  z-index: 3;
  top: -10px;
  right: -50px;
  padding: 0;
  background-color: transparent;
  outline: none;
  border: 0;
}
@media (max-width: 1199px) {
  .leasing-video-popup .leasing-video-popup__close {
    right: 0;
    top: -60px;
  }
}
.leasing-video-popup .leasing-video-popup__close:after {
  content: "×";
}
.leasing-video-popup .leasing-video-popup__text {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.leasing-video-popup .leasing-video-popup__text h3 {
  color: #263975;
  font-size: 24px;
  font-weight: 600;
  font-family: "vtb_cond";
  margin: 0 0 20px 0;
}
.leasing-video-popup .leasing-video-popup__text p {
  color: #949494;
}
.leasing-video-popup .leasing-video-popup__text_small {
  text-align: left;
  font-size: 14px;
}
.leasing-video-popup .leasing-video-popup__text_small p {
  color: #25292f;
  margin: 0 0 20px 0;
}
.leasing-video-popup .leasing-video-popup__text_small ul {
  color: #25292f;
  margin: 0 0 20px 0;
}
.leasing-video-popup .leasing-video-popup__text_small ul li {
  position: relative;
  padding-left: 10px;
}
.leasing-video-popup .leasing-video-popup__text_small ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #25292f;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.leasing-video-popup video {
  width: 100%;
}
@charset "UTF-8";
/* new props (redesign) */
/*.leasing-video {
	max-width: 1252px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	padding: 0 40px;
	@include tablet {
		display: block;
	}
	@include mobile {
		padding: 0 20px;
		background: $bg;
	}
	&_gray-bg {
		position: relative;
		&:before {
			content: '';
			background: $bg;
			width: 100vw;
			height: 100%;
			left: 50%;
			position: absolute;
			top: 0;
			transform: translateX(-50%);
		}
	}
	&__title {
		width: calc(33.3% + 15px);
		background: $bg;
		padding: 30px 40px;
		flex-shrink: 0;
		position: relative;
		@include desktop-small {
			padding-left: 40px;
			width: 40%;
		}
		@include tablet {
			width: 100vw;
			left: -40px;
			text-align: center;
			padding-bottom: 210px;
		}
		@include mobile {
			left: 0;
			padding: 40px 0 40px 0;
			width: auto;
		}
		.leasing-video_gray-bg & {
			background: #fff;
			@include tablet {
				background: none;
			}
		}
		h2, h1 {
			font-size: 28px;
			color: $brand;
			font-weight: 600;
			font-family: "vtb_cond";
			line-height: 1.3;
			margin: 0 0 20px 0;
		}
		p {
			margin: 0 0 20px 0;
		}
	}
	&__link{
		@include link;
		cursor: pointer;
		margin-bottom: 20px;
	}
	&__video {
		flex-basis: 100%;
		height: 323px;
		position: relative;
		overflow: hidden;
		img {
			min-width: 100%;
		}
		@include tablet {
			margin: -160px 0 0 0;
		}
		@include mobile {
			margin: 0 -20px;
		}
	}
	&__play {
		@include play-button;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -50px 0 0 -50px;
	}
	&__popup {
		display: none;
		video {
			width: 100%;
		}
	}
	&-popup {
		display: none;
		video {
			width: 100%;
		}
	}
	&__button {
		color: #fff;
		background: #263975;
		font-weight: 500;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		height: 70px;
		line-height: 70px;
		padding: 0 20px;
		text-align: center;
		font-size: 16px;
		text-decoration: none;
		white-space: nowrap;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		cursor: pointer;
		outline: none;
		width: 268px;
		display: block;

		&:hover {
			background: #2c4288;
		}
		@media (max-width: 1023px) {
			margin: 0 auto;
		}
		@media (max-width: 767px) {
			margin: 0;
			width: 100%;
		}
	}
}*/
.leasing-video {
  max-width: 1366px;
  padding: 0 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .leasing-video {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .leasing-video {
    padding: 0 20px;
  }
}
.leasing-video--long {
  padding: 0;
}
@media (max-width: 767px) {
  .leasing-video--long {
    padding: 0 20px;
  }
}
.leasing-video__title {
  width: 40%;
  padding: 30px 40px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  background: rgba(205, 211, 228, 0.4);
}
@media (max-width: 1199px) {
  .leasing-video__title {
    padding-left: 30px;
    padding-right: 30px;
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .leasing-video__title {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 28px;
  }
}
.leasing-video__title h2, .leasing-video__title h1 {
  font-size: 40px;
  font-weight: 500;
  font-family: "vtb_cond";
  line-height: 1.1;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .leasing-video__title h2, .leasing-video__title h1 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.leasing-video__title p {
  margin: 0 0 20px 0;
}
.leasing-video__title button:not(.leasing-video__button),
.leasing-video__title a:not(.leasing-video__button) {
  line-height: 46px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #CDD3E4;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 20px;
  background: none;
  outline: none;
  cursor: pointer;
}
.leasing-video__title button:not(.leasing-video__button):hover,
.leasing-video__title a:not(.leasing-video__button):hover {
  background: #009FDF;
  color: #fff;
  border: 1px solid #009FDF;
}
.leasing-video__link {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  cursor: pointer;
  margin-bottom: 20px;
}
.leasing-video__link:after {
  content: "›";
  font-size: 35px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  left: 0;
  top: 2px;
  margin: 0 10px 0 0;
}
.leasing-video__link:hover {
  color: #009FDF;
}
.leasing-video__link:hover:after {
  left: 10px;
}
.leasing-video__video {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 323px;
  position: relative;
  overflow: hidden;
}
.leasing-video__video img {
  min-width: 100%;
}
@media (max-width: 1023px) {
  .leasing-video__video {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 200px;
    border-radius: 4px 0 4px 0;
  }
}
.leasing-video__play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #009FDF;
  display: inline-block;
  cursor: pointer;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: none;
  cursor: pointer;
}
.leasing-video__play:before {
  content: "";
  position: absolute;
  border-left: 18px solid #009FDF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -5px;
}
.leasing-video__play:hover {
  background: rgba(255, 255, 255, 0.2);
}
.leasing-video__popup {
  display: none;
}
.leasing-video__popup video {
  width: 100%;
}
.leasing-video__button {
  line-height: 46px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 20px;
  background: #009FDF;
  color: #fff;
  border: 1px solid #009FDF;
  margin-bottom: 10px;
  cursor: pointer;
}
.leasing-video__button:last-child {
  margin-bottom: 0 !important;
}
.leasing-video__button:hover {
  background: #009FDF;
  color: #fff;
  border: 1px solid #009FDF;
}
.leasing-video__button--transparent {
  background: none;
  color: #25292f;
  border: 1px solid #CDD3E4;
}
.leasing-video__button--transparent:hover {
  background: #009FDF;
  color: #fff;
  border: 1px solid #009FDF;
}

.leasing-video2 {
  max-width: 1366px;
  padding: 0 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .leasing-video2 {
    padding: 0 40px;
  }
}
@media (max-width: 1023px) {
  .leasing-video2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .leasing-video2 {
    padding: 0 20px;
  }
}
.leasing-video2__left {
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .leasing-video2__left {
    width: auto;
    margin: 0 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .leasing-video2__left {
    width: auto;
    text-align: center;
    margin: 0 -24px 64px -24px;
  }
}
@media only screen and (max-width: 600px) {
  .leasing-video2__left {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.leasing-video2__left > img {
  height: 112px;
  display: block;
  border-radius: 4px;
  margin: 0 0 30px 0;
}
@media (max-width: 1023px) {
  .leasing-video2__left > img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .leasing-video2__left > img {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.leasing-video2__right {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.leasing-video2__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
  outline: none;
  border: 0;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .leasing-video2__link {
    margin: 0 24px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .leasing-video2__link {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.leasing-video2__link:hover {
  text-decoration: none;
  background-color: transparent;
  outline: none;
  border: 0;
}
.leasing-video2__link-play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #009FDF;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  pointer-events: none;
}
.leasing-video2__link-play:before {
  content: "";
  position: absolute;
  border-left: 18px solid #009FDF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -5px;
}
.leasing-video2__link-play:hover {
  background: rgba(255, 255, 255, 0.2);
}
.leasing-video2__link-play-title {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0 0 20px;
  line-height: 1.2;
  text-align: left;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .leasing-video2__link-play-title {
    text-align: left;
  }
}
.leasing-video2__title {
  font-size: 40px;
  font-family: "vtb_cond";
  line-height: 1.1;
}
@media (max-width: 767px) {
  .leasing-video2__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (max-width: 370px) {
  .leasing-video2__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
.leasing-video2__play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #009FDF;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.leasing-video2__play:before {
  content: "";
  position: absolute;
  border-left: 18px solid #009FDF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -5px;
}
.leasing-video2__play:hover {
  background: rgba(255, 255, 255, 0.2);
}
.leasing-video2__play-title {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0 0 20px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .leasing-video2__play-title {
    text-align: left;
  }
}
/* new props (redesign) */
.leasing-videoblock {
  max-width: 1366px;
  padding: 0 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .leasing-videoblock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .leasing-videoblock {
    padding: 0 20px;
  }
}
.leasing-videoblock__container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.leasing-videoblock__preview {
  position: relative;
  z-index: 1;
}
.is-openvideo .leasing-videoblock__preview {
  z-index: -1;
}
.leasing-videoblock__preview img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.leasing-videoblock__preview-img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.leasing-videoblock__preview-img--desktop {
  display: block;
}
@media (max-width: 767px) {
  .leasing-videoblock__preview-img--desktop {
    display: none;
  }
}
.leasing-videoblock__preview-img--mobile {
  display: none;
}
@media (max-width: 767px) {
  .leasing-videoblock__preview-img--mobile {
    display: block;
  }
}
.leasing-videoblock__play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #009FDF;
  display: inline-block;
  cursor: pointer;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background-color: transparent;
  outline: none;
}
.leasing-videoblock__play:before {
  content: "";
  position: absolute;
  border-left: 18px solid #009FDF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -5px;
}
.leasing-videoblock__play:hover {
  background: rgba(255, 255, 255, 0.2);
}
.leasing-videoblock__video {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
}
.is-openvideo .leasing-videoblock__video {
  z-index: 2;
}
.leasing-videoblock__video .youtube-player {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.leasing-videoblock__volume {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #08267F;
  border: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .leasing-videoblock__volume {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
}
.leasing-videoblock__volume:before, .leasing-videoblock__volume:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media (max-width: 767px) {
  .leasing-videoblock__volume:before, .leasing-videoblock__volume:after {
    background-size: 18px 18px;
  }
}
.leasing-videoblock__volume:before {
  opacity: 1;
  visibility: visible;
  background-image: url(../img/icon_notvolume_white.svg);
}
.leasing-videoblock__volume:after {
  opacity: 0;
  visibility: hidden;
  background-image: url(../img/icon_volume_white.svg);
}
.leasing-videoblock__volume.is-volume:before {
  opacity: 0;
  visibility: hidden;
}
.leasing-videoblock__volume.is-volume:after {
  opacity: 1;
  visibility: visible;
}
.vue-slider {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  width: auto;
  height: 2px;
}

.vue-slider-rail {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: width, height, left, right, top, bottom;
  transition-property: width, height, left, right, top, bottom;
}

.vue-slider-process {
  position: absolute;
  z-index: 1;
  background-color: #3498db;
  border-radius: 15px;
  height: 100%;
  top: 0;
  left: 0;
}

.vue-slider-dot {
  position: absolute;
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 5;
  width: 28px !important;
  height: 33px !important;
  border-radius: 4px !important;
  cursor: pointer;
}
.bx-no-touch .vue-slider-dot {
  width: 8px !important;
  height: 13px !important;
}
.vue-slider-dot-tooltip {
  position: absolute;
  visibility: hidden;
}

.vue-slider-dot-hover:hover .vue-slider-dot-tooltip,
.vue-slider-dot-tooltip-show {
  visibility: visible;
}

.vue-slider-dot-tooltip-top {
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.vue-slider-dot-tooltip-bottom {
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.vue-slider-dot-tooltip-left {
  left: -10px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.vue-slider-dot-tooltip-right {
  right: -10px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.vue-slider-marks {
  position: relative;
  width: 100%;
  height: 100%;
}

.vue-slider-mark {
  position: absolute;
  z-index: 1;
}

.vue-slider-ltr .vue-slider-mark,
.vue-slider-rtl .vue-slider-mark {
  width: 0;
  height: 100%;
  top: 50%;
}

.vue-slider-ltr .vue-slider-mark-step,
.vue-slider-rtl .vue-slider-mark-step {
  top: 0;
}

.vue-slider-ltr .vue-slider-mark-label,
.vue-slider-rtl .vue-slider-mark-label {
  top: 100%;
  margin-top: 10px;
}

.vue-slider-ltr .vue-slider-mark {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vue-slider-ltr .vue-slider-mark-step {
  left: 0;
}

.vue-slider-ltr .vue-slider-mark-label {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vue-slider-rtl .vue-slider-mark {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.vue-slider-rtl .vue-slider-mark-step {
  right: 0;
}

.vue-slider-rtl .vue-slider-mark-label {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.vue-slider-btt .vue-slider-mark,
.vue-slider-ttb .vue-slider-mark {
  width: 100%;
  height: 0;
  left: 50%;
}

.vue-slider-btt .vue-slider-mark-step,
.vue-slider-ttb .vue-slider-mark-step {
  left: 0;
}

.vue-slider-btt .vue-slider-mark-label,
.vue-slider-ttb .vue-slider-mark-label {
  left: 100%;
  margin-left: 10px;
}

.vue-slider-btt .vue-slider-mark {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.vue-slider-btt .vue-slider-mark-step {
  top: 0;
}

.vue-slider-btt .vue-slider-mark-label {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vue-slider-ttb .vue-slider-mark {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vue-slider-ttb .vue-slider-mark-step {
  bottom: 0;
}

.vue-slider-ttb .vue-slider-mark-label {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.vue-slider-mark-label,
.vue-slider-mark-step {
  position: absolute;
}
.vue-slider-dot {
  position: absolute;
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 5;
}
.vue-slider-dot-tooltip {
  position: absolute;
  visibility: hidden;
}
.vue-slider-dot-hover:hover .vue-slider-dot-tooltip {
  visibility: visible;
}

.vue-slider-dot-tooltip-show {
  visibility: visible;
}
.vue-slider-dot-tooltip-top {
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.vue-slider-dot-tooltip-bottom {
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.vue-slider-dot-tooltip-left {
  left: -10px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.vue-slider-dot-tooltip-right {
  right: -10px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.vue-slider-marks {
  position: relative;
  width: 100%;
  height: 100%;
}

.vue-slider-mark {
  position: absolute;
  z-index: 1;
}
.vue-slider-ltr .vue-slider-mark, .vue-slider-rtl .vue-slider-mark {
  width: 0;
  height: 100%;
  top: 50%;
}
.vue-slider-ltr .vue-slider-mark-step, .vue-slider-rtl .vue-slider-mark-step {
  top: 0;
}
.vue-slider-ltr .vue-slider-mark-label, .vue-slider-rtl .vue-slider-mark-label {
  top: 100%;
  margin-top: 10px;
}

.vue-slider-ltr .vue-slider-mark {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vue-slider-ltr .vue-slider-mark-step {
  left: 0;
}
.vue-slider-ltr .vue-slider-mark-label {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vue-slider-rtl .vue-slider-mark {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.vue-slider-rtl .vue-slider-mark-step {
  right: 0;
}
.vue-slider-rtl .vue-slider-mark-label {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.vue-slider-ttb .vue-slider-mark, .vue-slider-btt .vue-slider-mark {
  width: 100%;
  height: 0;
  left: 50%;
}
.vue-slider-ttb .vue-slider-mark-step, .vue-slider-btt .vue-slider-mark-step {
  left: 0;
}
.vue-slider-ttb .vue-slider-mark-label, .vue-slider-btt .vue-slider-mark-label {
  left: 100%;
  margin-left: 10px;
}

.vue-slider-btt .vue-slider-mark {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.vue-slider-btt .vue-slider-mark-step {
  top: 0;
}
.vue-slider-btt .vue-slider-mark-label {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vue-slider-ttb .vue-slider-mark {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vue-slider-ttb .vue-slider-mark-step {
  bottom: 0;
}
.vue-slider-ttb .vue-slider-mark-label {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.vue-slider-mark-step, .vue-slider-mark-label {
  position: absolute;
}
.vue-slider {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.vue-slider-rail {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: width, height, left, right, top, bottom;
  transition-property: width, height, left, right, top, bottom;
}

.vue-slider-process {
  position: absolute;
  z-index: 1;
}
/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
  background-color: #697BB3;
  border-radius: 0;
}
.b-calc-form__range-slider .vue-slider-rail {
  background-color: #bababa;
}

/* process style */
.vue-slider-process {
  background-color: #3498db;
  border-radius: 0;
}
.b-calc-form__range-slider .vue-slider-process {
  background-color: #C41230;
}
.b-landing_dark .b-calc-form__range-slider .vue-slider-process {
  background-color: #00AAFF;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}
.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}
.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #00AAFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vue-slider-dot-handle-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.b-calc-form__range-slider .vue-slider-dot-handle {
  background-color: #C41230;
}
.b-landing_dark .b-calc-form__range-slider .vue-slider-dot-handle {
  background-color: #00AAFF;
}
.vue-slider-dot-handle:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #08267F;
  opacity: 0.2;
}
.b-calc-form__range-slider .vue-slider-dot-handle:after {
  background: #FFFFFF;
  opacity: 0.8;
}
.bx-touch .vue-slider-dot-handle {
  background-color: transparent;
  outline: 1px solid transparent;
}
.bx-touch .vue-slider-dot-handle:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 4px !important;
  background-color: #00AAFF;
  width: 8px;
  height: 13px;
  outline: 1px solid transparent;
}
.bx-touch .vue-slider-dot-handle:after {
  left: 12px;
  right: 12px;
  outline: 1px solid transparent;
}
.bx-touch .b-calc-form__range-slider .vue-slider-dot-handle {
  background-color: transparent;
}
.bx-touch .b-calc-form__range-slider .vue-slider-dot-handle:before {
  background-color: #C41230;
}
.bx-touch .b-landing_dark .b-calc-form__range-slider .vue-slider-dot-handle {
  background-color: transparent;
}
.bx-touch .b-landing_dark .b-calc-form__range-slider .vue-slider-dot-handle:before {
  background-color: #00AAFF;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}