.blindMode__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 12px
}

.blindMode__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.blindMode__item {
  color: #fff;
  margin-bottom: 40px
}

.blindMode__label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.blindMode__trigger:first-child .blindMode__trigger--custom {
  border-radius: 4px 0 0 4px
}

.blindMode__trigger:last-child .blindMode__trigger--custom {
  border-radius: 0 4px 4px 0
}

.blindMode__trigger--custom {
  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;
  padding: 16px;
  border: 1px solid #565663;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

@media screen and (min-width: 1200px) {
  .blindMode__trigger--custom:hover {
    border-color:#fff
  }
}

@media screen and (max-width: 479px) {
  .blindMode__trigger--custom {
    padding:10px
  }
}

.blindMode__trigger--color .blindMode__trigger--custom {
  border: none;
  border-radius: 4px !important;
  margin: 0 8px 0 0;
  position: relative;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.blindMode__trigger--color .blindMode__trigger--custom:before {
  content: '';
  position: absolute;
  left: 0;
  background: #fff;
  width: 0;
  height: 1px;
  border-radius: 2px;
  top: calc(100% + 8px);
  -webkit-transition: width .2s ease-out;
  -o-transition: width .2s ease-out;
  transition: width .2s ease-out
}

@media screen and (min-width: 1200px) {
  .blindMode__trigger--color .blindMode__trigger--custom:hover {
    opacity:1 !important
  }

  .blindMode__trigger--color .blindMode__trigger--custom:hover:before {
    width: 70%
  }
}

.blindMode__trigger--color:first-child .blindMode__trigger--custom {
  background: #FFF;
  opacity: 0.6
}

.blindMode__trigger--color:first-child .blindMode__trigger--custom .blindMode__trigger--title {
  color: #000
}

.blindMode__trigger--color:nth-child(2) .blindMode__trigger--custom {
  background: #030303;
  opacity: 0.6
}

.blindMode__trigger--color:nth-child(2) .blindMode__trigger--custom .blindMode__trigger--title {
  color: #fff
}

.blindMode__trigger--color:nth-child(3) .blindMode__trigger--custom {
  background: #9DD1FF;
  opacity: 0.6
}

.blindMode__trigger--color:nth-child(3) .blindMode__trigger--custom .blindMode__trigger--title {
  color: #000
}

.blindMode__trigger--color:nth-child(4) .blindMode__trigger--custom {
  background: #442713;
  opacity: 0.6
}

.blindMode__trigger--color:nth-child(4) .blindMode__trigger--custom .blindMode__trigger--title {
  color: #A7E04C
}

.blindMode__trigger--color:last-child .blindMode__trigger--custom {
  background: #F7F3D6;
  opacity: 0.6
}

.blindMode__trigger--color:last-child .blindMode__trigger--custom .blindMode__trigger--title {
  color: #000
}

.blindMode__trigger--color [type="radio"]:checked+.blindMode__trigger--custom {
  border: 0;
  opacity: 1
}

.blindMode__trigger--color [type="radio"]:checked+.blindMode__trigger--custom::before {
  width: 70%;
  background: #FF5500
}

.blindMode__trigger--btn {
  display: none
}

.blindMode__trigger--freak-font .blindMode__trigger--title {
  font-family: none
}

[type="radio"]:checked+.blindMode__trigger--custom {
  border: 1px solid #FF5500
}

.blindMode__reset {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  color: #fff;
  margin-top: auto;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

@media screen and (min-width: 1200px) {
  .blindMode__reset:hover {
    border-color:#fff
  }
}

@media screen and (min-width: 320px) {
  html .letterSpacing-default * {
    letter-spacing:.02em !important
  }

  html .letterSpacing-default * input::-webkit-input-placeholder {
    letter-spacing: .02em !important
  }

  html .letterSpacing-default * input:-ms-input-placeholder {
    letter-spacing: .02em !important
  }

  html .letterSpacing-default * input::-ms-input-placeholder {
    letter-spacing: .02em !important
  }

  html .letterSpacing-default * input::-moz-placeholder {
    letter-spacing: .02em !important
  }

  html .letterSpacing-default * input::placeholder {
    letter-spacing: .02em !important
  }

  html .letterSpacing-middle * {
    letter-spacing: 1.5px !important
  }

  html .letterSpacing-middle * input::-webkit-input-placeholder {
    letter-spacing: 1.5px !important
  }

  html .letterSpacing-middle * input:-ms-input-placeholder {
    letter-spacing: 1.5px !important
  }

  html .letterSpacing-middle * input::-ms-input-placeholder {
    letter-spacing: 1.5px !important
  }

  html .letterSpacing-middle * input::-moz-placeholder {
    letter-spacing: 1.5px !important
  }

  html .letterSpacing-middle * input::placeholder {
    letter-spacing: 1.5px !important
  }

  html .letterSpacing-large * {
    letter-spacing: 2px !important
  }

  html .letterSpacing-large * input::-webkit-input-placeholder {
    letter-spacing: 2px !important
  }

  html .letterSpacing-large * input:-ms-input-placeholder {
    letter-spacing: 2px !important
  }

  html .letterSpacing-large * input::-ms-input-placeholder {
    letter-spacing: 2px !important
  }

  html .letterSpacing-large * input::-moz-placeholder {
    letter-spacing: 2px !important
  }

  html .letterSpacing-large * input::placeholder {
    letter-spacing: 2px !important
  }

  html .letterSpacing-large .header-submenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  html .lineHeight-default * {
    line-height: normal !important
  }

  html .lineHeight-default * input::-webkit-input-placeholder {
    letter-spacing: normal !important
  }

  html .lineHeight-default * input:-ms-input-placeholder {
    letter-spacing: normal !important
  }

  html .lineHeight-default * input::-ms-input-placeholder {
    letter-spacing: normal !important
  }

  html .lineHeight-default * input::-moz-placeholder {
    letter-spacing: normal !important
  }

  html .lineHeight-default * input::placeholder {
    letter-spacing: normal !important
  }

  html .lineHeight-middle * {
    line-height: 1.5 !important
  }

  html .lineHeight-large * {
    line-height: 2 !important
  }

  html .fontState-normal * {
    font-family: 'Gilroy', 'Arial', sans-serif !important
  }

  html .fontState-freak * {
    font-family: none !important
  }

  html .show-image-all img {
    visibility: visible !important;
    opacity: 1 !important
  }

  html .hide-image-all img {
    visibility: hidden !important;
    opacity: 0 !important
  }

  html .hide-image-all * {
    background-image: none !important
  }

  html .bgColor-v2 {
    background-color: #000 !important
  }

  html .bgColor-v2 .inner-head-banner__container {
    background: #000 !important
  }

  html .bgColor-v2 section[data-rendering-name="tabs"] .tabs__controls-block::before,html .bgColor-v2 section[data-rendering-name="tabs"] .tabs__controls-block::after,html .bgColor-v2 .tabs__control-item::before,html .bgColor-v2 section[data-rendering-name="tabs"] .tabs:not(.tabs--slider) .tabs__control-item:last-child::before,html .bgColor-v2 section[data-rendering-name="offer-panel with tabs"] .tabs__controls-block::before,html .bgColor-v2 section[data-rendering-name="offer-panel with tabs"] .tabs__controls-block::after,html .bgColor-v2 .tabs__control-item::before,html .bgColor-v2 section[data-rendering-name="offer-panel with tabs"] .tabs:not(.tabs--slider) .tabs__control-item:last-child::before {
    content: none
  }

  html .bgColor-v2 section .container .danger-banner {
    background: none !important
  }

  html .bgColor-v2 .tabs__control-item {
    background: none
  }

  html .bgColor-v2 .btn--large.btn--green {
    background: #F26126 !important;
    color: #fff !important
  }

  html .bgColor-v2 .checkbox-switch__input:checked ~ .checkbox-switch__label .checkbox-switch__switch {
    background: #F26126 !important
  }

  html .bgColor-v2 section[data-rendering-name="tabs"] .tabs__control.is-active,html .bgColor-v2 section[data-rendering-name="offer-panel with tabs"] .tabs__control.is-active,html .bgColor-v2 .filter .filter__item--active {
    color: #000 !important;
    background: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  html .bgColor-v2 section .tabs .tabs__bg::after,html .bgColor-v2 section .tabs .tabs__bg::before {
    content: none !important
  }

  html .bgColor-v2 .head-banners .swiper-pagination-bullet {
    background-color: #fff !important
  }

  html .bgColor-v2 .head-banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F26126 !important
  }

  html .bgColor-v2 section .btn--secondary,html .bgColor-v2 section .btn--primary {
    background: #F26126 !important
  }

  html .bgColor-v2 .exchange-rates__wrapp,html .bgColor-v2 .news-swiper__marker,html .bgColor-v2 .offers__item,html .bgColor-v2 .infoNote-line,html .bgColor-v2 .wrapper,html .bgColor-v2 .more-item__list,html .bgColor-v2 .ib-nav__list,html .bgColor-v2 .offer-panel .tariff-card,html .bgColor-v2 .offer-panel {
    background: #000 !important
  }

  html .bgColor-v2 .exchange-rates__wrapp .selectPSB__head:after,html .bgColor-v2 .news-swiper__marker .selectPSB__head:after,html .bgColor-v2 .offers__item .selectPSB__head:after,html .bgColor-v2 .infoNote-line .selectPSB__head:after,html .bgColor-v2 .wrapper .selectPSB__head:after,html .bgColor-v2 .more-item__list .selectPSB__head:after,html .bgColor-v2 .ib-nav__list .selectPSB__head:after,html .bgColor-v2 .offer-panel .tariff-card .selectPSB__head:after,html .bgColor-v2 .offer-panel .selectPSB__head:after {
    background-color: rgba(255,255,255,0.3)
  }

  html .bgColor-v2 .exchange-rates__wrapp .selectPSB__ic svg path,html .bgColor-v2 .news-swiper__marker .selectPSB__ic svg path,html .bgColor-v2 .offers__item .selectPSB__ic svg path,html .bgColor-v2 .infoNote-line .selectPSB__ic svg path,html .bgColor-v2 .wrapper .selectPSB__ic svg path,html .bgColor-v2 .more-item__list .selectPSB__ic svg path,html .bgColor-v2 .ib-nav__list .selectPSB__ic svg path,html .bgColor-v2 .offer-panel .tariff-card .selectPSB__ic svg path,html .bgColor-v2 .offer-panel .selectPSB__ic svg path {
    fill: #fff
  }

  html .bgColor-v2 .exchange-rates__wrapp .selectPSB__item-list,html .bgColor-v2 .news-swiper__marker .selectPSB__item-list,html .bgColor-v2 .offers__item .selectPSB__item-list,html .bgColor-v2 .infoNote-line .selectPSB__item-list,html .bgColor-v2 .wrapper .selectPSB__item-list,html .bgColor-v2 .more-item__list .selectPSB__item-list,html .bgColor-v2 .ib-nav__list .selectPSB__item-list,html .bgColor-v2 .offer-panel .tariff-card .selectPSB__item-list,html .bgColor-v2 .offer-panel .selectPSB__item-list {
    background: #000 !important
  }

  html .bgColor-v2 .ui-tooltip-content {
    color: #000 !important
  }

  html .bgColor-v2 .curtain-layer {
    background-color: #000 !important
  }

  html .bgColor-v2 .offices-sidebar {
    background-color: #000 !important
  }

  html .bgColor-v2 .offices-sidebar *:not(.office-field__link) {
    color: #fff !important
  }

  html .bgColor-v2 .offices-sidebar .offices-sidebar-head {
    background-color: #1E1E24 !important
  }

  html .bgColor-v2 .list-atm-select {
    background-color: #000 !important
  }

  html .bgColor-v2 .list-atm-select__btn.active {
    background-color: #fff !important;
    color: #000 !important
  }

  html .bgColor-v2 .detailed-side {
    background-color: #000 !important
  }

  html .bgColor-v2 .detailed-side * {
    color: #fff !important
  }

  html .bgColor-v2 .detailed-side .tabs-list {
    background-color: #1E1E24 !important
  }

  html .bgColor-v2 .detailed-side .tabs-list__btn {
    color: #000 !important
  }

  html .bgColor-v2 .detailed-side .tabs-list__btn.active {
    background-color: #fff !important
  }

  html .bgColor-v2 .offices-search {
    background-color: #000 !important
  }

  html .bgColor-v2 .offices-search__field {
    background-color: inherit !important;
    color: #fff !important
  }

  html .bgColor-v2 .controls-map .location-map,html .bgColor-v2 .zoom-wrapp {
    background-color: #000 !important
  }

  html .bgColor-v2 .arrow-swiper path {
    stroke: #fff !important
  }

  html .bgColor-v2 .intro-inner {
    background-color: #000 !important
  }

  html .bgColor-v2 .intro-inner *:not(.btn-main):not(.btn-link):not(.link) {
    color: #fff !important
  }

  html .bgColor-v2 .swiper-pagination-bullet {
    background-color: transparent !important;
    opacity: 1 !important
  }

  html .bgColor-v2 .header {
    background-color: #000 !important
  }

  html .bgColor-v2 .header .city-change {
    background-color: #000 !important
  }

  html .bgColor-v2 .header .city-change:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v2 .header .city-change * {
    color: #fff
  }

  html .bgColor-v2 .header .header-modal {
    background-color: #000 !important
  }

  html .bgColor-v2 .header .header-modal:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v2 .header .header-modal * {
    color: #fff
  }

  html .bgColor-v2 .header .header-modal * svg path {
    fill: #fff
  }

  html .bgColor-v2 .header .search-header__field {
    background-color: #000 !important
  }

  html .bgColor-v2 .header .flexible-menu__hidden-items {
    background-color: #000 !important
  }

  html .bgColor-v2 .header .flexible-menu__hidden-items:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v2 .header .btn-bank__list {
    background-color: #000 !important
  }

  html .bgColor-v2 .header .btn-bank__list:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v2 .header .btn-bank__list .btn-bank__title-link {
    color: #fff
  }

  html .bgColor-v2 .header .btn-bank__list .btn-bank__ic-link path {
    fill: #fff
  }

  html .bgColor-v2 .header .hidden-menu {
    background-color: #000 !important
  }

  html .bgColor-v2 .intro-bgcontainer {
    background-color: #000 !important
  }

  html .bgColor-v2 .intro-bgcontainer .swiper-intro__tooltip,html .bgColor-v2 .intro-bgcontainer .swiper-intro__title,html .bgColor-v2 .intro-bgcontainer .swiper-intro__subtitle {
    color: #fff !important
  }

  html .bgColor-v2 .main-filter__button {
    background-color: #000 !important
  }

  html .bgColor-v2 .main-filter__button.active {
    border: 1px solid #fff !important
  }

  html .bgColor-v2 .cookie__description {
    color: #fff !important
  }

  html .bgColor-v2 .footer-top {
    background-color: #000 !important
  }

  html .bgColor-v2 .footer {
    background-color: #1E1E24 !important
  }

  html .bgColor-v2 .main-filter,html .bgColor-v2 .mobile-apps,html .bgColor-v2 .page-reviews-form__msg,html .bgColor-v2 .navigation-tabs,html .bgColor-v2 .ui-tooltip-content,html .bgColor-v2 .reviews-popup {
    background-color: #1E1E24 !important
  }

  html .bgColor-v2 .reviews-popup *:not(textarea) {
    color: #fff !important
  }

  html .bgColor-v2 .list-tabs__link {
    color: #fff !important
  }

  html .bgColor-v2 .range-label {
    background-color: transparent
  }

  html .bgColor-v2 section {
    background-color: #000 !important
  }

  html .bgColor-v2 section * {
    color: #fff !important;
    background: none !important
  }

  html .bgColor-v2 section *:hover {
    background: none
  }

  html .bgColor-v2 section .card-box__item,html .bgColor-v2 section .card-box__back-side,html .bgColor-v2 section .exchange-rates__description,html .bgColor-v2 section .selection-row__item,html .bgColor-v2 section .case-boxes__item,html .bgColor-v2 section .calculations,html .bgColor-v2 section .table-main thead,html .bgColor-v2 section .table-main tbody tr:nth-child(even),html .bgColor-v2 section .step,html .bgColor-v2 section .open-ownership__box,html .bgColor-v2 section .accordeon__head,html .bgColor-v2 section .links-group__card,html .bgColor-v2 section .chosen-drop,html .bgColor-v2 section .simple-table__intro,html .bgColor-v2 section .news-area__item,html .bgColor-v2 section .distributing-card {
    background-color: #1E1E24 !important
  }

  html .bgColor-v2 section .tariff__head,html .bgColor-v2 section .tariff__body {
    background-color: #1E1E24 !important;
    border: 0
  }
}

@media screen and (min-width: 320px) and (min-width: 1200px) {
  html .bgColor-v2 section .chosen-drop .result-selected:hover {
    color:#000
  }
}

@media screen and (min-width: 320px) {
  html .bgColor-v2 .dropdown-list {
    background-color:#1E1E24 !important
  }
}

@media screen and (min-width: 320px) and (min-width: 1200px) {
  html .bgColor-v2 .dropdown-list__item:hover {
    background-color:#000 !important
  }
}

@media screen and (min-width: 320px) {
  html .bgColor-v2 .colorplate-title,html .bgColor-v2 .news-swiper__title,html .bgColor-v2 .news-swiper__date,html .bgColor-v2 .page-header--light-theme,html .bgColor-v2 .head-banners--light-theme,html .bgColor-v2 .page-header--light-theme .header-submenu,html .bgColor-v2 .page-header--light-theme .header-search,html .bgColor-v2 .page-header--light-theme .header-menu,html .bgColor-v2 .page-header--light-theme .header-location,html .bgColor-v2 .head-banners .btn--outline-light-bg {
    color:#fff !important
  }

  html .bgColor-v2 .advantage-card,html .bgColor-v2 .advantage-card::before,html .bgColor-v2 .page-footer,html .bgColor-v2 .choices.choices__exchange-rates .choices__inner,html .bgColor-v2 .choices.choices__exchange-rates .choices__list--dropdown,html .bgColor-v2 .exchange-rates,html .bgColor-v2 .calculator-result,html .bgColor-v2 .head-banners__item,html .bgColor-v2 .product-notification,html .bgColor-v2 button.calculator-field__btn {
    background: #000 !important
  }

  html .bgColor-v2 .choices.choices__exchange-rates .choices__list--dropdown .choices__item.is-selected,html .bgColor-v2 .choices.choices__exchange-rates .choices__list--dropdown .choices__item.is-highlighted,html .bgColor-v2 .choices.choices__exchange-rates .choices__input {
    color: #000 !important
  }

  html .bgColor-v2 .calculator-field__btn ~ input.calculator-field__input,html .bgColor-v2 label.calculator-field__label {
    background: #000
  }

  html .bgColor-v2 .map-offices__card,html .bgColor-v2 .exchange-rates {
    background: #000 !important;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  html .bgColor-v3 {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .head-banners-advantage__value,html .bgColor-v3 .head-banners__description {
    color: #063462
  }

  html .bgColor-v3 .breadcrumbs a {
    color: #fff
  }

  html .bgColor-v3 .btn--large.btn--green {
    background: #8b9c7b !important;
    color: #fff !important
  }

  html .bgColor-v3 .advantage-card:hover::before {
    opacity: 0 !important
  }

  html .bgColor-v3 .inner-head-banner__container,html .bgColor-v3 .head-banners__item {
    background: #9dd1ff !important;
    color: #063462 !important
  }

  html .bgColor-v3 .exchange-rates__wrapp,html .bgColor-v3 .more-item__list,html .bgColor-v3 .ib-nav__list,html .bgColor-v3 .infoNote-line,html .bgColor-v3 .wrapper,html .bgColor-v3 .page-footer {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .tabs__control-item {
    background: none
  }

  html .bgColor-v3 .checkbox-switch__input:checked ~ .checkbox-switch__label .checkbox-switch__switch {
    background: #F26126 !important
  }

  html .bgColor-v3 .tabs__control.is-active,html .bgColor-v3 .filter .filter__item--active {
    color: #063462 !important;
    background: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  html .bgColor-v3 section * {
    color: #063462 !important;
    background: none !important
  }

  html .bgColor-v3 section *:hover {
    background: none
  }

  html .bgColor-v3 section .btn--secondary,html .bgColor-v3 section .btn--primary {
    background: #F26126 !important;
    color: #fff !important
  }

  html .bgColor-v3 section .tabs .tabs__bg::after,html .bgColor-v3 section .tabs .tabs__bg::before {
    content: none !important
  }

  html .bgColor-v3 .head-banners .swiper-pagination-bullet {
    background-color: #fff !important
  }

  html .bgColor-v3 .head-banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F26126 !important
  }

  html .bgColor-v3 .map-offices__card,html .bgColor-v3 .exchange-rates {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.05),0 0 10px rgba(0,0,0,0.02);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05),0 0 10px rgba(0,0,0,0.02)
  }

  html .bgColor-v3 .news-card .news-card__title,html .bgColor-v3 .news-card .news-card__date {
    color: #fff !important
  }

  html .bgColor-v3 .curtain-layer {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 footer.page-footer * {
    color: #063462 !important
  }

  html .bgColor-v3 footer.page-footer svg path {
    fill: #063462 !important
  }

  html .bgColor-v3 footer.page-footer .visually-impaired svg path {
    fill: transparent !important
  }

  html .bgColor-v3 .ui-tooltip-content {
    color: #063462 !important
  }

  html .bgColor-v3 .offices-sidebar {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .offices-sidebar *:not(.office-field__link) {
    color: #063462 !important
  }

  html .bgColor-v3 .offices-sidebar .offices-sidebar-head {
    background-color: #BFDEFF !important
  }

  html .bgColor-v3 .list-atm-select {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .list-atm-select__btn.active {
    background-color: #BFDEFF !important;
    color: #063462 !important
  }

  html .bgColor-v3 .detailed-side {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .detailed-side * {
    color: #063462 !important
  }

  html .bgColor-v3 .detailed-side .tabs-list {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .detailed-side .tabs-list__btn {
    color: #063462 !important
  }

  html .bgColor-v3 .detailed-side .tabs-list__btn.active {
    background-color: #BFDEFF !important
  }

  html .bgColor-v3 .offices-search {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .offices-search__field {
    background-color: inherit !important;
    color: #063462 !important
  }

  html .bgColor-v3 .controls-map .location-map,html .bgColor-v3 .zoom-wrapp {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .arrow-swiper path {
    stroke: #fff !important
  }

  html .bgColor-v3 .swiper-pagination-bullet {
    background-color: transparent !important;
    opacity: 1 !important
  }

  html .bgColor-v3 .intro-inner {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .header {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .header .city-change {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .header .city-change:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v3 .header .city-change * {
    color: #063462
  }

  html .bgColor-v3 .header .header-modal {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .header .header-modal:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v3 .header .header-modal * {
    color: #063462
  }

  html .bgColor-v3 .header .header-modal * svg path {
    fill: #063462
  }

  html .bgColor-v3 .header .search-header__field {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .header .flexible-menu__hidden-items {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .header .flexible-menu__hidden-items:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v3 .header .btn-bank__list {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .header .btn-bank__list:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v3 .header .btn-bank__list .btn-bank__title-link {
    color: #063462
  }

  html .bgColor-v3 .header .btn-bank__list .btn-bank__ic-link path {
    fill: #063462
  }

  html .bgColor-v3 .header .hidden-menu {
    background-color: #9dd1ff !important;
    border-bottom: 1px solid #063462
  }

  html .bgColor-v3 .header .useful__ic-link path {
    fill: #063462
  }

  html .bgColor-v3 .intro-bgcontainer {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .intro-bgcontainer .swiper-intro__tooltip,html .bgColor-v3 .intro-bgcontainer .swiper-intro__title,html .bgColor-v3 .intro-bgcontainer .swiper-intro__subtitle {
    color: #063462 !important
  }

  html .bgColor-v3 .main-filter__button {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 .main-filter__button.active {
    border: 1px solid #063462 !important
  }

  html .bgColor-v3 footer .footer-top {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 footer .footer {
    background-color: #BFDEFF !important
  }

  html .bgColor-v3 footer .footer-top__title {
    color: rgba(6,52,98,0.5)
  }

  html .bgColor-v3 footer .footer-top__link,html .bgColor-v3 footer .footer__link-feedback,html .bgColor-v3 footer .footer__link,html .bgColor-v3 footer .footer__link_svg-el,html .bgColor-v3 footer .footer__copy {
    color: #063462 !important
  }

  html .bgColor-v3 footer .svg-ic-soc-path {
    fill: #063462 !important
  }

  html .bgColor-v3 footer .footer__link path {
    fill: #063462
  }

  html .bgColor-v3 .main-filter,html .bgColor-v3 .mobile-apps,html .bgColor-v3 .page-reviews-form__msg,html .bgColor-v3 .navigation-tabs,html .bgColor-v3 .ui-tooltip-content,html .bgColor-v3 .reviews-popup {
    background-color: #BFDEFF !important
  }

  html .bgColor-v3 .reviews-popup *:not(textarea) {
    color: #063462 !important
  }

  html .bgColor-v3 .list-tabs__link {
    color: #063462 !important
  }

  html .bgColor-v3 .mobile-apps__title,html .bgColor-v3 .mobile-apps__subtitle {
    color: #063462 !important
  }

  html .bgColor-v3 .page-reviews__icon-btn path {
    fill: #063462 !important
  }

  html .bgColor-v3 .range-label {
    background-color: transparent
  }

  html .bgColor-v3 .cookie__description {
    color: #063462 !important
  }

  html .bgColor-v3 section {
    background-color: #9dd1ff !important
  }

  html .bgColor-v3 section .card-box__item,html .bgColor-v3 section .card-box__back-side,html .bgColor-v3 section .exchange-rates__description,html .bgColor-v3 section .selection-row__item,html .bgColor-v3 section .case-boxes__item,html .bgColor-v3 section .calculations,html .bgColor-v3 section .table-main thead,html .bgColor-v3 section .table-main tbody tr:nth-child(even),html .bgColor-v3 section .step,html .bgColor-v3 section .open-ownership__box,html .bgColor-v3 section .accordeon__head,html .bgColor-v3 section .links-group__card,html .bgColor-v3 section .chosen-drop,html .bgColor-v3 section .simple-table__intro,html .bgColor-v3 section .news-area__item,html .bgColor-v3 section .distributing-card {
    background-color: #BFDEFF !important
  }

  html .bgColor-v3 section .tariff__head,html .bgColor-v3 section .tariff__body {
    background-color: #BFDEFF !important;
    border: 0
  }
}

@media screen and (min-width: 320px) and (min-width: 1200px) {
  html .bgColor-v3 section .chosen-drop .result-selected:hover {
    color:#000
  }
}

@media screen and (min-width: 320px) {
  html .bgColor-v3 .dropdown-list {
    background-color:#BFDEFF !important
  }

  html .bgColor-v3 div.colorplate-bg div.colorplate-title .colorplate-title__txt {
    color: #ffffff !important
  }

  html .bgColor-v4 {
    background-color: #442713 !important
  }

  html .bgColor-v4 .head-banners-advantage__value,html .bgColor-v4 .head-banners__description {
    color: #a9e44d
  }

  html .bgColor-v4 .breadcrumbs a {
    color: #a9e44d
  }

  html .bgColor-v4 .btn--large.btn--green {
    background: #8b9c7b !important;
    color: #fff !important
  }

  html .bgColor-v4 .advantage-card:hover::before {
    opacity: 0 !important
  }

  html .bgColor-v4 .inner-head-banner__container,html .bgColor-v4 .head-banners__item {
    background: #442713 !important;
    color: #a9e44d !important
  }

  html .bgColor-v4 .exchange-rates__wrapp,html .bgColor-v4 .more-item__list,html .bgColor-v4 .ib-nav__list,html .bgColor-v4 .infoNote-line,html .bgColor-v4 .wrapper,html .bgColor-v4 .page-footer {
    background-color: #442713 !important
  }

  html .bgColor-v4 .tabs__control-item {
    background: none
  }

  html .bgColor-v4 .checkbox-switch__input:checked ~ .checkbox-switch__label .checkbox-switch__switch {
    background: #a9e44d !important
  }

  html .bgColor-v4 .tabs__control.is-active,html .bgColor-v4 .filter .filter__item--active {
    color: #442713 !important;
    background: #a9e44d !important;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  html .bgColor-v4 section * {
    color: #a9e44d !important;
    background: none !important
  }

  html .bgColor-v4 section *:hover {
    background: none
  }

  html .bgColor-v4 .btn--secondary,html .bgColor-v4 .btn--primary {
    background: #a9e44d !important;
    color: #442713 !important
  }

  html .bgColor-v4 section .tabs .tabs__bg::after,html .bgColor-v4 section .tabs .tabs__bg::before {
    content: none !important
  }

  html .bgColor-v4 .head-banners .swiper-pagination-bullet {
    background-color: #fff !important
  }

  html .bgColor-v4 .head-banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a9e44d !important
  }

  html .bgColor-v4 .map-offices__card,html .bgColor-v4 .exchange-rates {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.05),0 0 10px rgba(0,0,0,0.02);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05),0 0 10px rgba(0,0,0,0.02)
  }

  html .bgColor-v4 .exchange-rates__wrapp,html .bgColor-v4 .more-item__list,html .bgColor-v4 .ib-nav__list,html .bgColor-v4 .infoNote-line,html .bgColor-v4 .wrapper,html .bgColor-v4 .page-footer {
    background-color: #442713 !important
  }

  html .bgColor-v4 .curtain-layer {
    background-color: #442713 !important
  }

  html .bgColor-v4 footer.page-footer svg path {
    fill: #a9e44d !important
  }

  html .bgColor-v4 footer.page-footer .visually-impaired svg path {
    fill: transparent !important
  }

  html .bgColor-v4 .ui-tooltip-content {
    color: #a9e44d !important
  }

  html .bgColor-v4 .offices-sidebar {
    background-color: #442713 !important
  }

  html .bgColor-v4 .offices-sidebar *:not(.office-field__link) {
    color: #a9e44d !important
  }

  html .bgColor-v4 .offices-sidebar .offices-sidebar-head {
    background-color: #3e200c !important
  }

  html .bgColor-v4 .list-atm-select {
    background-color: #442713 !important
  }

  html .bgColor-v4 .list-atm-select__btn {
    color: #a9e44d !important
  }

  html .bgColor-v4 .list-atm-select__btn.active {
    background-color: #3e200c !important
  }

  html .bgColor-v4 .detailed-side {
    background-color: #442713 !important
  }

  html .bgColor-v4 .detailed-side * {
    color: #a9e44d !important
  }

  html .bgColor-v4 .detailed-side .tabs-list {
    background-color: #442713 !important
  }

  html .bgColor-v4 .detailed-side .tabs-list__btn.active {
    color: #a9e44d !important;
    background-color: #3e200c !important
  }

  html .bgColor-v4 .offices-search {
    background-color: #442713 !important
  }

  html .bgColor-v4 .offices-search__field {
    background-color: inherit !important;
    color: #a9e44d !important
  }

  html .bgColor-v4 .controls-map .location-map,html .bgColor-v4 .zoom-wrapp {
    background-color: #442713 !important
  }

  html .bgColor-v4 .arrow-swiper path {
    stroke: #fff !important
  }

  html .bgColor-v4 .swiper-pagination-bullet {
    background-color: transparent !important;
    opacity: 1 !important
  }

  html .bgColor-v4 .intro-inner {
    background-color: #442713 !important
  }

  html .bgColor-v4 .intro-inner *:not(.btn-main):not(.btn-link):not(.link) {
    color: #a9e44d !important
  }

  html .bgColor-v4 .header {
    background-color: #442713 !important
  }

  html .bgColor-v4 .header .city-change {
    background-color: #442713 !important
  }

  html .bgColor-v4 .header .city-change:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v4 .header .city-change * {
    color: #a9e44d
  }

  html .bgColor-v4 .header .header-modal {
    background-color: #442713 !important
  }

  html .bgColor-v4 .header .header-modal:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v4 .header .header-modal * {
    color: #a9e44d
  }

  html .bgColor-v4 .header .header-modal * svg path {
    fill: #a9e44d
  }

  html .bgColor-v4 .header .search-header__field {
    background-color: #442713 !important
  }

  html .bgColor-v4 .header .flexible-menu__hidden-items {
    background-color: #442713 !important
  }

  html .bgColor-v4 .header .flexible-menu__hidden-items:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v4 .header .btn-bank__list {
    background-color: #442713 !important
  }

  html .bgColor-v4 .header .btn-bank__list:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v4 .header .btn-bank__list .btn-bank__title-link {
    color: #a9e44d
  }

  html .bgColor-v4 .header .btn-bank__list .btn-bank__ic-link path {
    fill: #a9e44d
  }

  html .bgColor-v4 .header .hidden-menu {
    background-color: #442713 !important
  }

  html .bgColor-v4 .intro-bgcontainer {
    background-color: #442713 !important
  }

  html .bgColor-v4 .intro-bgcontainer .swiper-intro__tooltip,html .bgColor-v4 .intro-bgcontainer .swiper-intro__title,html .bgColor-v4 .intro-bgcontainer .swiper-intro__subtitle {
    color: #a9e44d !important
  }

  html .bgColor-v4 .main-filter__button {
    background-color: #442713 !important
  }

  html .bgColor-v4 .main-filter__button.active {
    border: 1px solid #a9e44d !important
  }

  html .bgColor-v4 footer * {
    color: #a9e44d !important
  }

  html .bgColor-v4 .footer-top {
    background-color: #442713 !important
  }

  html .bgColor-v4 .footer {
    background-color: #3e200c !important
  }

  html .bgColor-v4 .main-filter,html .bgColor-v4 .mobile-apps,html .bgColor-v4 .page-reviews-form__msg,html .bgColor-v4 .navigation-tabs,html .bgColor-v4 .ui-tooltip-content,html .bgColor-v4 .reviews-popup {
    background-color: #3e200c !important
  }

  html .bgColor-v4 .reviews-popup *:not(textarea) {
    color: #a9e44d !important
  }

  html .bgColor-v4 .list-tabs__link {
    color: #a9e44d !important
  }

  html .bgColor-v4 .mobile-apps__title,html .bgColor-v4 .mobile-apps__subtitle {
    color: #a9e44d !important
  }

  html .bgColor-v4 .range-label {
    background-color: transparent
  }

  html .bgColor-v4 .cookie__description {
    color: #a9e44d !important
  }

  html .bgColor-v4 section {
    background-color: #442713 !important
  }

  html .bgColor-v4 section .card-box__item,html .bgColor-v4 section .card-box__back-side,html .bgColor-v4 section .exchange-rates__description,html .bgColor-v4 section .new-box,html .bgColor-v4 section .selection-row__item,html .bgColor-v4 section .case-boxes__item,html .bgColor-v4 section .calculations,html .bgColor-v4 section .table-main thead,html .bgColor-v4 section .table-main tbody tr:nth-child(even),html .bgColor-v4 section .step,html .bgColor-v4 section .open-ownership__box,html .bgColor-v4 section .accordeon__head,html .bgColor-v4 section .links-group__card,html .bgColor-v4 section .chosen-drop,html .bgColor-v4 section .simple-table__intro,html .bgColor-v4 section .news-area__item,html .bgColor-v4 section .distributing-card {
    background-color: #3e200c !important
  }

  html .bgColor-v4 section .tariff__head,html .bgColor-v4 section .tariff__body {
    background-color: #3e200c !important;
    border: 0
  }
}

@media screen and (min-width: 320px) and (min-width: 1200px) {
  html .bgColor-v4 section .chosen-drop .result-selected:hover {
    color:#000
  }
}

@media screen and (min-width: 320px) {
  html .bgColor-v4 .dropdown-list {
    background-color:#3e200c !important
  }
}

@media screen and (min-width: 320px) and (min-width: 1200px) {
  html .bgColor-v4 .dropdown-list__item:hover {
    background-color:#442713 !important
  }
}

@media screen and (min-width: 320px) {
  html .bgColor-v4 .colorplate-title,html .bgColor-v4 .news-swiper__title,html .bgColor-v4 .news-swiper__date {
    color:#fff !important
  }

  html .bgColor-v5 {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .head-banners-advantage__value,html .bgColor-v5 .head-banners__description {
    color: #49442e
  }

  html .bgColor-v5 .breadcrumbs a {
    color: #49442e
  }

  html .bgColor-v5 .btn--large.btn--green {
    background: #8b9c7b !important;
    color: #fff !important
  }

  html .bgColor-v5 .advantage-card:hover::before {
    opacity: 0 !important
  }

  html .bgColor-v5 .inner-head-banner__container,html .bgColor-v5 .head-banners__item {
    background: #f7f3d6 !important;
    color: #49442e !important
  }

  html .bgColor-v5 .exchange-rates__wrapp,html .bgColor-v5 .more-item__list,html .bgColor-v5 .ib-nav__list,html .bgColor-v5 .infoNote-line,html .bgColor-v5 .wrapper,html .bgColor-v5 .page-footer {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .tabs__control-item {
    background: none
  }

  html .bgColor-v5 .checkbox-switch__input:checked ~ .checkbox-switch__label .checkbox-switch__switch {
    background: #49442e !important
  }

  html .bgColor-v5 .tabs__control.is-active,html .bgColor-v5 .filter .filter__item--active {
    color: #f7f3d6 !important;
    background: #49442e !important;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  html .bgColor-v5 section * {
    color: #49442e !important;
    background: none !important
  }

  html .bgColor-v5 section *:hover {
    background: none
  }

  html .bgColor-v5 .btn--secondary,html .bgColor-v5 .btn--primary {
    background: #49442e !important;
    color: #f7f3d6 !important
  }

  html .bgColor-v5 section .tabs .tabs__bg::after,html .bgColor-v5 section .tabs .tabs__bg::before {
    content: none !important
  }

  html .bgColor-v5 .head-banners .swiper-pagination-bullet {
    background-color: #fff !important
  }

  html .bgColor-v5 .head-banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #49442e !important
  }

  html .bgColor-v5 .map-offices__card,html .bgColor-v5 .exchange-rates {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.05),0 0 10px rgba(0,0,0,0.02);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05),0 0 10px rgba(0,0,0,0.02)
  }

  html .bgColor-v5 .exchange-rates__wrapp,html .bgColor-v5 .more-item__list,html .bgColor-v5 .ib-nav__list,html .bgColor-v5 .infoNote-line,html .bgColor-v5 .wrapper,html .bgColor-v5 .page-footer {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .page-header * {
    color: #49442e
  }

  html .bgColor-v5 .news-card .news-card__title,html .bgColor-v5 .news-card .news-card__date {
    color: #f7f3d6 !important
  }

  html .bgColor-v5 .exchange-rates__wrapp,html .bgColor-v5 .more-item__list,html .bgColor-v5 .ib-nav__list,html .bgColor-v5 .infoNote-line,html .bgColor-v5 .wrapper,html .bgColor-v5 .page-footer {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .curtain-layer {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 footer.page-footer svg path {
    fill: #49442e !important
  }

  html .bgColor-v5 footer.page-footer .visually-impaired svg path {
    fill: transparent !important
  }

  html .bgColor-v5 .ui-tooltip-content {
    color: #49442e !important
  }

  html .bgColor-v5 .offices-sidebar {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .offices-sidebar *:not(.office-field__link) {
    color: #49442e !important
  }

  html .bgColor-v5 .offices-sidebar .offices-sidebar-head {
    background-color: #EBE2C5 !important
  }

  html .bgColor-v5 .list-atm-select {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .list-atm-select__btn {
    color: #49442e !important
  }

  html .bgColor-v5 .list-atm-select__btn.active {
    background-color: #EBE2C5 !important
  }

  html .bgColor-v5 .detailed-side {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .detailed-side * {
    color: #49442e !important
  }

  html .bgColor-v5 .detailed-side .tabs-list {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .detailed-side .tabs-list__btn.active {
    color: #49442e !important;
    background-color: #EBE2C5 !important
  }

  html .bgColor-v5 .offices-search {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .offices-search__field {
    background-color: inherit !important;
    color: #49442e !important
  }

  html .bgColor-v5 .controls-map .location-map,html .bgColor-v5 .zoom-wrapp {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .arrow-swiper path {
    stroke: #49442e !important
  }

  html .bgColor-v5 .swiper-pagination-bullet {
    background-color: transparent !important;
    opacity: 1 !important
  }

  html .bgColor-v5 .intro-inner {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .intro-inner *:not(.btn-main):not(.btn-link):not(.link) {
    color: #49442e !important
  }

  html .bgColor-v5 .header {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .header .city-change {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .header .city-change:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v5 .header .city-change * {
    color: #49442e
  }

  html .bgColor-v5 .header .header-modal {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .header .header-modal:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v5 .header .header-modal * {
    color: #49442e
  }

  html .bgColor-v5 .header .header-modal * svg path {
    fill: #49442e
  }

  html .bgColor-v5 .header .search-header__field {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .header .flexible-menu__hidden-items {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .header .flexible-menu__hidden-items:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v5 .header .btn-bank__list {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .header .btn-bank__list:before {
    border-bottom: 10px solid #646478
  }

  html .bgColor-v5 .header .btn-bank__list .btn-bank__title-link {
    color: #49442e
  }

  html .bgColor-v5 .header .btn-bank__list .btn-bank__ic-link path {
    fill: #49442e
  }

  html .bgColor-v5 .header .hidden-menu {
    background-color: #f7f3d6 !important;
    border-bottom: 1px solid #49442e
  }

  html .bgColor-v5 .intro-bgcontainer {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .intro-bgcontainer .swiper-intro__tooltip,html .bgColor-v5 .intro-bgcontainer .swiper-intro__title,html .bgColor-v5 .intro-bgcontainer .swiper-intro__subtitle {
    color: #49442e !important
  }

  html .bgColor-v5 .main-filter__button {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .main-filter__button.active {
    border: 1px solid #49442e !important
  }

  html .bgColor-v5 footer * {
    color: #49442e !important
  }

  html .bgColor-v5 .footer-top {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 .footer {
    background-color: #EBE2C5 !important
  }

  html .bgColor-v5 .main-filter,html .bgColor-v5 .mobile-apps,html .bgColor-v5 .page-reviews-form__msg,html .bgColor-v5 .navigation-tabs,html .bgColor-v5 .ui-tooltip-content,html .bgColor-v5 .reviews-popup {
    background-color: #EBE2C5 !important
  }

  html .bgColor-v5 .reviews-popup *:not(textarea) {
    color: #49442e !important
  }

  html .bgColor-v5 .list-tabs__link {
    color: #49442e !important
  }

  html .bgColor-v5 .mobile-apps__title,html .bgColor-v5 .mobile-apps__subtitle {
    color: #49442e !important
  }

  html .bgColor-v5 .range-label {
    background-color: transparent
  }

  html .bgColor-v5 .cookie__description {
    color: #49442e !important
  }

  html .bgColor-v5 section {
    background-color: #f7f3d6 !important
  }

  html .bgColor-v5 section .card-box__item,html .bgColor-v5 section .card-box__back-side,html .bgColor-v5 section .exchange-rates__description,html .bgColor-v5 section .new-box,html .bgColor-v5 section .selection-row__item,html .bgColor-v5 section .case-boxes__item,html .bgColor-v5 section .calculations,html .bgColor-v5 section .table-main thead,html .bgColor-v5 section .table-main tbody tr:nth-child(even),html .bgColor-v5 section .step,html .bgColor-v5 section .open-ownership__box,html .bgColor-v5 section .accordeon__head,html .bgColor-v5 section .links-group__card,html .bgColor-v5 section .chosen-drop,html .bgColor-v5 section .simple-table__intro,html .bgColor-v5 section .news-area__item,html .bgColor-v5 section .distributing-card {
    background-color: #EBE2C5 !important
  }

  html .bgColor-v5 section .tariff__head,html .bgColor-v5 section .tariff__body {
    background-color: #EBE2C5 !important;
    border: 0
  }
}

@media screen and (min-width: 320px) and (min-width: 1200px) {
  html .bgColor-v5 section .chosen-drop .result-selected:hover {
    color:#000
  }
}

@media screen and (min-width: 320px) {
  html .bgColor-v5 .dropdown-list {
    background-color:#EBE2C5 !important
  }
}

@media screen and (min-width: 320px) and (min-width: 1200px) {
  html .bgColor-v5 .dropdown-list__item:hover {
    background-color:#f7f3d6 !important
  }
}

@media screen and (min-width: 320px) {
  html .bgColor-v5 div.colorplate-bg div.colorplate-title .colorplate-title__txt {
    color:#ffffff !important
  }
}

.letterSpacing-large.lineHeight-large .advantage-card--narrow .advantage-card__inner {
  padding-right: 36px
}

.hide-image-all .page-header--light-theme,.hide-image-all .head-banners--light-theme,.hide-image-all .page-header--light-theme .header-submenu,.hide-image-all .page-header--light-theme .header-search,.hide-image-all .page-header--light-theme .header-menu,.hide-image-all .page-header--light-theme .header-location,.hide-image-all .head-banners .btn--outline-light-bg {
  color: #fff
}

.main-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  max-width: 352px;
  height: 100%;
  background: #3e3e59;
  -webkit-box-shadow: 0 4px 54px rgba(0,0,0,0.25);
  box-shadow: 0 4px 54px rgba(0,0,0,0.25);
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  z-index: 110;
  -webkit-transform: translateZ(51px);
  transform: translateZ(51px);
  -webkit-transition: opacity .2s ease-out .1s, right .6s ease-out;
  -o-transition: opacity .2s ease-out .1s, right .6s ease-out;
  transition: opacity .2s ease-out .1s, right .6s ease-out
}

.main-aside__close {
  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;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  margin-right: 40px;
  margin-top: 30px;
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear
}

.main-aside__close svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

@media screen and (max-width: 1199px) {
  .main-aside__close {
    margin-right:20px;
    margin-top: 20px
  }
}

@media screen and (min-width: 1200px) {
  .main-aside__close:hover svg {
    -webkit-transform:rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

.main-aside__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

@media screen and (max-width: 1199px) {
  .main-aside__body {
    overflow-y:auto
  }
}

.main-aside__head {
  padding: 30px 70px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width: 1199px) {
  .main-aside__head {
    padding:20px
  }
}

.main-aside__head .isActive-city {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 8px 16px;
  border: 1px solid #84848E;
  border-radius: 4px;
  width: auto
}

.main-aside__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF
}

.main-aside__title+.isActive-city {
  margin-top: 20px
}

.main-aside.isVisible {
  opacity: 1;
  right: 0;
  -webkit-transition: opacity .4s ease-out, right ease-out .2s;
  -o-transition: opacity .4s ease-out, right ease-out .2s;
  transition: opacity .4s ease-out, right ease-out .2s
}

.main-aside.isVisible .main-aside__close {
  opacity: 1;
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear
}

.main-aside .sidebar-container {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-box-shadow: inset 0px 4px 30px 0px #00000026;
  box-shadow: inset 0px 4px 30px 0px #00000026
}

.main-aside .sidebar-container::-webkit-scrollbar {
  display: none
}

.main-aside .sidebar-container__item {
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 40px;
  opacity: 0
}

.main-aside .sidebar-container__item.inVisible {
  display: none
}

.main-aside .sidebar-container__item.isVisible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn .5s ease-in-out forwards .1s;
  animation: fadeIn .5s ease-in-out forwards .1s
}

@media screen and (max-width: 1199px) {
  .main-aside .sidebar-container__item {
    padding:20px
  }
}

.main-aside .sidebar-container--contacts .sidebar-container__item {
  padding-top: 32px
}

.main-aside .sidebar-container--globalSearch .sidebar-container__item,.main-aside .sidebar-container--location .sidebar-container__item {
  padding-top: 32px
}

.main-aside .templates {
  display: none
}

.main-aside .notFound {
  text-align: center;
  width: 100%;
  -webkit-animation: fadeIn .3s ease-in-out;
  animation: fadeIn .3s ease-in-out
}

.main-aside .notFound__ic {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto
}

.main-aside .notFound__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  margin-top: 8px
}

@media screen and (max-width: 480px) {
  .main-aside {
    max-width:100%
  }
}

.aside-bglayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(50,50,66,0.4);
  z-index: 5;
  display: block;
  -webkit-animation: fadeIn .3s ease-in-out;
  animation: fadeIn .3s ease-in-out
}

[sidebar-template="contacts"],[sidebar-template="location"],[sidebar-template="search"],[sidebar-template="blindMode"] {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

[sidebar-template="contacts"].inVisible,[sidebar-template="location"].inVisible,[sidebar-template="search"].inVisible,[sidebar-template="blindMode"].inVisible {
  display: none
}

[sidebar-template="contacts"].isVisible,[sidebar-template="location"].isVisible,[sidebar-template="search"].isVisible,[sidebar-template="blindMode"].isVisible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.search-form__item {
  position: relative
}

.search-form__item:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0px 1px 0px #FF5500;
  box-shadow: 0px 1px 0px #FF5500;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-top: -4px
}

.search-form__item:focus-within:before {
  -webkit-box-shadow: 0px 2px 0px #FF5500;
  box-shadow: 0px 2px 0px #FF5500
}

.search-form__send {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  cursor: pointer
}

.search-form__clear {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  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;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.search-form__clear.isVisible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

@media screen and (max-width: 1199px) {
  .search-form {
    padding:0 20px
  }
}

.search-result {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.result-list__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #84848E
}

.result-list__title+.result-list__item {
  margin-top: 28px
}

.result-list__item {
  margin-top: 24px;
  cursor: pointer;
  display: inline-table
}

.result-list__item+.result-list__title {
  margin-top: 40px
}

@media screen and (min-width: 1200px) {
  .result-list__item:hover .result-list__text,.result-list__item:hover .result-list__link {
    background-size:100% 100%
  }
}

@media screen and (min-width: 1200px) and (-ms-high-contrast: active), screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  .result-list__item:hover .result-list__text,.result-list__item:hover .result-list__link {
    background:transparent;
    border-color: #fff
  }
}

.result-list__text,.result-list__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  display: inline;
  border-bottom: double 1px rgba(255,255,255,0);
  background: -o-linear-gradient(transparent calc(100% - 1px), #fff 1px) no-repeat;
  background: linear-gradient(transparent calc(100% - 1px), #fff 1px) no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size .2s ease-out, border-color .2s ease-out;
  -o-transition: background-size .2s ease-out, border-color .2s ease-out;
  transition: background-size .2s ease-out, border-color .2s ease-out
}

.result-list__link.isSelected {
  pointer-events: none;
  color: #FF5500
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.form-phone-input {
  height: auto
}

.form-phone-input__tel {
  position: relative;
  z-index: 3
}

.form-phone-input__tel::-webkit-input-placeholder {
  opacity: 0.3 !important
}

.form-phone-input__tel::-moz-placeholder {
  opacity: 0.3 !important
}

.form-phone-input__tel:-ms-input-placeholder {
  opacity: 0.3 !important
}

.form-phone-input__tel::-ms-input-placeholder {
  opacity: 0.3 !important
}

.form-phone-input__tel::placeholder {
  opacity: 0.3 !important
}

ul.list-group {
  margin: 0
}

.form-section--DesignSystem .form-phone-input__btn {
  top: 31px
}

@media screen and (min-width: 768px) {
  .form-section--DesignSystem .form-phone-input {
    margin-bottom:12px
  }
}

@media screen and (max-width: 767px) {
  .form-section--DesignSystem .form-phone-input {
    margin-bottom:20px
  }
}

.form-phone-input .form-request__case label.has-error {
  margin: 4px 0 0;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.05),0 0 10px rgba(0,0,0,0.02),inset 0 0 34px #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05),0 0 10px rgba(0,0,0,0.02),inset 0 0 34px #fff;
  border-radius: 4px
}

@media screen and (min-width: 768px) {
  .form-phone-input .form-request__case label.has-error {
    left:-40px
  }
}

@media screen and (min-width: 1280px) {
  .form-phone-input .form-request__case label.has-error {
    top:-270px
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .form-phone-input .form-request__case label.has-error {
    top:-240px
  }
}

@media screen and (max-width: 767px) {
  .form-phone-input .form-request__case label.has-error {
    top:70px;
    left: 0
  }
}

.banner-with-field section {
  margin: 0
}

@media screen and (max-width: 767px) {
  .banner-with-field__text+section.form-section {
    margin-top:16px
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-with-field {
    margin-bottom: 42px
  }

  .banner-with-field__text {
    margin-bottom: 42px
  }
}

@media screen and (min-width: 375px) and (max-width: 480px) {
  .banner-with-field .form-phone-input__tel {
    line-height:20px
  }

  .banner-with-field .form-phone-input__tel::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 20px
  }

  .banner-with-field .form-phone-input__tel::-moz-placeholder {
    font-size: 18px;
    line-height: 20px
  }

  .banner-with-field .form-phone-input__tel:-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px
  }

  .banner-with-field .form-phone-input__tel::-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px
  }

  .banner-with-field .form-phone-input__tel::placeholder {
    font-size: 18px;
    line-height: 20px
  }
}

@media screen and (max-width: 480px) {
  .banner-with-field__inner {
    padding-top:40px;
    padding-bottom: 40px;
    border-radius: 0
  }
}

@media screen and (max-width: 767px) {
  section[data-rendering-name="banner-with-field"] .container {
    max-width:100%
  }
}

.btn-main.btn-main_form-request.btn.btn--secondary.form-phone-input__btn:hover {
  background-color: #2c2d84
}

[geo-psb] {
  cursor: pointer;
  color: #f26126
}

@media screen and (min-width: 1025px) {
  [geo-psb]:hover {
    color:rgba(242,96,38,0.78)
  }
}

.main-title [geo-psb] {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600
}

@media screen and (max-width: 1024px) {
  .main-title [geo-psb] {
    font-size:28px;
    line-height: 32px
  }
}

@media screen and (max-width: 767px) {
  .main-title [geo-psb] {
    font-size:24px;
    line-height: 28px
  }
}

.section__gozForm .form-section--DesignSystem .designSystemGoz-section .main-subtitle {
  display: none
}

.section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section {
  margin-bottom: 60px
}

@media (max-width: 767px) {
  .section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section {
    margin-bottom:20px
  }
}

.section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col {
  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 screen and (max-width: 767px) {
  .section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col {
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }
}

.section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case {
  width: 100%;
  max-width: calc(50% - 20px);
  margin-bottom: 40px
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case[data-name="Phone"]:hover .form-request__input {
    text-indent: -9999px
  }

  .section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case[data-name="Phone"]:hover .form-request__input:focus {
    text-indent: 0 !important
  }

  .section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case[data-name="Phone"]:hover .form-request__input:active {
    text-indent: 0 !important
  }
}

@media (max-width: 1279px) {
  .section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case {
    margin-bottom:30px
  }
}

@media (max-width: 767px) {
  .section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case {
    max-width:100%;
    height: 46.8px
  }
}

.section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case:nth-child(odd) {
  margin-right: 20px
}

@media (max-width: 767px) {
  .section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case:nth-child(odd) {
    margin-right:0
  }
}

.section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case.full-width {
  max-width: 100%;
  margin-bottom: 0
}

.section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case:focus:after,.section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case:hover:after {
  width: 100%
}

.section__gozForm .form-section--DesignSystem .designSystemGoz-section+.designSystemGoz-section .form__col .form-request__case:after {
  content: "";
  position: absolute;
  background-color: #8b9c7b;
  height: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  -o-transition: width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  pointer-events: none;
  margin: 0 auto
}

.section__gozForm .form-section--DesignSystem .chosen-single {
  color: #323242
}

.section__gozForm .form-section--DesignSystem label.has-error {
  margin: 4px 0 0;
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 24px
}

.section__gozForm .form-section--DesignSystem .field-radio__name {
  padding-left: 0 !important
}

.section__gozForm .form-section--DesignSystem .bottom-field {
  display: none
}

.section__gozForm .form-section--DesignSystem .radiobox__title span sup {
  vertical-align: top;
  padding-left: 8px;
  line-height: 12px;
  color: #8d8da6
}

.section__gozForm .form-section--DesignSystem .chosen-container-single .chosen-single div {
  background-image: url("/psb_1_2/media/Mainsite/Goz/Icon/arrow-down-green.svg")
}

.section__gozForm .form-section--DesignSystem .chosen-container .chosen-results {
  background: #fff
}

.section__gozForm .form-section--DesignSystem .chosen-container-single .chosen-search {
  background: #fff;
  padding: 0
}

.section__gozForm .form-section--DesignSystem .chosen-container-single .chosen-search .chosen-search-input {
  font: inherit;
  padding: 6px 16px;
  border-bottom: 1px solid #e6e6ef;
  color: #3e3e59
}

.section__gozForm .form-section--DesignSystem .chosen-container .chosen-drop {
  top: 102%
}

.section__gozForm .form-section--DesignSystem .chosen-results li {
  font-size: 14px;
  padding: 6px 16px
}

.section__gozForm .form-section--DesignSystem .chosen-results li.highlighted {
  background: #f0f0f7
}

.section__gozForm .form-section--DesignSystem .chosen-results li.result-selected {
  color: #6f845c
}

.section__gozForm .form-section--DesignSystem .form-request__case::before {
  background: none !important
}

.section__gozForm .form-section--DesignSystem .form-request__case ~ .form-request__case {
  margin: 0
}

.section__gozForm .form-section--DesignSystem .radiobox__title.field-radio__name-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #5c5c73;
  position: relative;
  padding-left: 32px;
  cursor: pointer
}

@media screen and (min-width: 0px) {
  .section__gozForm .container .row {
    margin-left:0;
    margin-right: 0
  }

  .section__gozForm .container [class*="col-"] {
    padding-left: 0;
    padding-right: 0
  }
}

.info-card__with_acc+.info-card__with_acc {
  margin-top: 60px
}

button, input, textarea {
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  border-radius: 0;
  text-transform: none;
  font-family: inherit;
  text-decoration: none;
}

ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.multiwidget {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0
}

@media screen and (max-width: 1279px) {
  .multiwidget {
    bottom:40px
  }
}

.multiwidget__moreBtn,.multiwidget__closeBtn {
  cursor: pointer
}

.multiwidget__moreBtn {
  position: absolute;
  right: 0;
  bottom: 0
}

.multiwidget__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  left: -10px;
  top: -10px;
  padding: 30px 20px 20px;
  margin: 0;
  background: #F8F8FC;
  border-radius: 12px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s
}

.multiwidget__item {
  opacity: 0;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  -webkit-transform: translatex(10px);
  -ms-transform: translatex(10px);
  transform: translatex(10px)
}

.multiwidget__item:not(:last-child) {
  margin-bottom: 20px
}

.multiwidget__item--close {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.multiwidget.isOpen {
  width: auto;
  height: auto
}

.multiwidget.isOpen .multiwidget__list {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.multiwidget.isOpen .multiwidget__item {
  -webkit-animation: fadeInItem .6s .2s forwards;
  animation: fadeInItem .6s .2s forwards
}

.multiwidget.isOpen .multiwidget__item:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.multiwidget.isOpen .multiwidget__item:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.multiwidget.isOpen .multiwidget__item:nth-child(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.multiwidget__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.multiwidget__link-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #3E3E59;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease
}

.multiwidget__link-icon {
  width: 40px;
  height: 40px;
  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-right: 10px;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 25px
}

.multiwidget__link-icon svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease
}

.multiwidget__link:hover .multiwidget__link-text {
  color: #ED885E
}

.multiwidget__link:hover svg {
  -webkit-animation: bounceInIcon .4s ease-in-out forwards;
  animation: bounceInIcon .4s ease-in-out forwards
}

.multiwidget__link:hover svg:not(.whatsapp) path {
  fill: #ED885E
}

.multiwidget__link:hover svg.whatsapp path:first-child {
  stroke: #ED885E
}

.multiwidget__link:hover svg.whatsapp path+path {
  fill: #ED885E
}

@-webkit-keyframes fadeInItem {
  100% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
    opacity: 1
  }
}

@keyframes fadeInItem {
  100% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
    opacity: 1
  }
}

@-webkit-keyframes bounceInIcon {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounceInIcon {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.page-footer-app svg {
  max-width: 100%
}

.analytics-investments .swiper-button-next,.analytics-investments .swiper-button-prev,.cards-slider .swiper-button-next,.cards-slider .swiper-button-prev,.slider-block .swiper-button-next,.slider-block .swiper-button-prev {
  background: url("/psb_1_2/media/Mainsite/Default/Icons/arr-right-gray.svg") no-repeat center
}

.advantage-swiper-grid__btn {
  background: url("/psb_1_2/media/Mainsite/Default/Icons/arrow-swiper.svg") no-repeat center
}

.exchange-rates__table-row select {
  background-image: url("/psb_1_2/media/Mainsite/Default/Icons/rates-arrow.svg")
}

.tabs__element section:first-child,.tabs__element>div[data-rendering-name="product-card filter"]+section:first-of-type {
  margin-top: 0
}

.tabs section[data-rendering-name="offer-panel"]+section[data-rendering-name="offer-panel"] {
  margin-top: 40px
}

[data-tooltip] {
  position: relative;
  z-index: 20
}

.offer-panel__title .tooltip {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background-size: 20px
}

.tabs__element .calculator-main__container {
  padding: 160px 0 120px
}

@media screen and (max-width: 1279px) {
  .tabs__element .calculator-main__container {
    padding:100px 0 60px
  }
}

.banner-with-field .bottom-field {
  position: absolute;
  width: 100%;
  top: 24px
}

.banner-with-field .has-error.has-feedback+.bottom-field {
  top: 0
}

.search-results__link {
  cursor: pointer
}

@media screen and (min-width: 1280px) {
  .page__content .colored-section:not(.section__gozForm) {
    margin-bottom:-120px
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page__content .colored-section:not(.section__gozForm) {
    margin-bottom:-60px
  }
}

@media screen and (max-width: 767px) {
  .page__content .colored-section:not(.section__gozForm) {
    margin-bottom:-48px
  }
}

.promo .swiper-button-prev,.promo .swiper-button-next {
  background: url("/psb_1_2/media/Mainsite/Default/Icons/arr-right-gray.svg") no-repeat center
}

@media screen and (min-width: 768px) {
  .search-contacts__email+.search-contacts__email {
    margin-top:40px
  }
}

@media screen and (max-width: 767px) {
  .search-contacts__email+.search-contacts__email {
    margin-top:20px
  }
}

.search-results-block__link {
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .search-contacts__col {
    margin-bottom:40px
  }
}

@media screen and (max-width: 767px) {
  .advantage-container--mobile-small .advantage-container__item:nth-child(2) .advantage-card--title-big .advantage-card__inner,.advantage-container--mobile-small .advantage-container__item:nth-child(3) .advantage-card--title-big .advantage-card__inner {
    padding:16px
  }

  .advantage-container--mobile-small .advantage-container__item:nth-child(2) .advantage-card--title-big .advantage-card__image,.advantage-container--mobile-small .advantage-container__item:nth-child(3) .advantage-card--title-big .advantage-card__image {
    width: 120px;
    height: 120px;
    bottom: -20px;
    right: -20px
  }
}

img.lazy:not(.initial),.lazy,img.swiper-lazy,.custom-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in
}

img.lazy.initial,img.lazy.loaded,img.lazy.error,.swiper-lazy-loaded,.swiper-lazy.entered,.swiper-lazy.loaded,.entered,.applied {
  opacity: 1
}

@media screen and (max-width: 1023px) {
  .banner-with-field .banner-with-field__inner {
    background-image:none !important
  }
}

.head-banners-advantage__title .tooltip {
  margin-bottom: 4px
}

@media screen and (max-width: 1199px) {
  .search-overlay--open .search-form {
    padding:6px 0 30px
  }
}

.news-card__image.lazy {
  -webkit-transition: opacity 0s ease-in,-webkit-transform 1s cubic-bezier(0, 1.13, 0.29, 1);
  transition: opacity 0s ease-in,-webkit-transform 1s cubic-bezier(0, 1.13, 0.29, 1);
  -o-transition: transform 1s cubic-bezier(0, 1.13, 0.29, 1),opacity 0s ease-in;
  transition: transform 1s cubic-bezier(0, 1.13, 0.29, 1),opacity 0s ease-in;
  transition: transform 1s cubic-bezier(0, 1.13, 0.29, 1),opacity 0s ease-in,-webkit-transform 1s cubic-bezier(0, 1.13, 0.29, 1)
}

a.menu-categories__link {
  display: block
}

.menu-categories__link .menu-categories__img {
  display: block
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lazy.loaded {
    opacity: 1
  }

  .page-header__nav-link:hover {
    background-size: 100% 2px;
    background-position: bottom left
  }

  .accordeon__item {
    border: 1px solid transparent
  }
}

@media screen and (max-width: 767px) {
  .steps__item:last-child .steps__item-text {
    padding-top:0
  }
}

.multi-widget__item {
  display: none
}

@media screen and (max-width: 767px) {
  .multi-widget__item.multiwidget__item--mobile {
    display:block
  }
}

@media screen and (min-width: 768px) {
  .multi-widget__item.multiwidget__item--desktop {
    display:block
  }
}

.page-footer-offices__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff
}

@media screen and (max-width: 1279px) {
  .multi-widget {
    z-index:102
  }
}

@media screen and (min-width: 1280px) {
  .calculator-result__title {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.product-card__advantage-title {
  word-break: normal
}

.product-card.product-card--first::before {
  content: none
}

.product-notification__icon img {
  width: 100%
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-footer-app {
    height: 40px
  }
}

@media screen and (min-width: 1024px) {
  .reviews-popup-form__btn:hover {
    color:#fff
  }
}

.document-card__description span:not(:first-child) {
  margin: 10px 0 0;
  display: block
}

.content-block p:last-child {
  margin-bottom: 0px
}

.fancybox-content {
  padding: 0;
  margin: 0
}

.hidden-popups {
  display: none
}

.popup_bar__dialog {
  position: relative;
  padding: 32px 48px 32px 24px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  font-size: 24px;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25)
}

.dialog_main-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 32px
}

.popup_bar__opt-list {
  min-height: 180px
}

.popup_bar__opt-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
  margin-bottom: 32px;
  cursor: pointer
}

.popup_bar__comment-field {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.popup_bar__comment-field textarea {
  border: 1px solid rgba(100,100,120,0.3);
  color: #646478;
  width: 100%;
  padding: 11px;
  height: 180px;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  resize: none
}

.popup_bar__comment-field textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #d1d1d7
}

.popup_bar__comment-field textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #d1d1d7
}

.popup_bar__comment-field textarea::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #d1d1d7
}

.popup_bar__comment-field textarea::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #d1d1d7
}

.popup_bar__comment-field textarea::placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #d1d1d7
}

.popup_bar__dialog-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #f57c20;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.24px;
  font-weight: 600;
  width: 100%
}

button.popup_bar__dialog-link.send {
  color: #f57c20;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.24px;
  font-weight: 600;
  width: auto;
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer
}

.popup_bar__dialog-links .popup_bar__dialog-link:first-child {
  margin-right: 24px
}

.popup_bar__opt-list .checkbox {
  margin-bottom: 0
}

.reviews-popup {
  background: #fff;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 604px;
  margin: 0 auto
}

.close-popup {
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 24px 24px 0 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.close-popup:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.reviews-popup-container {
  padding: 24px 36px 36px
}

.reviews-popup__title {
  line-height: 36px;
  font-size: 32px;
  letter-spacing: 0.24px;
  color: #646478;
  font-weight: bold;
  margin: 0
}

.reviews-popup-form {
  margin: 36px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.reviews-popup-form.hidden {
  display: none
}

.reviews-popup-form__case {
  margin: 0 0 36px;
  width: 100%
}

.reviews-popup__input {
  display: inline-block;
  width: 100%;
  resize: vertical;
  padding: 18px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #646478;
  border: 1px solid #d1d1d7;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.reviews-popup__input_textarea {
  height: auto;
  min-height: 130px
}

.reviews-popup__input:focus {
  border-color: #646478
}

.reviews-popup__input::-webkit-input-placeholder {
  color: rgba(100,100,120,0.7)
}

.reviews-popup__input:-ms-input-placeholder {
  color: rgba(100,100,120,0.7)
}

.reviews-popup__input::-ms-input-placeholder {
  color: rgba(100,100,120,0.7)
}

.reviews-popup__input::-moz-placeholder {
  color: rgba(100,100,120,0.7)
}

.reviews-popup__input::placeholder {
  color: rgba(100,100,120,0.7)
}

textarea.reviews-popup__input.reviews-popup__input_textarea:active,textarea.reviews-popup__input.reviews-popup__input_textarea:focus {
  border: 1px solid #d1d1d7
}

.popup-bar__smile {
  width: 30px !important
}

.reviews-popup__thank {
  display: none
}

.reviews-popup__thank.show {
  display: block
}

.reviews-popup-form__btn {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
  background: #adadb3;
  padding: 18px 30px;
  display: inline-block;
  margin: 0 0 0 auto;
  text-decoration: none;
  cursor: default;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 500;
  border-radius: 4px
}

.reviews-popup-form__btn.active {
  background-color: #e05f2d;
  cursor: pointer
}

.reviews-popup-form__btn.active:hover {
  background-color: rgba(224,95,45,0.8)
}

.reviews-popup__title br {
  display: none
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
  -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 768px) {
  .reviews-popup-form__case {
    margin:0 0 24px
  }

  textarea::-webkit-input-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea::-moz-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea:-ms-input-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea::-ms-input-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea::placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea::-webkit-input-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea::-moz-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea:-ms-input-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea::-ms-input-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  textarea::placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important
  }

  .reviews-popup__title,.dialog_main-title {
    line-height: 30px;
    font-size: 24px
  }

  .dialog_main-title {
    margin-bottom: 24px
  }

  .popup_bar__opt-list li {
    margin-bottom: 18px;
    padding-left: 0
  }

  .popup_bar__comment-field {
    padding-top: 12px
  }

  .popup_bar__dialog {
    padding: 42px 24px 30px
  }

  .radio,.checkbox {
    position: relative
  }

  .popup_bar__opt-list li .checkbox__custom {
    position: absolute;
    top: 0
  }

  .popup_bar__opt-list li .checkbox__title {
    padding-left: 36px
  }
}

.radiobox__custom {
  display: none !important
}

@media screen and (max-width: 520px) {
  .fancybox-content {
    vertical-align:top
  }

  .fancybox-slide--html {
    padding: 0
  }

  .reviews-popup-container {
    padding: 18px 18px 24px
  }

  .reviews-popup-form__btn {
    width: 100%;
    text-align: center
  }

  .fancybox-slide--html .fancybox-close-small {
    right: 5px;
    top: 5px
  }

  .dialog_main-title {
    line-height: 24px;
    font-size: 18px
  }

  .popup_bar__dialog {
    padding: 48px 18px 24px
  }

  .popup_bar__opt-list li {
    line-height: 24px;
    font-size: 14px
  }
}

@media screen and (max-width: 380px) {
  .reviews-popup__title br {
    display:block
  }
}

.news-inner-item__img-block {
  opacity: 1
}

@media screen and (max-width: 1024px) {
  section.multicomponent,section.simple-documents {
    overflow-x:hidden
  }
}

.form-section--DesignSystem select.form-request__input {
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-text-overflow: "";
  text-overflow: ""
}

.info-block .info-element {
  margin-top: 20px;
  margin-bottom: 20px
}

.info-block .info-element__text {
  color: #8d8da6
}

.authorization-block>div:only-child .authorization-block__btn-block {
  margin-top: 0
}

.manual-block__image.lazy-container.entered {
  opacity: 0 !important
}

.manual-block__image.lazy-container.entered.is-active {
  opacity: 1 !important
}

.info-block__image-container img {
  width: 100%
}

.head-banners__item[data-theme='light'] .head-banners__title,.head-banners__item[data-theme='light'] .head-banners-advantage__title {
  color: #3e3e59
}

.info-element__text p:not(:first-child) {
  margin: 16px 0 0
}

.info-element__text p:first-child {
  margin: 0
}

sup {
  line-height: 1
}

.common-forms .chosen-single {
  color: #323242
}

.common-forms .checkbox_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.common-forms .form-2-col .form-section__group-items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -48px -10px 0
}

.columnSet:not(:first-child) .form-request__case {
  margin-top: 48px
}

.common-forms .form-2-col .form-request__case {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px
}

@media screen and (min-width: 768px) {
  .common-forms .form-2-col .form-request__case {
    -ms-flex-preferred-size:calc(50% - 20px);
    flex-basis: calc(50% - 20px)
  }
}

@media screen and (max-width: 767px) {
  .common-forms .form-2-col .form-request__case {
    -ms-flex-preferred-size:100%;
    flex-basis: 100%;
    width: 100%
  }
}

.common-forms .form-2-col .form-request__case[data-name="FeedbackText"],.common-forms .form-2-col .form-request__case[data-name="Feedback public"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%
}

.select-list {
  background: #f7f7f8
}

.select-list__item:last-child .select-list__link {
  padding-bottom: 17px
}

.select-list__link {
  padding: 17px 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.select-list__title {
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 13px;
  color: #333
}

.select-list__subtitle {
  line-height: 14px;
  font-size: 11px;
  color: #838383;
  font-weight: normal
}

.select-list__title>b,.select-list__subtitle>b {
  font-weight: bold;
  color: #333
}

.ui-menu.ui-widget.select-list {
  height: 185px;
  overflow: auto;
  padding: 0;
  border: 0;
  background: #f4f4f5;
  z-index: 1
}

.ui-menu.ui-widget.select-list .ui-menu-item:not(:last-child) {
  margin: 0 0 12px
}

.ui-menu.ui-widget.select-list .ui-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 12px 12px 0
}

.ui-menu.ui-widget.select-list .select-list__title {
  margin: 0 0 6px !important;
  line-height: 18px;
  font-size: 14px;
  color: #646478 !important;
  font-weight: bold !important;
  padding: 0 !important
}

.ui-menu.ui-widget.select-list .select-list__subtitle {
  line-height: 16px;
  font-size: 12px;
  color: #646478;
  font-weight: 500 !important
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
  border: 1px solid transparent !important;
  background: transparent !important;
  font-weight: bold !important;
  color: #646478 !important
}

.radiobox__title.field-radio__name-text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #5c5c73;
  cursor: pointer
}

.form-section--DesignSystem .disclaimer {
  margin-top: 40px;
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #8d8da6
}

.checkbox:last-child {
  margin-bottom: 0
}

.checkbox__input,.radiobox__input {
  display: none
}

.field-radio__name__vertical.field-radio__name:not(:first-child) {
  margin-top: 20px
}

.checkbox__input:checked+.radiobox__custom:before,.checkbox__input:checked ~ .radiobox__custom:before,.checkbox__input:checked+.checkbox__custom:before,.checkbox__input:checked ~ .checkbox__custom:before,.radiobox__input:checked+.radiobox__custom:before,.radiobox__input:checked ~ .radiobox__custom:before,.radiobox__input:checked+.checkbox__custom:before,.radiobox__input:checked ~ .checkbox__custom:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.checkbox__input ~ .radiobox__custom,.checkbox__input ~ .checkbox__custom,.radiobox__input ~ .radiobox__custom,.radiobox__input ~ .checkbox__custom {
  border-color: #f26126
}

.checkbox__custom,.radiobox__custom {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  margin: 0 12px 0 0;
  border: 1px solid rgba(100,100,120,0.5);
  background: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.checkbox__custom:before,.radiobox__custom:before {
  content: "";
  display: block;
  background: #f26126;
  border-radius: inherit;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear
}

.checkbox__title,.radiobox__title {
  display: inline-block;
  color: #323242;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.02em
}

.checkbox+.checkbox,.checkbox+.radiobox,.radiobox+.checkbox {
  margin: 20px 0 0
}

.checkbox__custom {
  border-radius: 4px
}

.checkbox__custom:before {
  border-radius: 0;
}

.checkbox .policy {
  color: #f26126
}

.checkbox+checkbox {
  margin: 0 0 18px
}

.checkbox+.main-subtitle {
  margin: 18px 0 24px !important
}

@media screen and (min-width: 1024px) {
  .checkbox .policy:hover {
    text-decoration:underline
  }

  .tooltip:hover svg path {
    fill: #2c2d84
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .insurance-info__image>img {
    height: 100%
  }
}

.ui-menu.ui-widget.select-list {
  height: 185px;
  overflow: auto;
  padding: 0;
  border: 0;
  background: #f4f4f5;
  z-index: 1
}

.ui-menu.ui-widget.select-list .ui-menu-item:not(:last-child) {
  margin: 0 0 12px
}

.ui-menu.ui-widget.select-list .ui-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 12px 12px 0
}

.ui-menu.ui-widget.select-list .select-list__title {
  margin: 0 0 6px !important;
  line-height: 18px;
  font-size: 14px;
  color: #646478 !important;
  font-weight: bold !important;
  padding: 0 !important
}

.ui-menu.ui-widget.select-list .select-list__subtitle {
  line-height: 16px;
  font-size: 12px;
  color: #646478;
  font-weight: 500 !important
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
  border: 1px solid transparent !important;
  background: transparent !important;
  font-weight: bold !important;
  color: #646478 !important
}

.form-request__label {
  white-space: normal;
  line-height: 20px
}

@media screen and (max-width: 1024px) {
  .form-request__label,.form-request__label.active,.form-request__label:active,.form-request__label:focus {
    font-size:12px !important;
    line-height: 16px !important
  }

  .form-request__label.active,.form-request__label:focus,.form-request__label:active {
    top: -5px
  }
}

fieldset {
  border-width: 0 !important
}

.main-title legend {
  margin: 0 !important
}

.main-title_side-triggers,.main-title_form-request {
  line-height: 30px;
  font-size: 24px;
  margin: 0
}

.main-title_form-section {
  margin: 0 0 24px;
  text-align: center
}

.main-subtitle_form-section {
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 48px
}

.form-request div.scrollbar-custom {
  overflow: hidden
}

.form-request legend {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 24px 0 !important;
  display: block
}

@media screen and (max-width: 1023px) {
  .form-request legend {
    line-height:28px
  }
}

@media screen and (max-width: 768px) {
  .form-request legend {
    font-size:16px;
    line-height: 24px
  }
}

.form-request__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative
}

.form-request__case ~ .form-request__case {
  margin: 48px 0 0
}

.form-request__case+.form-request__head {
  margin: 48px 0 0
}

.form-request__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 48px 0 0
}

.form-request__group:first-child,.form-request__case:first-child {
  margin: 0
}

.form-request__group .form-request__case {
  width: 50%
}

.form-request__group .form-request__case {
  margin: 0 24px 0 0
}

.form-request__group .form-request__case:last-child {
  margin: 0
}

.form-section--DesignSystem .form-request__input {
  text-align: left !important;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 1;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #323242;
  font-weight: 500;
  background: transparent;
  width: 100%;
  padding: 12px 24px 2px 0;
  font-family: inherit;
  height: 100%;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e6e6ef;
  box-shadow: none;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.form-section--DesignSystem .nice-select ~ .form-request__label,.form-section--DesignSystem .form-request__input:focus ~ .form-request__label,.form-section--DesignSystem .form-request__label.active {
  line-height: 18px;
  font-size: 14px;
  -webkit-transform: translate(0, -34px) scale(0.867);
  -ms-transform: translate(0, -34px) scale(0.867);
  transform: translate(0, -34px) scale(0.867)
}

.form-section--DesignSystem .form-request__input::-webkit-input-placeholder {
  opacity: 0
}

.form-section--DesignSystem .form-request__input::-moz-placeholder {
  opacity: 0
}

.form-section--DesignSystem .form-request__input:-ms-input-placeholder {
  opacity: 0
}

.form-section--DesignSystem .form-request__input::-ms-input-placeholder {
  opacity: 0
}

.form-section--DesignSystem .form-request__input::placeholder {
  opacity: 0
}

.form-section--DesignSystem .form-request__input:-ms-input-placeholder {
  opacity: 1;
  text-indent: -9999px
}

.form-section--DesignSystem .form-request__input::-ms-input-placeholder {
  opacity: 1;
  text-indent: -9999px
}

.form-section--DesignSystem .form-request__label {
  -webkit-transform: translate(0, -10px) scale(1);
  -ms-transform: translate(0, -10px) scale(1);
  transform: translate(0, -10px) scale(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  pointer-events: none
}

textarea.form-request__input {
  height: 49px;
  resize: none
}

textarea.form-request__input::-webkit-scrollbar {
  width: 0
}

textarea.form-request__input {
  -ms-overflow-style: none
}

textarea.form-request__input {
  overflow: -moz-scrollbars-none
}

.form-section--DesignSystem .form-request__case::before {
  content: "";
  width: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  background: #e05a2d;
  height: 1px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.form-section--DesignSystem .form-request__case:focus-within:before {
  content: "";
  width: 100%
}

.form-request__input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #9393a1
}

.form-request__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #9393a1
}

.form-request__input:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #9393a1
}

.form-request__input:focus::-webkit-input-placeholder {
  opacity: 1
}

.form-request__input:focus::-moz-placeholder {
  opacity: 1
}

.form-request__input:focus:-moz-placeholder {
  opacity: 1
}

textarea.form-request__input:focus::-webkit-input-placeholder {
  opacity: 0
}

textarea.form-request__input:focus::-moz-placeholder {
  opacity: 0
}

textarea.form-request__input:focus:-moz-placeholder {
  opacity: 0
}

.form-request .select.has-error,.form-request__input.has-error,.form-request p.has-error,.form-request label.has-error,.form-request__case label.has-error {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #e70e02;
  display: block;
  margin: 6px 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0
}

.form-section__group-items {
  position: relative
}

.form-request__case[data-name="FeedbackText"] {
  height: 34px !important
}

.form-request__case[data-name="FeedbackText"] .form-request__label {
  background: #fff
}

.form-section--DesignSystem .form-request__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #8d8da6;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 0;
  width: 100%;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: top, font-size;
  -o-transition-property: top, font-size;
  transition-property: top, font-size;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateZ(0) translateY(-50%);
  transform: translateZ(0) translateY(-50%);
  will-change: top, font-size, color;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  max-width: 92%
}

.form-section--DesignSystem .form-request__case-btn {
  margin: 54px 0 0;
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.form-section--DesignSystem .btn-main_form-request {
  margin: 0;
  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;
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  background: #e86630;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.btn-main_form-request:hover {
  background: #c6420c
}

.btn-main_form-request+.btn-main_form-request {
  margin: 0 0 0 24px
}

.btn-main_form-request[disabled] {
  cursor: no-drop;
  opacity: 0.5;
  background: #adadb3
}

.btn-main_form-request[disabled]:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.btn-main_step-back {
  background: transparent;
  padding-right: 0;
  color: #e05a2d
}

.form-section__steps {
  margin: 0 0 36px;
  color: rgba(100,100,120,0.7);
  font-weight: 500
}

.form-section__step {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.5px
}

.main-title_side {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #323242;
  margin: 0 0 36px
}

.form-section__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 0 0 54px
}

.form-section__trigger:last-child {
  margin: 0
}

.form-section__ic-trigger {
  margin: 0 18px 0 0
}

.form-section__title-trigger {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #323242;
  font-weight: 500
}

.form-request__case .main-subtitle {
  font-weight: 600;
  margin: 18px 0 24px
}

.form-section__row-tanks {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-section__tanks-icon {
  text-align: center
}

.side-triggers__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 0 0 54px
}

.side-triggers__item-list:last-child {
  margin: 0
}

.side-triggers__icon-list {
  margin: 0 18px 0 0
}

.main-title_side-triggers {
  margin: 0 0 36px
}

.form-section--DesignSystem .bottom-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 40px 0 0
}

.form-section--DesignSystem .form-request__case-btn {
  margin: 0
}

.form-section--DesignSystem .bottom-field__policy {
  height: 100%;
  margin: 0;
  color: #323242
}

.form-section--DesignSystem .bottom-field__item+.bottom-field__item {
  padding: 0 24px 0 0
}

@media screen and (max-width: 767px) {
  .bottom-field {
    -webkit-box-orient:vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-field__policy {
    font-size: 12px;
    line-height: 24px
  }

  .bottom-field__item+.bottom-field__item {
    padding: 0 0 24px;
    width: 100%
  }

  .form-section__right-side {
    display: none
  }

  .form-request__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .form-request__group .form-request__case {
    width: 100%;
    margin: 0 0 36px
  }

  .form-request__case {
    margin: 36px 0 0
  }

  .form-request__label,.form-request__input::-webkit-input-placeholder {
    font-size: 12px
  }

  .form-request__label,.form-request__input::-moz-placeholder {
    font-size: 12px
  }

  .form-request__label,.form-request__input:-moz-placeholder {
    font-size: 12px
  }

  .form-request__label {
    font-size: 12px
  }
}

.upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -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: 32px 0
}

.upload-file__common-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%
}

.upload-file .file-list {
  margin-bottom: 20px;
  display: block;
  width: 100%
}

.upload-file .file-list__item {
  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;
  width: 100%
}

.upload-file .file-list__item:not(:last-child) {
  margin-bottom: 20px
}

.upload-file .file-list__item--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #111111;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 35%;
  flex: 1 0 35%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-left: 20px
}

.upload-file .file-list__item--name::before {
  content: "";
  width: 11px;
  height: 15px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.510193 1.40876C0.834363 1.07294 1.27403 0.884277 1.73248 0.884277H6.13248C6.25751 0.884277 6.37742 0.935731 6.46583 1.02732L10.8658 5.58546C10.9542 5.67705 11.0039 5.80126 11.0039 5.93079V13.0936C11.0039 13.5685 10.8218 14.024 10.4976 14.3598C10.1734 14.6956 9.73378 14.8843 9.27534 14.8843H1.73248C1.27403 14.8843 0.834363 14.6956 0.510193 14.3598C0.186023 14.024 0.00390625 13.5685 0.00390625 13.0936V2.67497C0.00390625 2.20005 0.186023 1.74458 0.510193 1.40876ZM1.73248 1.86102C1.52409 1.86102 1.32424 1.94678 1.17689 2.09942C1.02954 2.25207 0.946763 2.4591 0.946763 2.67497V13.0936C0.946763 13.3095 1.02954 13.5165 1.17689 13.6691C1.32424 13.8218 1.52409 13.9075 1.73248 13.9075H9.27534C9.48372 13.9075 9.68357 13.8218 9.83092 13.6691C9.97827 13.5165 10.061 13.3095 10.061 13.0936V6.41916L6.13248 6.41916C5.87212 6.41916 5.66105 6.20051 5.66105 5.93079L5.66105 1.86102H1.73248ZM6.60391 2.55168L9.39435 5.44242L6.60391 5.44242L6.60391 2.55168Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11px;
  flex: 0 0 11px;
  position: absolute;
  left: -20px
}

.upload-file .file-list__item--btn-delete {
  width: 32px;
  height: 32px;
  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;
  position: relative;
  margin-left: 20px
}

.upload-file .file-list__item--btn-delete .delete__circle {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 0
}

.upload-file .file-list__item--btn-delete .delete__circle circle {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

.upload-file .file-list__item--btn-delete svg:nth-child(2) path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  stroke: rgba(28,28,28,0.3)
}

@media screen and (min-width: 1199px) {
  .upload-file .file-list__item--btn-delete:hover .delete__circle circle {
    -webkit-transform:scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  .upload-file .file-list__item--btn-delete:hover svg:nth-child(2) path {
    stroke: #1c1c1c
  }
}

@media screen and (max-width: 767px) {
  .upload-file .file-list__item {
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .upload-file .file-list__item .file-list__item--name,.upload-file .file-list__item .upload-file__mess {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
  }
}

.upload-file__label {
  position: relative;
  font-size: 14px;
  line-height: 140%;
  color: #646478;
  margin: 0 0 0 20px;
  border-bottom: 1px solid rgba(17,17,17,0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in
}

.upload-file__label::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.30669 1.31026C7.83349 1.31026 7.37967 1.50321 7.04506 1.84667L1.83152 7.1981C1.28402 7.76009 0.97643 8.52231 0.97643 9.31708C0.97643 10.1119 1.28402 10.8741 1.83152 11.4361C2.37903 11.998 3.1216 12.3138 3.89589 12.3138C4.67018 12.3138 5.41276 11.998 5.96027 11.4361L11.1738 6.08462C11.3637 5.8897 11.6716 5.8897 11.8615 6.08462C12.0514 6.27954 12.0514 6.59557 11.8615 6.79049L6.64795 12.1419C5.91806 12.8911 4.92811 13.312 3.89589 13.312C2.86368 13.312 1.87373 12.8911 1.14384 12.1419C0.413954 11.3927 0.00390625 10.3766 0.00390625 9.31708C0.00390625 8.25756 0.413954 7.24143 1.14384 6.49224L6.35738 1.1408C6.87437 0.610136 7.57556 0.312012 8.30669 0.312012C9.03783 0.312012 9.73902 0.610136 10.256 1.1408C10.773 1.67146 11.0634 2.3912 11.0634 3.14167C11.0634 3.89215 10.773 4.61188 10.256 5.14255L5.0368 10.494C4.73271 10.8061 4.32027 10.9815 3.89022 10.9815C3.46017 10.9815 3.04774 10.8061 2.74364 10.494C2.43955 10.1818 2.26872 9.7585 2.26872 9.31708C2.26872 8.87566 2.43955 8.45231 2.74364 8.14018L7.56027 3.20197C7.75028 3.00717 8.05816 3.00735 8.24795 3.20239C8.43773 3.39742 8.43755 3.71345 8.24754 3.90826L3.43132 8.84604C3.30962 8.97097 3.24124 9.14041 3.24124 9.31708C3.24124 9.49375 3.30962 9.66319 3.43132 9.78812C3.55303 9.91304 3.7181 9.98323 3.89022 9.98323C4.06234 9.98323 4.22741 9.91304 4.34912 9.78812L9.56833 4.43668C9.90294 4.09322 10.0909 3.62739 10.0909 3.14167C10.0909 2.65595 9.90294 2.19012 9.56833 1.84667C9.23372 1.50321 8.7799 1.31026 8.30669 1.31026Z' fill='%23646478'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: -20px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in
}

.upload-file__label:hover {
  border-color: #111111
}

.upload-file__label:hover::before {
  opacity: 1
}

.upload-file__label+input {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -10
}

.upload-file__message-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.upload-file__mess {
  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-size: 12px;
  line-height: 150%;
  color: #646478;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  opacity: 1;
  -webkit-animation: fadeIn 0.2s ease-in forwards;
  animation: fadeIn 0.2s ease-in forwards
}

.upload-file__mess::before {
  content: "";
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  margin-right: 8px
}

.upload-file__mess--error::before {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.80474 0.220653C8.06509 0.481002 8.06509 0.903112 7.80474 1.16346L1.13807 7.83013C0.877722 8.09048 0.455612 8.09048 0.195262 7.83013C-0.0650874 7.56978 -0.0650874 7.14767 0.195262 6.88732L6.86193 0.220653C7.12228 -0.0396968 7.54439 -0.0396968 7.80474 0.220653Z' fill='%23DB3737'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.195262 0.220653C0.455612 -0.0396968 0.877722 -0.0396968 1.13807 0.220653L7.80474 6.88732C8.06509 7.14767 8.06509 7.56978 7.80474 7.83013C7.54439 8.09048 7.12228 8.09048 6.86193 7.83013L0.195262 1.16346C-0.0650874 0.903112 -0.0650874 0.481002 0.195262 0.220653Z' fill='%23DB3737'/%3E%3C/svg%3E%0A")
}

.upload-file__mess--success::before {
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5765 0.144574C10.8646 0.341986 10.923 0.715398 10.7069 0.978613L5.11689 7.78709C5.00345 7.92525 4.82997 8.01165 4.64138 8.02389C4.4528 8.03613 4.26768 7.97302 4.134 7.8509L1.02842 5.01403C0.77373 4.78138 0.77373 4.40418 1.02842 4.17153C1.28311 3.93888 1.69604 3.93888 1.95073 4.17153L4.52459 6.52269L9.66346 0.263722C9.87957 0.000507085 10.2883 -0.0528374 10.5765 0.144574Z' fill='%2300A36D'/%3E%3C/svg%3E%0A")
}

.upload-file__mess--process::before {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8374 6.02539C10.8374 7.04373 10.5265 8.0378 9.94616 8.87462C9.36586 9.71145 8.54387 10.3511 7.59015 10.7081C6.63643 11.0651 5.59644 11.1223 4.60929 10.8722C3.62215 10.6221 2.73491 10.0765 2.06625 9.30844C1.3976 8.54038 0.97941 7.58646 0.86762 6.57427C0.755831 5.56208 0.955773 4.53989 1.4407 3.64442C1.92563 2.74895 2.67243 2.0229 3.5812 1.56338C4.48997 1.10386 5.51739 0.932787 6.52602 1.07304' stroke='%23646478' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-animation: loadCircle 1.2s linear infinite forwards;
  animation: loadCircle 1.2s linear infinite forwards
}

.form-request__case ~ div[data-name="Feedback public"] {
  margin-top: 60px
}

div[data-name="Feedback public"] .main-subtitle:empty {
  display: none
}

div[data-name="Feedback public"]:focus-within:before {
  width: 0
}

@-webkit-keyframes loadCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes loadCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.psb-mscaptcha {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.psb-mscaptcha__item:nth-of-type(1) {
  margin-right: 6px
}

.psb-mscaptcha__item:nth-of-type(2) {
  margin-left: 6px
}

.refreshCapchaImg {
  margin-left: 10px;
  cursor: pointer
}

.input_Capcha {
  width: 100%
}
