html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
}
textarea {
  resize: none;
}
address {
  font-style: normal;
}
input,
textarea,
button,
select {
  outline: none;
  font: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
}
/* ** --- Mixins and variables --- ** */
/* ** --- Vendors --- ** */
.vue-slider-disabled .vue-slider-process {
  background-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-dot-handle {
  border-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px #a7a7a7;
}
.vue-slider-rail {
  background-color: #e4e8ed;
  border-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-rail {
  background-color: #e1e1e1;
}
.vue-slider-process {
  background-color: #dd0a34;
  border-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-process {
  background-color: #dd0a34;
}
.vue-slider-mark {
  cursor: pointer;
}
.vue-slider-mark:hover .vue-slider-mark-label {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1023px) {
  .vue-slider-mark:hover .vue-slider-mark-label {
    visibility: hidden;
    opacity: 0;
  }
}
.vue-slider-mark-active {
  display: none;
}
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  background-color: #e4e8ed;
  border-radius: 50%;
}
.vue-slider:hover .vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px #69c0ff;
}
.vue-slider-mark-label {
  position: absolute;
  top: calc(100% + 6px) !important;
  left: -19px !important;
  z-index: 1;
  display: block;
  width: 210px;
  padding: 10px 12px;
  visibility: hidden;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  background-color: #242729;
  border-radius: 4px;
  opacity: 0;
  transform: translateX(0) !important;
}
.vue-slider-mark-label::before {
  position: absolute;
  top: -6px;
  left: 15px;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  background-color: #242729;
  transform: rotate(45deg);
}
.vue-slider-dot-handle {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #dd0a34;
  border-radius: 50%;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.vue-slider-dot-handle:before {
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  cursor: pointer;
  content: '';
}
@media (max-width: 1023px) {
  .vue-slider-dot-handle:before {
    position: absolute;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    cursor: pointer;
    content: '';
  }
}
.vue-slider:hover .vue-slider-dot-handle {
  border-color: #69c0ff;
}
.vue-slider-dot-handle-focus {
  border-color: #36abff;
  box-shadow: 0 0 0 5px rgba(54,171,255,0.2);
}
.vue-slider:hover .vue-slider-dot-handle-focus {
  border-color: #36abff;
}
.vue-slider-dot-handle:hover {
  border-color: #36abff;
}
.vue-slider:hover .vue-slider-dot-handle:hover {
  border-color: #36abff;
}
.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  border-color: #ddd !important;
}
.vue-slider-dot-tooltip {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-inner {
  padding: 6px 8px;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  background-color: rgba(0,0,0,0.75);
  border-color: rgba(0,0,0,0.75);
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: transform 0.3s;
  transform: scale(0.9);
}
.vue-slider-dot-tooltip-inner::after {
  position: absolute;
  content: '';
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;
  transform: translate(-50%, 0);
}
.vue-slider-dot-tooltip-inner-bottom::after {
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: inherit;
  transform: translate(-50%, 0);
}
.vue-slider-dot-tooltip-inner-left::after {
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: inherit;
  transform: translate(0, -50%);
}
.vue-slider-dot-tooltip-inner-right::after {
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-right-color: inherit;
  transform: translate(0, -50%);
}
.vue-slider-dot-tooltip-inner-top {
  transform-origin: 50% 100%;
}
.vue-slider-dot-tooltip-inner-bottom {
  transform-origin: 50% 0;
}
.vue-slider-dot-tooltip-inner-left {
  transform-origin: 100% 50%;
}
.vue-slider-dot-tooltip-inner-right {
  transform-origin: 0 50%;
}
.vue-slider-dot:hover .vue-slider-dot-tooltip,
.vue-slider-dot-tooltip-show {
  visibility: visible;
  opacity: 1;
}
.vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner,
.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner {
  transform: scale(1);
}
@font-face {
  font-family: 'LetoSans';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/LetoSans/LetoSans-Light.eot");
  src: url("../fonts/LetoSans/LetoSans-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/LetoSans/LetoSans-Light.woff") format('woff'), url("../fonts/LetoSans/LetoSans-Light.ttf") format('truetype'), url("../fonts/LetoSans/LetoSans-Light.svgLetoSans/LetoSans-Light") format('svg');
}
@font-face {
  font-family: 'LetoSans';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/LetoSans/LetoSans-Regular.eot");
  src: url("../fonts/LetoSans/LetoSans-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/LetoSans/LetoSans-Regular.woff") format('woff'), url("../fonts/LetoSans/LetoSans-Regular.ttf") format('truetype'), url("../fonts/LetoSans/LetoSans-Regular.svgLetoSans/LetoSans-Regular") format('svg');
}
@font-face {
  font-family: 'LetoSans';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/LetoSans/LetoSans-Bold.eot");
  src: url("../fonts/LetoSans/LetoSans-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/LetoSans/LetoSans-Bold.woff") format('woff'), url("../fonts/LetoSans/LetoSans-Bold.ttf") format('truetype'), url("../fonts/LetoSans/LetoSans-Bold.svgLetoSans/LetoSans-Bold") format('svg');
}
@font-face {
  font-family: 'LetoSansCondensed';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/LetoSansCondensed/LetoSansCondensed-Light.eot");
  src: url("../fonts/LetoSansCondensed/LetoSansCondensed-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Light.woff") format('woff'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Light.ttf") format('truetype'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Light.svgLetoSansCondensed/LetoSansCondensed-Light") format('svg');
}
@font-face {
  font-family: 'LetoSansCondensed';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/LetoSansCondensed/LetoSansCondensed-Regular.eot");
  src: url("../fonts/LetoSansCondensed/LetoSansCondensed-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Regular.woff") format('woff'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Regular.ttf") format('truetype'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Regular.svgLetoSansCondensed/LetoSansCondensed-Regular") format('svg');
}
@font-face {
  font-family: 'LetoSansCondensed';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/LetoSansCondensed/LetoSansCondensed-Bold.eot");
  src: url("../fonts/LetoSansCondensed/LetoSansCondensed-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Bold.woff") format('woff'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Bold.ttf") format('truetype'), url("../fonts/LetoSansCondensed/LetoSansCondensed-Bold.svgLetoSansCondensed/LetoSansCondensed-Bold") format('svg');
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font: 500 15px/24px 'LetoSans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #242729;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  content: '';
  background-color: rgba(0,0,0,0.15);
  opacity: 0;
  transition: visibility 0s ease 0.35s, opacity 0.35s;
}
body.search-open:before {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s;
}
body.filter-open:before {
  z-index: 7;
  visibility: visible;
  background-color: #010101;
  opacity: 0.6;
  transition: visibility 0s ease 0s, opacity 0.35s;
}
[hidden] {
  display: none;
}
.nobr {
  white-space: nowrap;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  padding: 0;
  cursor: pointer;
  color: inherit;
  background: transparent;
  border: none;
}
ol,
ul {
  line-height: 1;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .container {
    max-width: 100%;
    padding: 0 24px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .container.no-padding-right {
    padding-right: 0;
  }
}
.main {
  min-height: 100%;
}
.main_atms {
  padding-top: 120px;
}
@media (max-width: 1023px) {
  .main_atms {
    height: 100%;
    padding-top: 48px;
  }
}
@media (max-width: 1023px) {
  .mq-desktop {
    display: none;
  }
}
.mq-phone {
  display: none;
}
@media (max-width: 1023px) {
  .mq-phone {
    display: block;
  }
}
.page__content {
  padding-top: 152px;
}
.page__section {
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .page__section {
    padding: 24px 0;
  }
}
.page__section_border {
  position: relative;
  padding: 0;
}
.page__section_border .container {
  position: relative;
  padding: 40px;
}
.page__section_border .container:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #e4e8ed;
}
@media (max-width: 1023px) {
  .page__section_border .container:after {
    width: 100%;
  }
}
.page__section_offsetMedium {
  padding: 24px 0;
}
.pb25 {
  padding-bottom: 25px;
}
.hidden {
  display: none;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  padding: 24px 0;
}
@media (max-width: 1023px) {
  .header {
    padding: 10px 0 0;
    background-color: #f7f7fa;
    position: relative;
  }
}
.header__geolocation {
  padding-bottom: 24px;
  text-align: right;
}
.header__geolocation-button {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
.header__geolocation-button:before {
  position: absolute;
  top: 50%;
  left: -4px;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  color: #dd0a34;
  background: url("/assets/images/icons/geopositionPrimaryColor.svg") center no-repeat;
  transform: translate(-100%, -50%);
}
.header__notification {
  display: none;
  padding: 20px 15px;
  text-align: center;
  background: #fff;
  box-shadow: inset 0 30px 22px -10px rgba(79,105,118,0.07);
}
.header__notification-text {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #242729;
}
.header__notification-button {
  margin-left: 24px;
  font-size: 11px;
  line-height: 16px;
  color: #6d6d73;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .header__notification.active {
    display: block;
  }
}
.header__city {
  position: relative;
  margin-right: 16px;
}
.header__city .header__notification {
  position: absolute;
  top: calc(100% + 10px);
  right: -8px;
  z-index: 3;
  display: none;
  width: 260px;
  padding: 21px 21px 22px 22px;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.header__city .header__notification:before {
  position: absolute;
  top: -4px;
  right: 9px;
  width: 13px;
  height: 13px;
  content: '';
  background: #fff;
  transform: rotateZ(45deg);
}
.header__city .header__notification-button {
  margin-left: 24px;
  font-size: 11px;
  line-height: 16px;
  color: #6d6d73;
  opacity: 0.9;
  transition: color 0.35s;
}
.header__city .header__notification-button:hover {
  color: #242729;
}
.header__city .header__notification-text {
  margin-bottom: 10px;
}
.header__city .header__notification.active {
  display: block;
}
@media (max-width: 1200px) {
  .header__city {
    margin-right: 8px;
  }
}
.header__city-icon {
  vertical-align: middle;
}
.header__link {
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.35s;
}
.header__link_withmenu {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
  color: #242729;
}
.header__link:hover {
  color: #dd0a34;
}
.header__link svg {
  margin-left: 5px;
}
.header__logo {
  width: 91px;
  height: 16px;
  margin-top: 2px;
  margin-right: 38px;
  float: left;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 80px;
    height: 14px;
    margin-right: 24px;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    margin-top: 7px;
  }
}
.header__logo-link,
.header__logo-img {
  display: block;
}
.header__logo-img {
  max-width: 100%;
}
.header__list {
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .header__list {
    margin-right: -16px;
    padding: 13px 16px;
    overflow: auto;
    white-space: nowrap;
    background-color: #fff;
  }
}
.header__list::-webkit-scrollbar {
  display: none;
}
.header__list-item {
  display: inline-block;
  margin-right: 17px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .header__list-item {
    margin-right: 15px;
  }
}
.header__list-item_dropdown {
  position: relative;
}
.header__list-item_dropdown:before {
  position: absolute;
  top: -8px;
  right: -8px;
  left: -8px;
  bottom: -8px;
  cursor: pointer;
  content: '';
}
.header__list-item_dropdown:hover .header__list-dropdown {
  display: block;
}
@media (max-width: 1023px) {
  .header__list-item_dropdown {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__list-item_hide-in-tablet {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__list-item_hide-in-tablet {
    display: inline;
  }
}
.header__list-dropdown {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  z-index: 10;
  display: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(79,105,118,0.1);
}
.header__list-dropdown .header__link {
  display: block;
  padding: 9px 16px;
  white-space: nowrap;
}
.header__list-dropdown .header__list-item {
  display: block;
  margin-right: 0;
}
.header__list-dropdown .header__list-item_show-in-tablet {
  display: none;
}
@media (max-width: 1200px) {
  .header__list-dropdown .header__list-item_show-in-tablet {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header__list-dropdown .header__list-item_show-in-tablet {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__list_sections {
    width: calc(100% + 32px);
    margin-top: 10px;
    margin-left: -16px;
  }
}
.header__bottom {
  display: inline-flex;
  width: 100%;
  margin-top: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__bottom {
    display: block;
    margin-top: 0;
  }
}
.header__bottom-right {
  display: flex;
  margin-left: auto;
  align-items: center;
}
@media tablet {
  .header__bottom-right {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header__bottom-right {
    display: none;
  }
}
.header__top {
  display: flex;
}
@media (max-width: 1023px) {
  .header__top {
    position: relative;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .header__top:after {
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 100vw;
    height: 1px;
    content: '';
    background-color: #e4e8ed;
  }
}
.header__top-right {
  display: flex;
  margin-left: auto;
  float: left;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__top-right {
    display: none;
  }
}
.header__top-right-right {
  float: right;
}
.header__top-right_phone {
  display: none;
}
@media (max-width: 1023px) {
  .header__top-right_phone {
    display: flex;
  }
}
.header__top-right_phone .btn {
  height: 28px;
}
.header__top .header__label {
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  color: #6d6d73;
}
.header__top .header__label svg {
  margin-left: 5px;
}
.header__top .header__link,
.header__top .header__city-value {
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1200px) {
  .header__top .header__link,
  .header__top .header__city-value {
    font-size: 11px;
    line-height: 16px;
  }
}
.header__top .header__city {
  line-height: 1;
}
.header__top .header__city-value {
  display: inline-flex;
  height: 18px;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__top .header__link {
    font-size: 15px;
  }
}
.header__top .header__link {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
  color: #636363;
}
.header__top .header__link:after {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #dd0a34;
  transition: transform 0.35s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.header__top .header__link:hover {
  color: #dd0a34;
}
.header__top .header__link.active {
  color: #242729;
}
.header__top .header__link.active:after {
  transform: scaleX(1);
}
.header__top .header__link.active:hover {
  color: #dd0a34;
}
.header__bottom .header__link {
  position: relative;
}
.header__bottom .header__link:after {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #dd0a34;
  transition: transform 0.35s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.header__bottom .header__link:hover {
  color: #dd0a34;
}
.header__bottom .header__link.active {
  color: #242729;
}
.header__bottom .header__link.active:after {
  transform: scaleX(1);
}
.header__bottom .header__link.active:hover {
  color: #dd0a34;
}
.header__bottom .header__list.active {
  display: block;
}
.header__search-button {
  width: 24px;
  height: 24px;
  margin-right: 13px;
  color: #dd0a34;
}
.header__search-button svg {
  display: block;
}
.header__hamburger {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 24px;
}
.header__hamburger:before,
.header__hamburger:after,
.header__hamburger span {
  position: absolute;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #242729;
  transition: transform 0.35s;
  transform: translateX(-50%);
  transform-origin: 50% 50%;
}
.header__hamburger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__hamburger:before,
.header__hamburger:after {
  content: '';
}
.header__hamburger:before {
  top: 5px;
}
.header__hamburger:after {
  bottom: 5px;
}
.header__menu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: calc(100% - 48px);
  visibility: hidden;
  overflow: auto;
  background-color: #fff;
  opacity: 0;
  transition: visibility 0s ease 0.35s, opacity 0.35s;
}
.header__menu-inner {
  padding-top: 70px;
  padding-bottom: 40px;
}
.header__menu-top {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e4e8ed;
}
.header__menu-bottom .header__menu-list {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
  color: #6d6d73;
}
.header__menu-bottom .header__menu-item {
  margin-bottom: 16px;
}
.header__menu-bottom .header__menu-item .topmenuborder {
  margin-top: 8px;
  padding-top: 20px;
  padding-bottom: 12px;
  border-top: 1px solid #e4e8ed;
}
.header__menu-bottom .header__menu-item:first-child .topmenuborder {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0 solid #e4e8ed;
}
.header__menu-bottom .header__menu-item:last-child {
  margin-bottom: 0;
}
.header__menu-bottom .header__menu-link {
  line-height: 22px;
  color: #6d6d73;
}
.header__menu-search {
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 60px;
  padding: 24px 16px 0;
  background-color: #fff;
}
.header__menu-search .field .field__icon {
  right: 12px;
  left: auto;
}
.header__menu-search .field .field__clear {
  display: none;
}
.header__menu-search .field input {
  padding: 11px 47px 13px 16px;
  line-height: 22px;
}
.header__dropdown-title {
  position: relative;
  padding: 10px 0;
  font-size: 17px;
}
.header__dropdown-title::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url("../images/icons/arrow-left.svg");
  opacity: 0;
  transition: transform 200ms ease-in, opacity 200ms ease-in;
  transform: translateX(3px);
}
.header__dropdown-title::after {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url("../images/icons/arrow-right.svg");
  transition: opacity 200ms ease-in;
}
.header__dropdown-title span {
  display: block;
  transition: transform 0.35s;
}
.header__dropdown-content {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 200ms ease-in;
}
.header__dropdown-body {
  padding: 10px 0;
}
.header__dropdown.open .header__dropdown-title {
  font-weight: 700;
}
.header__dropdown.open .header__dropdown-title:before {
  opacity: 1;
  transform: translateX(0);
}
.header__dropdown.open .header__dropdown-title:after {
  opacity: 0;
}
.header__dropdown.open .header__dropdown-title span {
  transform: translateX(28px);
}
.header__section {
  margin-bottom: 24px;
}
.header__section:last-child {
  margin-bottom: 0;
}
.header__section-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
}
.header__section .header__menu-item {
  margin-bottom: 16px;
}
.header__section .header__menu-item:last-child {
  margin-bottom: 0;
}
.header__section .header__menu-link {
  line-height: 22px;
  color: #6d6d73;
}
.header.show-menu .header__hamburger:before {
  transform: rotate(-45deg) translateX(-50%);
}
.header.show-menu .header__hamburger:after {
  transform: rotate(45deg) translateX(-50%);
}
.header.show-menu .header__hamburger span {
  opacity: 0;
}
.header.show-menu .header__menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s ease, opacity 0.35s;
}
.header_white {
  background-color: #fff;
}
.header_map-view {
  background-color: #fff;
}
@media (max-width: 1023px) {
  .header_map-view {
    background-color: #f7f7fa;
  }
}
@media (max-width: 1023px) {
  .header_map-view .header__top {
    padding-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .header_map-view .header__top:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header_map-view .header__top .header__list_sections {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header_map-view .header__bottom {
    display: none;
  }
}
.header.js-header {
  opacity: 0;
}
.header .priority-nav {
  white-space: nowrap;
}
.header .priority-nav ul {
  display: inline-block;
}
.header .priority-nav li {
  display: inline-block;
}
.header .priority-nav__wrapper {
  position: relative;
}
.header .priority-nav__dropdown {
  position: absolute;
}
.header .priority-nav-is-visible {
  visibility: visible;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  color: #6d6d73;
}
.header .priority-nav-is-visible:after {
  position: absolute;
  top: 6px;
  right: -12px;
  width: 8px;
  height: 6px;
  content: '';
  background: url("/assets/images/icons/dropdown.png") 0 0 no-repeat;
  background-size: 100%;
}
.header .priority-nav-is-hidden {
  visibility: hidden;
}
.header nav {
  position: relative;
  white-space: nowrap;
}
.header .wrapper--big {
  width: 630px;
  min-width: 560px;
  max-width: -webkit-max-content;
  max-width: max-content;
  overflow: initial;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .header .wrapper--big {
    max-width: none;
    margin-left: -15px;
    float: none;
  }
}
.header .wrapper--promo {
  float: left;
  max-width: 1005px;
  min-width: 250px;
  width: inherit;
  overflow: initial;
}
@media (max-width: 1200px) {
  .header .wrapper--promo {
    max-width: 853px;
  }
}
@media (max-width: 1023px) {
  .header .wrapper--promo {
    max-width: none;
    margin-top: 0;
    margin-left: -15px;
    padding: 12px 16px;
    float: none;
  }
}
.header .wrapper--promo .priority-nav-is-visible {
  font-size: 15px;
  color: #242729;
}
.header .priority-nav ul.nav__dropdown {
  top: calc(100% + 3px);
  left: 0;
  display: none;
  padding: 15px 20px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  opacity: 0;
  box-shadow: 0 6px 20px rgba(79,105,118,0.1);
}
.header .priority-nav ul.nav__dropdown .header__list-item {
  min-width: 190px;
  margin-right: 0;
}
.header .priority-nav ul.nav__dropdown .header__link {
  display: block;
  padding: 5px 0;
}
.header .priority-nav ul.nav__dropdown.show {
  z-index: 4;
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1023px) {
  .header .nav__dropdown:after {
    right: auto;
  }
}
.header .nav__dropdown-wrapper {
  display: inline-block;
}
.header .nav__dropdown li {
  display: block;
}
.header .no-overflow {
  overflow: initial;
}
@media (max-width: 1023px) {
  .header .no-overflow {
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .header .header__list-wrapper {
    margin-left: -16px;
  }
}
.footer {
  padding: 40px 0;
  background-color: #f7f7fa;
}
@media (max-width: 1023px) {
  .footer {
    padding: 20px 0 24px;
  }
}
.footer__logo {
  width: 91px;
  height: 16px;
  margin-right: 100px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .footer__logo {
    width: 80px;
    height: 14px;
    margin-left: 0;
  }
}
.footer__logo-link,
.footer__logo-img {
  display: block;
}
.footer__logo-img {
  max-width: 100%;
}
.footer__search {
  position: relative;
  width: 832px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .footer__search {
    width: 832px;
  }
}
@media (max-width: 1200px) {
  .footer__search {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .footer__search {
    width: 510px;
  }
}
@media (max-width: 1023px) {
  .footer__search {
    width: 100%;
    margin-top: 16px;
    order: 1;
  }
}
.footer__search-icon {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 24px;
  height: 24px;
}
.footer__search .field {
  max-width: none;
}
.footer__search .field input {
  width: 100%;
  padding: 10px 38px 10px 44px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
}
.footer__search .field input::-webkit-input-placeholder {
  color: #919399;
  opacity: 1;
}
.footer__search .field input:-ms-input-placeholder {
  color: #919399;
  opacity: 1;
}
.footer__search .field input::placeholder {
  color: #919399;
  opacity: 1;
}
.footer__lang {
  margin-left: auto;
}
.footer__lang-select {
  position: relative;
  padding: 10px 33px 10px 12px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  background-color: #fff;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
}
.footer__lang-select:after {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__top {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer__top {
    flex-wrap: wrap;
  }
}
.footer__body {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.footer__nav {
  width: calc((100% * 3 / 4));
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .footer__nav {
    width: 100%;
    padding-bottom: 12px;
  }
}
.footer__nav-col {
  display: inline-block;
  width: calc((100% / 3));
  vertical-align: top;
}
@media (max-width: 1023px) {
  .footer__nav-col {
    display: block;
    width: 100%;
  }
}
.footer__nav-title {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .footer__nav-title {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer__nav-item {
  margin-bottom: 8px;
}
.footer__nav-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .footer__nav-list {
    display: none;
  }
}
.footer__nav-link {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #919399;
  transition: color 0.35s;
}
.footer__nav-link:hover {
  color: #636363;
}
.footer__contacts {
  width: calc((100% / 4));
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .footer__contacts {
    width: 100%;
  }
}
.footer__socials-item {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.footer__socials-item:last-child {
  margin-right: 0;
}
.footer__socials-link {
  display: block;
  color: #dd0a34;
  transition: color 0.35s;
}
.footer__socials-link svg {
  display: block;
}
.footer__socials-link:hover {
  color: #c31639;
}
.footer__phones {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .footer__phones {
    margin-bottom: 20px;
  }
}
.footer__phones-item {
  margin-bottom: 20px;
}
.footer__phones-item:last-child {
  margin-bottom: 0;
}
.footer__phones-link {
  display: inline-block;
  margin-bottom: 2px;
  line-height: 22px;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .footer__phones-link {
    margin-bottom: 0;
    line-height: 24px;
  }
}
.footer__phones-link:hover {
  color: #dd0a34;
}
.footer__phones-caption {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .footer__phones-caption {
    font-size: 11px;
    line-height: 16px;
  }
}
.footer__link {
  font-size: 13px;
  line-height: 18px;
  transition: color 0.35s;
}
.footer__link:hover {
  color: #dd0a34;
}
.footer__services,
.footer__privacy {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .footer__services,
  .footer__privacy {
    width: 100%;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__services .footer__link {
  font-weight: normal;
  width: calc((100% / 4));
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .footer__services .footer__link {
    width: 100%;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
  }
  .footer__services .footer__link:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .footer__services_desktop {
    display: none;
  }
}
.footer__services_mobile {
  display: none;
  margin-bottom: 24px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .footer__services_mobile {
    display: flex;
  }
}
.footer__privacy {
  padding-top: 16px;
  flex-wrap: wrap;
  color: #919399;
}
@media (max-width: 1023px) {
  .footer__privacy {
    padding-top: 24px;
  }
}
.footer__privacy .footer__link {
  display: block;
  width: calc((100% / 4));
  padding-right: 32px;
  font-size: 11px;
  line-height: 16px;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.footer__privacy .footer__link:nth-child(5) {
  width: calc((100% / 2));
}
@media (max-width: 1023px) {
  .footer__privacy .footer__link:nth-child(5) {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .footer__privacy .footer__link {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .footer__privacy .footer__link:last-child {
    margin-bottom: 0;
  }
}
.footer__copyright {
  display: flex;
  padding-top: 16px;
  border-top: 1px solid #e4e8ed;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer__copyright {
    padding-top: 24px;
  }
}
.footer__copyright-text {
  font-size: 11px;
  line-height: 16px;
  color: #919399;
}
.footer__copyright-info {
  display: flex;
  align-items: center;
}
.footer__copyright-info .footer__copyright-text {
  margin-right: 16px;
}
.footer__copyright-link img {
  display: block;
}
.search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 96px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  transition: transform 0.35s;
  transform: translateY(-100%);
}
.search .container {
  height: 100%;
}
.search__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.search__suggestion {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: -1;
  width: 100%;
  padding-left: 64px;
  overflow: hidden;
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
  color: #919399;
}
.search__field {
  width: 100%;
  height: 40px;
  padding-left: 64px;
  font-size: 20px;
  line-height: 26px;
  background-color: transparent;
  border: none;
}
.search__field::-webkit-input-placeholder {
  color: #919399;
  opacity: 1;
}
.search__field:-ms-input-placeholder {
  color: #919399;
  opacity: 1;
}
.search__field::placeholder {
  color: #919399;
  opacity: 1;
}
.search__field-wrapper {
  position: relative;
  width: 1024px;
}
@media (max-width: 1440px) {
  .search__field-wrapper {
    width: 1024px;
  }
}
@media (max-width: 1200px) {
  .search__field-wrapper {
    width: 850px;
  }
}
@media (max-width: 1023px) {
  .search__field-wrapper {
    width: 630px;
  }
}
.search__field-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
.search.show {
  transform: translateY(0);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow-y: auto;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
.modal:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.modal__content {
  position: relative;
  display: inline-flex;
  margin: 30px 0;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  background-color: #fff;
  border-radius: 8px;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .modal__content {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 32px 16px;
    border-radius: 0;
  }
}
.modal__content .text-header {
  margin-bottom: 16px;
  font-weight: bold;
}
.modal__content .text {
  height: 380px;
  overflow-y: auto;
}
.modal__content a {
  color: #dd0a34;
}
.modal__inner {
  width: 100%;
  overflow: hidden;
  font-size: initial;
}
.modal__overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background-color: rgba(36,39,41,0.6);
  transform: translateX(-50%) translateY(-50%);
}
.modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .modal__close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
}
.modal.active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.modal.active .modal-content_qr .apps__link-qr-wrapper {
  padding: 9px;
  background: #fff;
  border-radius: 4px;
  transform: scale(5);
}
.modal_app-qr .modal__content {
  width: 750px;
  height: 500px;
  padding: 40px;
}
.modal_payments .modal__content {
  width: 800px;
  padding: 40px 96px 40px 64px;
}
@media (max-width: 1023px) {
  .modal_payments .modal__content {
    width: 100%;
    margin: 0;
    padding: 32px 16px;
  }
}
.modal_notification .modal__content {
  width: 546px;
  padding: 24px 32px 32px;
}
@media (max-width: 1023px) {
  .modal_notification .modal__content {
    width: 100%;
    margin: 0;
    padding: 32px 16px;
  }
}
.modal_notification .modal__title {
  max-width: 346px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .modal_notification .modal__title {
    max-width: 100%;
    padding-right: 48px;
  }
}
.modal_notification .modal__close {
  top: 24px;
}
@media (max-width: 1023px) {
  .modal .how-to-make__order {
    display: block;
  }
}
.sidebar {
  width: 256px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .sidebar {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .sidebar {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    width: 150px;
  }
}
@media (max-width: 1440px) {
  .sidebar {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .sidebar {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sidebar__list-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .sidebar__list-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    overflow: auto;
  }
}
@media (max-width: 1023px) {
  .sidebar__list {
    white-space: nowrap;
  }
}
.sidebar__item {
  margin-bottom: 16px;
  line-height: 22px;
  cursor: pointer;
}
.sidebar__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .sidebar__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: top;
  }
}
.sidebar__link .link {
  color: inherit;
}
.sidebar__link .link:hover {
  color: #dd0a34;
}
.sidebar__link.active {
  color: #dd0a34;
}
.sidebar__list-inner {
  padding: 16px 0 0 19px;
}
.sidebar__list-inner .sidebar__item {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
}
.sidebar__list-inner .sidebar__item:last-child {
  margin-bottom: 0;
}
.sidebar__content-top {
  margin-right: 0 !important;
}
.sidebar__inner {
  display: none;
}
.sidebar__inner.active {
  display: block;
}
@media (max-width: 1023px) {
  .js-sidebar .grid {
    padding: 0;
  }
}
.static-sidebar {
  width: 256px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .static-sidebar {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .static-sidebar {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .static-sidebar {
    width: 150px;
  }
}
@media (max-width: 1440px) {
  .static-sidebar {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .static-sidebar {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .static-sidebar {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .static-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.static-sidebar__link {
  transition: color 0.35s;
}
.static-sidebar__link:hover {
  color: #dd0a34;
}
.static-sidebar__link.active {
  color: #dd0a34;
}
.static-sidebar__link.submenu-item {
  font-size: 13px;
  line-height: 18px;
}
.static-sidebar__link.menu-item {
  font-size: 15px;
  line-height: 22px;
}
.static-sidebar__list-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .static-sidebar__list-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    overflow: auto;
  }
}
@media (max-width: 1023px) {
  .static-sidebar__list {
    white-space: nowrap;
  }
}
.static-sidebar__item {
  margin-bottom: 12px;
  line-height: 22px;
  cursor: pointer;
}
.static-sidebar__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .static-sidebar__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: top;
  }
}
.static-sidebar__list-inner {
  padding: 16px 0 0 19px;
}
.static-sidebar__list-inner .sidebar__item {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
}
.static-sidebar__list-inner .sidebar__item:last-child {
  margin-bottom: 0;
}
.static-sidebar__content-top {
  margin-right: 0 !important;
}
.static-sidebar__inner {
  display: none;
}
.static-sidebar__inner.active {
  display: block;
}
.cities {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  transition: transform 0.35s;
  transform: translateY(-100%);
}
@media (max-width: 1023px) {
  .cities {
    height: auto;
  }
}
.cities.show {
  transform: translateY(0);
}
.cities__inner {
  position: relative;
  height: 800px;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .cities__inner {
    height: auto;
    padding-top: 25px;
  }
}
.cities__heading {
  padding-right: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .cities__heading {
    font-size: 19px;
    line-height: 25px;
  }
}
.cities__main-list {
  display: flex;
}
@media (max-width: 1023px) {
  .cities__main-list {
    flex-direction: column;
  }
}
.cities__main-item {
  margin-right: 40px;
  padding-bottom: 24px;
  cursor: pointer;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .cities__main-item {
    padding-bottom: 16px;
  }
}
.cities__content {
  height: 646px;
  padding: 32px 0;
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .cities__content {
    height: auto;
  }
}
.cities__groups {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.cities__group {
  width: calc((100% / 4));
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .cities__group {
    width: 100%;
  }
}
.cities__group-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #dd0a34;
}
.cities__group-list {
  font-size: 17px;
  line-height: 24px;
  color: #242729;
}
.cities__group-item {
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  cursor: pointer;
  transition: color 0.35s;
}
.cities__group-item:hover {
  color: #dd0a34;
}
.cities__group-item.active {
  color: #dd0a34;
}
.cities__group-item.active:before {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 14px;
  height: 16px;
  content: '';
  background: url("/assets/images/icons/selected-geolocation.svg") no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .cities__group-item.active:before {
    right: -25px;
    left: auto;
  }
}
.cities__close {
  top: 40px;
  right: 48px;
}
@media (max-width: 1023px) {
  .cities__close {
    top: 25px;
    right: 16px;
  }
}
@media (max-width: 1023px) {
  .info-tile {
    margin-bottom: 48px;
  }
}
.info-tile__header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .info-tile__header {
    display: block;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .info-tile__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.info-tile__image {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .info-tile__image {
    max-height: 145px;
  }
}
.info-tile__image-wrapper {
  width: 240px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .info-tile__image-wrapper {
    position: absolute;
    top: 12px;
    width: 140px;
    margin-top: 0;
    transform: translateX(0%);
  }
}
.info-tile__items {
  display: flex;
  margin-right: -32px;
  margin-bottom: -32px;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .info-tile__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .info-tile__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .info-tile__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .info-tile__items {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.info-tile__items.typography .heading_level_4 {
  margin-bottom: 12px;
}
.info-tile__items-wrapper::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 1023px) {
  .info-tile__items-wrapper {
    margin-right: -16px;
    overflow-x: auto;
  }
}
.info-tile__card {
  position: relative;
  width: calc(((100% - 96px) / 3));
  margin-right: 32px;
  min-height: 280px;
  margin-bottom: 32px;
  padding: 32px 40px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .info-tile__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .info-tile__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .info-tile__card {
    margin-right: 30px;
  }
}
.info-tile__card.cols2 {
  width: calc(((100% - 65px) / 2));
  min-height: 217px;
}
.info-tile__card.cols2:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .info-tile__card {
    width: calc(((100% - 90px) / 3));
  }
  .info-tile__card.cols2 {
    width: calc(((100% - 60px) / 2));
  }
  .info-tile__card.cols2:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .info-tile__card {
    display: block;
    width: calc(100% - 16px);
    min-height: 90px;
    margin-right: 12px;
    margin-bottom: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .info-tile__card.cols2 {
    width: calc(100% - 16px);
  }
  .info-tile__card:last-child {
    margin-right: 16px;
  }
}
.info-tile__card.card {
  padding: 32px;
}
@media (max-width: 1023px) {
  .info-tile__card.card {
    padding: 16px;
  }
}
.info-tile__card.card.info-tile__card_first {
  padding: 32px 42px;
}
@media (max-width: 1023px) {
  .info-tile__card.card.info-tile__card_first {
    padding: 16px;
  }
}
.info-tile__card-body {
  position: relative;
  padding: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: auto;
}
.info-tile__card-body:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 120px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .info-tile__card-body:before {
    top: -5px;
    min-height: 10px;
  }
}
.info-tile__card-body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 50%;
  background-color: #f7f7fa;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1200px) {
  .info-tile__card-body {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .info-tile__card-body {
    z-index: 3;
    padding: 0;
  }
}
.info-tile__card-inner {
  max-width: 275px;
  max-height: 100%;
}
@media (max-width: 1023px) {
  .info-tile__card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }
}
.info-tile__card-caption {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .info-tile__card-caption {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 18px;
  }
}
.info-tile__card-title {
  display: block;
  margin-bottom: 12px;
  color: #242729;
}
@media (max-width: 1023px) {
  .info-tile__card-title {
    max-width: 100%;
    font-size: 17px;
    line-height: 21px;
  }
}
.info-tile__card-title:hover {
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .info-tile__card-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.info-tile__card-link {
  display: none;
  margin-top: auto;
  background-color: transparent;
  align-items: center;
}
@media (max-width: 1023px) {
  .info-tile__card-link {
    display: inline-flex;
  }
}
.info-tile__card.cols2 .info-tile__card-body {
  position: relative;
  padding: 0;
  background-color: transparent;
  overflow: auto;
}
@media (max-width: 1023px) {
  .info-tile__card.cols2 .info-tile__card-body {
    position: relative;
    padding: 0;
    background-color: #f7f7fa;
    width: calc(100% - 140px);
  }
}
@media (max-width: 1023px) {
  .info-tile__card.cols2 .info-tile__card-body.with-no-img {
    position: relative;
    padding: 0;
    background-color: #f7f7fa;
    width: 100%;
  }
}
.info-tile__card.cols2 .info-tile__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .info-tile__card.cols2 .info-tile__image {
    position: relative;
    top: 0%;
    left: 0%;
    max-height: 100%;
    max-width: 140px;
    transform: translate(0%, 0%);
  }
}
.info-tile__card.cols2 .info-tile__image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 224px;
  max-width: none;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .info-tile__card.cols2 .info-tile__image-wrapper {
    width: 224px;
  }
}
@media (max-width: 1023px) {
  .info-tile__card.cols2 .info-tile__image-wrapper {
    width: 140px;
    position: relative;
    display: flex;
    align-self: center;
  }
}
@media (max-width: 1023px) {
  .info-tile__card.cols2 {
    display: flex;
    min-height: 140px;
  }
}
.info-tile__card_first {
  display: flex;
  width: calc(((100% - 96px) * 2 / 3) + 30px);
}
@media (max-width: 1200px) {
  .info-tile__card_first {
    width: calc(((100% - 90px) * 2 / 3) + 30px);
  }
}
@media (max-width: 1023px) {
  .info-tile__card_first {
    width: calc(100% - 16px);
  }
}
.info-tile__card_first .info-tile__card-body {
  position: relative;
  padding: 0;
  background-color: transparent;
  overflow: auto;
}
@media (max-width: 1023px) {
  .info-tile__card_first .info-tile__card-body {
    position: relative;
    padding: 0;
    background-color: #f7f7fa;
    width: calc(100% - 140px);
  }
}
.info-tile__card_first .info-tile__card-inner {
  display: flex;
  width: 270px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .info-tile__card_first .info-tile__card-inner {
    width: 100%;
  }
}
.info-tile__card_first .info-tile__card-description {
  width: 100%;
}
.info-tile__card_first .info-tile__card-link {
  display: inline-flex;
}
.info-tile__card_first .info-tile__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .info-tile__card_first .info-tile__image {
    position: relative;
    top: 0%;
    left: 0%;
    max-height: 100%;
    max-width: 140px;
    transform: translate(0%, 0%);
  }
}
.info-tile__card_first .info-tile__image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 405px;
  max-width: none;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .info-tile__card_first .info-tile__image-wrapper {
    width: 360px;
  }
}
@media (max-width: 1023px) {
  .info-tile__card_first .info-tile__image-wrapper {
    width: 140px;
    position: relative;
    display: flex;
    align-self: center;
  }
}
.info-tile__card_theme_default .info-tile__card-body:before {
  background-color: #f7f7fa;
}
.info-tile__features-item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .info-tile__features-item {
    padding-right: 10px;
    padding-left: 14px;
    font-size: 13px;
    line-height: 18px;
  }
}
.info-tile__features-item:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #dd0a34;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .info-tile__features-item:before {
    width: 4px;
    height: 4px;
  }
}
.info-tile__features-item:last-child {
  margin-bottom: 0;
}
.info-tile .table_tariffs {
  margin-bottom: 32px;
}
.info-tile .table_tariffs .table__value ul {
  list-style-type: none;
}
@media (max-width: 1023px) {
  .info-tile .table_tariffs .table__value ul li {
    font-size: 13px;
  }
}
.info-tile .table_tariffs .table__value ul ul {
  list-style-type: none;
  margin-top: 8px;
}
.info-tile .table_tariffs .table__value ul ul li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  content: '';
  background-color: #242729;
  border-radius: 0;
}
.heading_level_1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1023px) {
  .heading_level_1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.heading_level_2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 1023px) {
  .heading_level_2 {
    font-size: 19px;
    line-height: 25px;
  }
}
.heading_level_3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .heading_level_3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.heading_level_4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .heading_level_4 {
    font-size: 17px;
    line-height: 24px;
  }
}
.heading_level_5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.heading_level_6 {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .heading_level_6 {
    font-size: 11px;
    line-height: 16px;
  }
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #dd0a34;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.icon-rub {
  background-image: url("../images/icons/icon-rub-white.svg");
}
.icon-usd {
  background-image: url("../images/icons/icon-usd-white.svg");
}
.icon-eur {
  background-image: url("../images/icons/icon-eur-white.svg");
}
.icon-top {
  height: auto;
  align-items: baseline;
}
.icon-top__desc p {
  margin-bottom: 8px !important;
}
.icon-top__desc p+p {
  margin-bottom: 0 !important;
  font-size: 13px;
  color: $gray;
}
.paragraph {
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .typography h3 {
    margin-bottom: 7px;
  }
}
.typography .accordion,
.typography p {
  margin-bottom: 24px;
}
.typography h1:last-child,
.typography h2:last-child,
.typography h3:last-child,
.typography h4:last-child,
.typography h5:last-child,
.typography h6:last-child,
.typography p:last-child {
  margin-bottom: 0;
}
.typography a {
  transition: color 0.35s;
}
.typography a:hover {
  color: #242729;
}
.typography ul,
.typography ol {
  width: 100%;
  list-style: none;
}
.typography ul li,
.typography ol li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 22px;
}
.typography ul li:last-child,
.typography ol li:last-child {
  margin-bottom: 0;
}
.typography ul li {
  position: relative;
  padding-left: 18px;
}
.typography ul li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  vertical-align: middle;
  content: '';
  background-color: #dd0a34;
  border-radius: 2px;
}
.typography ul li.icon {
  display: flex;
  width: auto;
  min-height: 42px;
  margin-bottom: 24px;
  padding-left: 58px;
  background-color: transparent;
  align-items: center;
  flex-flow: wrap;
}
.typography ul li.icon.withpadd {
  padding-bottom: 100px;
}
.typography ul li.icon.withpadd p {
  padding-top: 8px;
}
@media (max-width: 1023px) {
  .typography ul li.icon {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.typography ul li.icon:last-child {
  margin-bottom: 0;
}
.typography ul li.icon:before {
  top: 0;
  width: 42px;
  height: 42px;
  background-color: #f7f7fa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 8px;
}
.typography ul li.icon-age:before {
  background-image: url("/assets/images/icons/icon-age.svg");
}
.typography ul li.icon-card:before {
  background-image: url("/assets/images/icons/icon-card.svg");
}
.typography ul li.icon-place:before {
  background-image: url("/assets/images/icons/icon-place.svg");
}
.typography ul li.icon-documents:before {
  background-image: url("/assets/images/icons/icon-documents.svg");
}
.typography ul li.icon-bank:before {
  background-image: url("/assets/images/icons/bank.svg");
}
.typography ul li.icon-passport:before {
  background-image: url("/assets/images/icons/icon-passport.svg");
}
.typography ul li.icon-person:before {
  background-image: url("/assets/images/icons/person.svg");
}
.typography ul li.icon-partmone:before {
  background-image: url("/assets/images/icons/partmone.svg");
}
.typography ul li.icon-money:before {
  background-image: url("/assets/images/icons/money.svg");
}
.typography ul li.icon-email:before {
  background-image: url("/assets/images/icons/email.svg");
}
.typography ol {
  counter-reset: item;
}
.typography ol li {
  position: relative;
  display: flex;
  counter-increment: item;
}
.typography ol li::before {
  display: block;
  margin-right: 12px;
  font-weight: bold;
  content: counter(item) '.';
  color: #dd0a34;
}
.typography ol li .helper {
  margin-left: 8px;
}
.typography ol ul {
  padding-top: 12px;
  padding-left: 24px;
}
.typography ol ul li:before {
  content: '';
}
.typography__subtitle {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
.helper {
  position: relative;
  display: inline;
  margin-left: 16px;
}
@media (min-width: 1024px) {
  .helper:hover .helper__text {
    visibility: visible;
    opacity: 1;
  }
  .helper:hover .helper__icon:before {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .helper.active .helper__text {
    visibility: visible;
    opacity: 1;
  }
  .helper.active .helper__icon:before {
    opacity: 1;
  }
}
.helper__icon {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  background: url("../images/icons/helper-grey.svg");
}
.helper__icon:before {
  position: absolute;
  top: -50%;
  left: -100%;
  width: 300%;
  height: 200%;
  content: '';
  background-image: url("../images/icons/helper.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.35s;
}
.helper__text {
  position: absolute;
  top: calc(100% + 8px);
  left: -15px;
  z-index: 1;
  display: block;
  width: 210px;
  padding: 10px 12px;
  visibility: hidden;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  background-color: #242729;
  border-radius: 4px;
  opacity: 0;
}
.helper__text::before {
  position: absolute;
  top: -6px;
  left: 15px;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  background-color: #242729;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .helper__text::before {
    content: none;
  }
}
@media (max-width: 1023px) {
  .helper__text {
    position: fixed;
    top: auto;
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    transform: translateX(-50%);
  }
}
.accordion {
  cursor: pointer;
}
.accordion__button {
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .accordion__button {
    font-size: 13px;
    line-height: 18px;
  }
}
.accordion__button::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  content: '';
  background-image: url("../images/icons/arrow-down.svg");
  transition: transform 200ms ease-in;
  transform: rotate(0);
}
.accordion__panel {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 200ms ease-in;
}
.accordion__panel-container {
  padding-top: 24px;
  padding-left: 32px;
}
@media (max-width: 1023px) {
  .accordion__panel-container {
    padding-top: 13px;
    padding-left: 0;
  }
}
.accordion_open .accordion__panel {
  transition: max-height 200ms ease-out;
}
.accordion_open .accordion__button::after {
  transition: transform 200ms ease-out;
  transform: rotate(-180deg);
}
@media (max-width: 1023px) {
  .finance-table {
    margin-right: -16px;
  }
}
.finance-table__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .finance-table__title {
    display: none;
  }
}
.finance-table__table {
  width: 100%;
}
.finance-table__table::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 1023px) {
  .finance-table__table {
    overflow: hidden;
    overflow-x: auto;
  }
}
.finance-table__table .table__header,
.finance-table__table .table__row {
  display: flex;
  width: 100%;
  align-items: baseline;
}
.finance-table__table .table__header {
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .finance-table__table .table__header {
    display: table-header-group;
    padding-bottom: 0;
    border: none;
  }
}
.finance-table__table .table__header .table__column {
  vertical-align: middle;
}
.finance-table__table .table__header .table__column:first-child {
  font-size: 13px;
  line-height: 18px;
  color: transparent;
}
@media (max-width: 1023px) {
  .finance-table__table .table__header .table__column:first-child {
    color: #242729;
  }
}
.finance-table__table .table__row {
  margin-bottom: 0;
  padding-top: 24px;
}
@media (max-width: 1023px) {
  .finance-table__table .table__row {
    display: table-row;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .finance-table__table .table__column {
    display: table-cell;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: bottom;
  }
}
.finance-table__table .table__column ul {
  padding-top: 25px;
  color: #636363;
}
@media (max-width: 1023px) {
  .finance-table__table .table__column ul {
    padding-top: 16px;
  }
}
.finance-table__table .table__column ul li {
  margin-bottom: 24px;
  line-height: 16px;
}
@media (max-width: 1023px) {
  .finance-table__table .table__column ul li {
    display: flex;
    min-height: 32px;
    margin-bottom: 16px;
    align-items: center;
  }
}
.finance-table__table .table__column ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .finance-table__table .table__column:not(:first-child) {
    width: auto !important;
    padding: 8px 16px;
    white-space: nowrap;
  }
}
@media (max-width: 1023px) {
  .finance-table__table .table__column:first-child {
    width: auto !important;
    min-width: 164px;
    font-size: 11px;
    line-height: 16px;
    border-right: 1px solid rgba(228,232,237,0.4);
  }
}
.finance-table__table .table__column:first-child ul {
  padding-left: 44px;
}
@media (max-width: 1023px) {
  .finance-table__table .table__column:first-child ul {
    padding-left: 14px;
  }
}
@media (max-width: 1023px) {
  .finance-table__table .table__column:nth-child(2) {
    padding-left: 24px;
  }
}
.note {
  color: #919399;
  font-size: 13px;
}
.btn {
  position: relative;
  background-color: #fff;
  transition: background-color 0.35s, color 0.35s, border-color 0.35s, box-shadow 0.35s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
/* Sizes */
/* Style */
/* State */
/* Combinators */
}
.btn_XS {
  border-radius: 4px;
  font-size: 11px;
  line-height: 16px;
  padding: 6px 12px;
}
.btn_M,
.btn_S {
  padding: 0 16px;
  border-radius: 4px;
}
.btn_S {
  height: 36px;
  font-size: 13px;
}
.btn_M {
  height: 40px;
  font-size: 15px;
}
@media (max-width: 1023px) {
  .btn_M {
    height: 36px;
    font-size: 13px;
    line-height: 18px;
  }
}
.btn_L {
  height: 56px;
  padding: 0 32px;
  font-size: 17px;
  line-height: 24px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .btn_L {
    border-radius: 4px;
  }
}
.btn_primary {
  color: #fff;
  background-color: #dd0a34;
}
.btn_primary:hover,
.btn_primary.btn_hover {
  background-color: #c31639;
}
.btn_primary.btn_disabled,
.btn_primary.btn_disabled:hover,
.btn_primary.btn_disabled.btn_hover {
  color: #f7f7fa;
  background-color: #636363;
}
.btn_outline {
  color: #dd0a34;
  border: 1px solid #dd0a34;
}
.btn_outline:hover,
.btn_outline.btn_hover {
  color: #242729;
  border-color: #242729;
}
.btn_shadow {
  color: #dd0a34;
  border: 1px solid #fff;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.btn_shadow:hover,
.btn_shadow.btn_hover {
  color: #242729;
  box-shadow: 0 0 16px rgba(79,105,118,0.2);
}
.btn_disabled,
.btn_disabled:hover,
.btn_disabled.btn_hover {
  pointer-events: none;
  cursor: default;
}
.btn__full {
  width: 100%;
}
.btn__icon {
  padding: 0;
  text-align: center;
}
.btn__icon.btn_S {
  width: 36px;
}
.btn__icon.btn_M {
  width: 40px;
}
.btn__icon.btn_L {
  width: 56px;
}
.btn__transparent {
  background-color: transparent;
}
.btn img {
  vertical-align: middle;
}
.btn__text {
  transition: opacity 0.35s;
}
.btn__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/loader.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.35s;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  animation-timing-function: linear;
}
.btn.loading .btn__text {
  opacity: 0;
}
.btn.loading .btn__loader {
  opacity: 1;
  animation: loader 0.75s infinite;
}
@keyframes loader {
  0% {
    transform: rotate(0) translate(-50%, -50%);
    -webkit-transform: rotate(0) translate(-50%, -50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
  }
}
.lang {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lang__input {
  position: absolute;
  top: 0;
  left: 0;
}
.lang__input:checked ~ .lang__list {
  display: block;
}
.lang__label {
  position: relative;
  display: block;
  padding: 10px 28px 10px 12px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  color: #dd0a34;
  background-color: #fff;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
}
.lang__label:after {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.lang__list {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e4e8ed;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.lang__list-item {
  padding: 11px 12px;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  color: #636363;
  transition: background-color 0.35s;
}
.lang__list-item:hover {
  background-color: #f7f7fa;
}
.link {
  color: #dd0a34;
  transition: all 0.35s;
}
.link:hover {
  color: #242729;
}
.link-dropdown__button {
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  color: #dd0a34;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .link-dropdown__button {
    font-size: 13px;
    line-height: 18px;
  }
}
.link-dropdown__button::after {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  content: '';
  background-image: url("../images/icons/arrow-down.svg");
  transition: transform 200ms ease-in;
  transform: rotate(0);
}
@media (max-width: 1023px) {
  .link-dropdown__button::after {
    top: 1px;
  }
}
.link-dropdown__button-text {
  display: inline-block;
  border-bottom: 1px dashed #dd0a34;
  transition: border-color 0.35s;
}
.link-dropdown__button:hover {
  color: #c31639;
}
.link-dropdown__button:hover .link-dropdown__button-text {
  border-color: #c31639;
}
.link-dropdown__panel {
  max-height: 0;
  overflow-y: hidden;
  color: #636363;
  transition: max-height 200ms ease-in;
}
.link-dropdown__panel-container {
  padding-top: 24px;
  padding-left: 32px;
}
@media (max-width: 1023px) {
  .link-dropdown__panel-container {
    padding-top: 13px;
    padding-left: 13px;
  }
}
.link-dropdown_open > .link-dropdown__button {
  color: #242729;
}
.link-dropdown_open > .link-dropdown__button-text {
  border-bottom: 1px dashed #242729;
}
.link-dropdown_open > .link-dropdown__panel {
  transition: max-height 200ms ease-out;
}
.link-dropdown_open > .link-dropdown__button::after {
  transition: transform 200ms ease-out;
  transform: rotate(-180deg);
}
.card {
  padding: 24px 32px 32px;
  background-color: #f7f7fa;
  border-radius: 8px;
}
.categories {
  margin-bottom: -12px;
}
.categories__item {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #636363;
  border-radius: 4px;
  transition: color 0.35s;
}
.categories__item-text {
  padding: 7px 12px;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
  transition: color 0.35s, border-color 0.35s;
}
.categories__item-text:hover {
  color: #dd0a34;
}
.categories__item-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.categories__item-input:checked + .categories__item-text {
  color: #dd0a34;
  border-color: #dd0a34;
}
.checkbox__icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #e3e3e8;
  border-radius: 2px;
  transition: background-color 0.35s;
  flex-shrink: 0;
}
.checkbox__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("/assets/images/icons/checkbox.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.35s;
}
.checkbox__wrapper {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: flex-start;
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__icon:before {
  opacity: 1;
}
@media (max-width: 1023px) {
  .checkbox__caption {
    font-size: 13px;
    line-height: 18px;
  }
}
.checkbox__info {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 200ms ease-in;
}
.checkbox__info-button {
  border-bottom: 1px dashed #242729;
}
.checkbox__info-container {
  padding-top: 24px;
  padding-left: 32px;
  font-size: 15px;
  line-height: 25px;
  color: #636363;
}
@media (max-width: 1023px) {
  .checkbox__info-container {
    padding-top: 20px;
    padding-left: 0;
    font-size: 13px;
    line-height: 26px;
  }
}
.checkbox__info-container p {
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 1023px) {
  .checkbox__info-container p {
    font-size: 13px;
    line-height: 26px;
  }
}
.checkbox:hover .checkbox__icon {
  background-color: #cbcbd0;
}
.field {
  position: relative;
  max-width: 448px;
}
.field__description {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .field__description {
    max-width: 85%;
    margin-bottom: 31px;
    font-size: 11px;
    line-height: 16px;
  }
}
.field__label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #636363;
}
@media (max-width: 1023px) {
  .field__label {
    font-size: 11px;
    line-height: 16px;
  }
}
.field__error {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  font-size: 11px;
  line-height: 16px;
  color: #dd0a34;
}
.field__info {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.field__input-caption {
  position: absolute;
  top: 44px;
  right: 15px;
  line-height: 22px;
  color: #919399;
}
@media (max-width: 1023px) {
  .field__input-caption {
    top: 36px;
    font-size: 13px;
    line-height: 18px;
  }
}
.field__autosuggest input,
.field__input {
  width: 100%;
  background-color: #f7f7fa;
  border: 1px solid #f7f7fa;
  border-radius: 6px;
  transition: border-color 0.35s;
}
.field__autosuggest input {
  padding: 9px 30px 9px 47px;
  border-radius: 4px;
}
.field__autosuggest-suggestion {
  position: relative;
  display: flex;
  padding: 17px 16px;
  line-height: 22px;
  cursor: pointer;
  padding-right: 208px;
  transition: background-color 0.35s;
}
@media (max-width: 1440px) {
  .field__autosuggest-suggestion {
    padding-right: 208px;
  }
}
@media (max-width: 1200px) {
  .field__autosuggest-suggestion {
    padding-right: 170px;
  }
}
@media (max-width: 1023px) {
  .field__autosuggest-suggestion {
    padding-right: 120px;
  }
}
@media (max-width: 1023px) {
  .field__autosuggest-suggestion {
    padding: 16px;
  }
}
.field__autosuggest-suggestion:hover {
  background-color: #f7f7fa;
}
.field__autosuggest-suggestion_button {
  width: 100%;
  padding-right: 16px;
  text-align: left;
  color: #dd0a34;
}
.field__autosuggest-suggestion_atms {
  display: block;
  padding: 12px 24px;
}
.field__autosuggest-suggestion_atms .field__autosuggest-type {
  position: relative;
  top: 0;
  right: 0;
  transform: translateY(0);
}
.field__autosuggest-icon {
  display: inline-block;
  margin-right: 16px;
}
.field__autosuggest-top,
.field__autosuggest-bottom {
  display: flex;
  justify-content: space-between;
}
.field__autosuggest-top {
  margin-bottom: 4px;
}
.field__autosuggest-city,
.field__autosuggest-distance,
.field__autosuggest-type {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.field__autosuggest-type {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .field__autosuggest-type {
    display: none;
  }
}
.field__autosuggest-value {
  font-weight: bold;
}
.field__autosuggest .autosuggest__results-container {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
/* total width */
/* background of the scrollbar except button or resizer */
/* scrollbar itself */
/* set button(top and bottom of the scrollbar) */
}
.field__autosuggest .autosuggest__results-container::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.field__autosuggest .autosuggest__results-container::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.1);
}
.field__autosuggest .autosuggest__results-container::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border: 5px solid #fff;
  border-radius: 16px;
}
.field__autosuggest .autosuggest__results-container::-webkit-scrollbar-thumb:hover {
  border: 4px solid #fff;
}
.field__autosuggest .autosuggest__results-container::-webkit-scrollbar-button {
  display: none;
}
.field__autosuggest .autosuggest__results-container::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.05);
}
@media (max-width: 1023px) {
  .field__input {
    height: 48px;
  }
}
.field__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.field_large .field__input {
  padding: 14px 84px 14px 16px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .field_large .field__input {
    padding: 12px 84px 12px 16px;
    font-size: 15px;
  }
}
.field_caption .field__input {
  padding-right: 124px;
}
.field__hint {
  padding-left: 10px;
  color: #919399;
}
.field__caption {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.field__caption-value {
  position: absolute;
  top: calc(100% + 8px);
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .field__caption-value {
    font-size: 11px;
    line-height: 16px;
  }
}
.field__caption-value_min {
  left: 0;
}
.field__caption-value_max {
  right: 0;
}
.field__years {
  position: absolute;
  right: 24px;
  bottom: 17px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
.field__select {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 69px;
  height: 54px;
  padding-right: 18px;
}
.field__select:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  content: '';
  background-color: #ced3d9;
  transform: translateY(-50%);
}
.field__select .vs__dropdown-toggle {
  height: 100%;
  padding: 0;
  border: none;
  justify-content: flex-end;
}
.field__select .vs__dropdown-menu {
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  min-width: auto;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.field__select .vs__dropdown-option {
  padding: 18px 0;
  font-weight: 700;
  text-align: center;
  color: #dd0a34;
  transition: background 0.35s, color 0.35s;
}
.field__select .vs__dropdown-option--highlight {
  background: #f7f7fa;
}
.field__select .vs__actions {
  position: relative;
  width: 16px;
  margin-left: 3px;
  padding: 0;
}
.field__select .vs__actions:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.field__select .vs__search {
  position: absolute;
}
.field__select .vs__selected {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #dd0a34;
  border: none;
}
.field__select .vs__selected-options {
  flex-grow: 0;
  flex-basis: auto;
}
.field__select .vs__open-indicator {
  display: none;
}
.field__select.vs--open .vs__actions {
  position: relative;
  width: 16px;
  padding: 0;
}
.field__select.vs--open .vs__actions:before {
  transform: translateY(-50%) rotate(-180deg);
}
.field__select.vs--open .vs__selected {
  position: relative;
  opacity: 1;
}
.field .vue-slider {
  position: absolute;
  left: 0;
  bottom: -5.5px;
  width: 100%;
}
.field_checkbox,
.field_checkbox_large {
  display: inline-flex;
  max-width: none;
  padding: 8px 0;
  align-items: center;
}
.field_checkbox .field__wrapper,
.field_checkbox_large .field__wrapper {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: flex-start;
}
.field_checkbox .field__icon,
.field_checkbox_large .field__icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #e3e3e8;
  border-radius: 2px;
  transition: background-color 0.35s;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .field_checkbox .field__icon,
  .field_checkbox_large .field__icon {
    margin-right: 16px;
  }
}
.field_checkbox .field__icon:before,
.field_checkbox_large .field__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("/assets/images/icons/checkbox.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.35s;
}
.field_checkbox .field__caption,
.field_checkbox_large .field__caption {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .field_checkbox .field__caption,
  .field_checkbox_large .field__caption {
    font-size: 13px;
    line-height: 18px;
  }
}
.field_checkbox .field__caption .helper,
.field_checkbox_large .field__caption .helper {
  margin-left: 6px;
}
.field_checkbox .field__input,
.field_checkbox_large .field__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.field_checkbox .field__input:checked + .field__icon:before,
.field_checkbox_large .field__input:checked + .field__icon:before {
  opacity: 1;
}
.field_checkbox .field__link,
.field_checkbox_large .field__link {
  color: #dd0a34;
  border-bottom: 1px dashed #dd0a34;
}
.field_checkbox:hover .field__icon,
.field_checkbox_large:hover .field__icon {
  background-color: #cbcbd0;
}
.field_checkbox_large {
  max-width: 100%;
}
.field_radio {
  display: inline-flex;
  align-items: center;
}
.field_radio .field__wrapper {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.field_radio .field__icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #919399;
  background-color: #fff;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.field_radio .field__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.field_radio .field__input:checked + .field__icon {
  color: #fff;
  background-color: #dd0a34;
  border: 1px solid #dd0a34;
}
.field_radio:hover .field__icon {
  background-color: #f7f7fa;
}
.field_radio.form__field .field__icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-width: 2px;
}
.field_radio.form__field .field__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  background-color: #dd0a34;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.35s ease;
  transform: translate(-50%, -50%);
}
.field_radio.form__field .field__input:checked + .field__icon {
  background-color: transparent;
  border-color: #e4e8ed;
}
.field_radio.form__field .field__input:checked + .field__icon:before {
  opacity: 1;
}
.field_search .field__icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.field_search .field__input {
  padding: 8px 38px 8px 47px;
  line-height: 22px;
  border-radius: 4px;
}
.field_error .field__input,
.field_error .field__datepicker-input {
  border-color: #dd0a34;
}
.field__input::-ms-clear {
  display: none;
}
.field__input_textarea {
  height: 48px;
}
@media (max-width: 350px) {
  .field__input_textarea {
    height: 72px;
  }
}
.form__header {
  margin-bottom: 24px;
}
.form__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.form__subtitle {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.form__hr {
  margin-top: 34px;
  margin-bottom: 24px;
  border: none;
  border-top: 1px solid #e4e8ed;
}
.form__row {
  position: relative;
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .form__row {
    flex-wrap: wrap;
  }
}
.form__row:last-child {
  margin-bottom: 0;
}
.form__row_fields {
  align-items: flex-end;
}
.form__row_top {
  align-items: flex-start;
}
.form__row_without-margin-bottom {
  margin-bottom: 0;
}
.form__row_without-jsc {
  justify-content: flex-start;
}
.form__row_position {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .form__row_position {
    position: relative;
  }
}
.form__group {
  margin-bottom: 34px;
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__label {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .form__label {
    font-size: 11px;
    line-height: 16px;
  }
}
.form__fields {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .form__fields {
    margin-bottom: 32px;
  }
}
.form__field {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.form__field:last-child {
  margin-bottom: 0;
}
.form__field .field__input {
  padding-right: 16px;
}
.form__field.field_radio {
  display: inline-block;
  width: auto;
  margin-right: 42px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .form__field.field_radio {
    margin-right: 26px;
  }
}
.form__field.field_radio .field__wrapper {
  display: flex;
}
.form__field.field_radio .field__caption {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .form__field.field_radio .field__caption {
    font-size: 13px;
    line-height: 18px;
  }
}
.form__checkbox {
  padding: 0;
}
.form__currencies {
  margin-bottom: 24px;
}
.form__currency {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 24px;
  color: #6d6d73;
}
.form__radio-buttons {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}
.form__radio-buttons .field {
  margin-bottom: 18px;
}
.form__radio-buttons .field:last-child {
  margin-bottom: 0;
}
.form__col-button {
  text-align: left;
}
@media (max-width: 1023px) {
  .form__col-button {
    text-align: center;
  }
}
.form__col-button_border {
  margin-bottom: 16px;
  border-bottom: 1px solid #e4e8ed;
}
.form__col_half {
  width: calc(((100% - 32px) / 2));
}
@media (max-width: 1023px) {
  .form__col_half {
    width: calc(((100% - 12px) / 2));
  }
}
.form__col_2x-half {
  width: calc(((100% - 12px) / 4));
  margin-right: 32px;
}
.form__col_2x-half:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .form__col_2x-half {
    width: calc(((100% - 12px) / 2));
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .form__col_2x-half {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .form__col_date,
  .form__col_email,
  .form__col_phone,
  .form__col_passport,
  .form__col_sum {
    width: 100%;
    margin-bottom: 24px;
  }
  .form__col_date:last-child,
  .form__col_email:last-child,
  .form__col_phone:last-child,
  .form__col_passport:last-child,
  .form__col_sum:last-child {
    margin-bottom: 0;
  }
}
.form__conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .form__conditions {
    font-size: 11px;
    line-height: 16px;
  }
}
.form__conditions a {
  color: #64666c;
}
.form__submit-error {
  max-width: 640px;
  font-size: 13px;
  word-wrap: break-word;
  color: #dd0a34;
}
.form__submit-error:before {
  content: '*';
}
.form__add-button {
  margin-bottom: 16px;
  line-height: 22px;
  color: #dd0a34;
}
@media (max-width: 767px) {
  .form__add-button {
    font-size: 13px;
    line-height: 18px;
  }
}
.form__remove-button {
  margin-bottom: 16px;
  line-height: 22px;
  color: #dd0a34;
}
@media (max-width: 767px) {
  .form__remove-button {
    font-size: 13px;
    line-height: 18px;
  }
}
.form__remove-button-icon {
  position: absolute;
  top: 40px;
  right: -45px;
}
.form__button {
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .form__button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.form__sections {
  margin-bottom: 32px;
}
.form__section {
  position: relative;
  margin-bottom: 24px;
}
.form__section:last-child {
  margin-bottom: 0;
}
.form__section-header {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .form__section-header {
    margin-bottom: 13px;
  }
}
.form__section-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .form__section-title {
    line-height: 20px;
  }
}
.form__section-subtitle {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
.form__section + .form__add-button {
  margin-bottom: 0;
}
.form__footer {
  display: flex;
  margin-top: 26px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .form__footer {
    flex-direction: column-reverse;
  }
}
.form__change-name {
  padding-bottom: 23px;
}
.form__work-status {
  margin-bottom: 24px;
}
.tabs__list {
  display: inline-flex;
  padding: 4px;
  background-color: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .tabs__list {
    display: inline-block;
    margin-right: 16px;
    white-space: nowrap;
  }
}
.tabs__list-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .tabs__list-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    overflow: auto;
  }
}
.tabs__item span {
  display: block;
  padding: 5px 16px;
  line-height: 22px;
  color: #636363;
  border-radius: 4px;
  transition: color 0.35s, background-color 0.35s;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .tabs__item span {
    padding: 8px 12px;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
  }
}
.tabs__item span sup {
  padding-left: 4px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: super;
}
@media (max-width: 1023px) {
  .tabs__item {
    display: inline-block;
    vertical-align: top;
  }
}
.tabs__label {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 4px;
}
.tabs__label:hover span {
  color: #dd0a34;
}
.tabs__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.tabs__input:checked + span {
  color: #dd0a34;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.11);
}
.tabs__content {
  padding-top: 24px;
}
.tabs__inner {
  display: none;
}
.tabs__inner.active {
  display: block;
}
.tooltip {
  display: block;
  max-width: 210px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background-color: #242729;
  border-radius: 4px;
}
.main-banner {
  height: 560px;
  background: linear-gradient(96.41deg, #fff2f9 -8.04%, #f5d8e7 41.62%, #f4e3ff 97.89%);
}
@media (max-width: 1023px) {
  .main-banner {
    height: 416px;
  }
}
.main-banner .container {
  height: 100%;
}
.main-banner__body {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .main-banner__body {
    padding-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-banner__content {
  width: 550px;
  max-width: 550px;
  margin-right: 66px;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .main-banner__content {
    margin-right: 0;
  }
}
.main-banner__content_card {
  max-width: 544px;
  margin-right: 20px;
}
.main-banner__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .main-banner__title {
    margin-bottom: 8px;
  }
}
.main-banner__description {
  max-width: 480px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .main-banner__description {
    max-width: 320px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.main-banner__image {
  display: block;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .main-banner__image {
    height: auto;
  }
}
.main-banner__image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 439px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .main-banner__image-wrapper {
    position: absolute;
    right: 20px;
    bottom: -28px;
    z-index: 0;
    max-width: 420px;
    height: auto;
    max-height: none;
  }
}
@media (max-width: 767px) {
  .main-banner__image-wrapper {
    right: 0;
    bottom: 0;
    max-height: 284px;
  }
}
@media (max-width: 320px) {
  .main-banner__image-wrapper {
    max-width: 290px;
  }
}
.main-banner__subimage {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 1;
}
.main-banner__subimage-image {
  max-width: 197px;
  height: 48px;
}
@media (max-width: 1023px) {
  .main-banner__subimage {
    display: none;
  }
}
.main-banner__button {
  position: relative;
  z-index: 1;
  margin-bottom: 62px;
}
@media (max-width: 1023px) {
  .main-banner__button {
    height: 40px;
    margin-bottom: 24px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 22px;
  }
}
.main-banner__terms {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .main-banner__terms {
    display: none;
  }
}
.main-banner__terms .terms__col {
  margin-right: 50px;
}
.main-banner__terms .terms__title {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 24px;
  color: #636363;
}
.main-banner__terms .terms__value {
  font-size: 17px;
  line-height: 24px;
  color: #242729;
}
.main-banner__options {
  display: flex;
}
@media (max-width: 1023px) {
  .main-banner__options {
    display: none;
  }
}
.main-banner__option {
  margin-right: 11px;
  padding: 7px 13px;
  font-size: 13px;
  line-height: 18px;
  pointer-events: none;
  color: #636363;
  background-color: rgba(255,255,255,0.7);
  border-radius: 4px;
}
.main-banner_type_card {
  background: linear-gradient(88.86deg, #fff4f7 0.37%, rgba(252,208,219,0.76) 99.63%);
}
.main-banner_type_card .main-banner__terms {
  margin-bottom: 0;
}
.main-banner_type_silver {
  background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
}
.main-banner_type_silver .main-banner__content {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .main-banner_type_silver .main-banner__content {
    max-width: 100%;
  }
}
.main-banner_type_silver .main-banner__terms {
  margin-bottom: 0;
}
.main-banner_type_about {
  background: linear-gradient(89.57deg, #f9f2ef 0.37%, #eedacf 99.63%);
}
@media (max-width: 1023px) {
  .main-banner_type_about .main-banner__body {
    padding-top: 165px;
  }
}
.main-banner_type_about .main-banner__content {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .main-banner_type_about .main-banner__content {
    max-width: 290px;
  }
}
.main-banner_type_about .main-banner__image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .main-banner_type_about .main-banner__image-wrapper {
    max-width: 100%;
  }
}
.main-banner_type_about .main-banner__title {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1023px) {
  .main-banner_type_about .main-banner__title {
    font-size: 19px;
    line-height: 25px;
  }
}
.main-banner_type_about .main-banner__description {
  max-width: 100%;
}
.navigation {
  z-index: 10;
  padding: 19px 0;
  background-color: #fcfcff;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .navigation {
    padding: 10px 0;
  }
}
.navigation::-webkit-scrollbar {
  display: none;
}
.navigation__list-wrap {
  display: flex;
}
@media (max-width: 1023px) {
  .navigation__list-wrap {
    margin: 0 -20px -10px 0;
    overflow-y: scroll;
  }
}
.navigation__list {
  display: flex;
}
.navigation__item {
  margin-right: 32px;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  color: #636363;
  transition: color 0.35s ease;
}
@media (max-width: 1023px) {
  .navigation__item {
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
.navigation__item.active {
  color: #dd0a34;
}
.navigation__item:hover {
  color: #dd0a34;
}
.navigation__inner {
  display: none;
}
.navigation__inner.active {
  display: block;
}
.navigation__call-to-action {
  position: absolute;
  top: 50%;
  right: 77px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.35s;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .navigation__call-to-action {
    display: none;
  }
}
.navigation.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.navigation.fixed .container {
  position: relative;
}
.navigation.show-cta .navigation__call-to-action {
  visibility: visible;
  opacity: 1;
}
.offers {
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .offers {
    padding-top: 2px;
  }
}
.offers__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .offers__list {
    display: block;
  }
}
.offers__item {
  width: 256px;
  margin-right: 32px;
  padding: 24px 20px 24px 24px;
  background-color: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .offers__item {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .offers__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .offers__item {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .offers__item {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 16px;
  }
}
.offers__item:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .offers__item:last-child {
    margin-bottom: 0px;
  }
}
.offers__icon {
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .offers__icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.offers__text {
  font-size: 17px;
  line-height: 24px;
  color: #393d40;
}
@media (max-width: 1023px) {
  .offers__text {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 15px;
    line-height: 22px;
  }
}
.offers__link {
  display: inline-block;
  margin-top: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .offers__link {
    margin-top: 8px;
    margin-left: 48px;
    font-size: 13px;
    line-height: 22px;
  }
}
.main-visual {
  display: flex;
  padding: 152px 0 0;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .main-visual {
    padding: 24px 16px 0;
  }
}
.main-visual__inner {
  width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .main-visual__inner {
    width: 1120px;
  }
}
@media (max-width: 1200px) {
  .main-visual__inner {
    width: 930px;
  }
}
@media (max-width: 1023px) {
  .main-visual__inner {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .main-visual__inner {
    width: 100%;
  }
}
.main-visual__breadcrumbs {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .main-visual__breadcrumbs {
    margin-bottom: 24px;
  }
}
.main-visual__breadcrumbs:last-child {
  margin-bottom: 30px;
}
.main-visual__content {
  height: 100%;
}
.main-visual_type_auditor {
  padding: 152px 0 0;
}
@media (max-width: 1023px) {
  .main-visual_type_auditor {
    padding: 131px 16px 0;
  }
}
.main-visual_type_auditor .main-visual__breadcrumbs {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .main-visual_type_auditor .main-visual__breadcrumbs {
    display: none;
  }
}
.breadcrumbs {
  display: flex;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs__crumb {
  margin-right: 5px;
  font-size: 15px;
  line-height: 22px;
}
.breadcrumbs__link,
.breadcrumbs__text {
  display: inline-flex;
  font-size: 13px;
  line-height: 18px;
  align-items: center;
}
.breadcrumbs__link svg,
.breadcrumbs__text svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  vertical-align: middle;
}
.breadcrumbs__link {
  transition: color 0.35s;
}
.breadcrumbs__link:hover {
  color: #dd0a34;
}
.breadcrumbs__text {
  color: #dd0a34;
}
.breadcrumbs__text:hover {
  color: #dd0a34;
}
.section {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .section {
    margin-bottom: 24px;
  }
}
.section__container {
  width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .section__container {
    width: 1120px;
  }
}
@media (max-width: 1200px) {
  .section__container {
    width: 930px;
  }
}
@media (max-width: 1023px) {
  .section__container {
    width: 690px;
  }
}
.section__container_document {
  padding-right: 95px;
  padding-left: 95px;
}
@media (max-width: 1023px) {
  .section__container_document {
    padding: 0 16px;
  }
}
@media (max-width: 1023px) {
  .section__container {
    width: 100%;
  }
}
.section_full .section__container {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .section_padding .section__container {
    max-width: 100%;
    padding: 0 16px;
    overflow: hidden;
  }
}
.section_main {
  margin-bottom: 16px;
}
.section_main {
  margin-bottom: 16px;
}
.section_grey {
  margin-bottom: 0;
  padding-bottom: 48px;
  background-color: #f7f7fa;
}
@media (max-width: 1023px) {
  .section_grey {
    margin-bottom: 0;
    padding-bottom: 24px;
  }
}
.section_top {
  padding-top: 152px;
}
@media (max-width: 1023px) {
  .section_top {
    padding: 28px 16px 0;
  }
}
.section_mb40 {
  margin-bottom: 40px;
}
.section_mb0 {
  margin-bottom: 0;
}
.section_last {
  margin-bottom: 80px;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
}
@media (max-width: 1440px) {
  .grid {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .grid {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .grid {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .grid {
    margin-right: 0;
    padding: 0 16px;
  }
}
.grid__column_size_1 {
  width: 64px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_1 {
    width: 64px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_1 {
    width: 50px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_1 {
    width: 30px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_1 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_1 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_1 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_1 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_2 {
  width: 160px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_2 {
    width: 160px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_2 {
    width: 130px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_2 {
    width: 90px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_2 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_2 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_2 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_2 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_3 {
  width: 256px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_3 {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_3 {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_3 {
    width: 150px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_3 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_3 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_3 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_3 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_4 {
  width: 352px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_4 {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_4 {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_4 {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_4 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_4 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_4 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_4 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_5 {
  width: 448px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_5 {
    width: 448px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_5 {
    width: 370px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_5 {
    width: 270px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_5 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_5 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_5 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_5 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_6 {
  width: 544px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_6 {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_6 {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_6 {
    width: 330px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_6 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_6 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_6 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_6 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_7 {
  width: 640px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_7 {
    width: 640px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_7 {
    width: 530px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_7 {
    width: 390px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_7 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_7 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_7 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_7 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_8 {
  width: 736px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_8 {
    width: 736px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_8 {
    width: 610px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_8 {
    width: 450px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_8 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_8 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_8 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_8 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_9 {
  width: 832px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_9 {
    width: 832px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_9 {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_9 {
    width: 510px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_9 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_9 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_9 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_9 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_10 {
  width: 928px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_10 {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_10 {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_10 {
    width: 570px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_10 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_10 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_10 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_10 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_11 {
  width: 1024px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_11 {
    width: 1024px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_11 {
    width: 850px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_11 {
    width: 630px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_11 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_11 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_11 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_11 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__column_size_12 {
  width: 1120px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .grid__column_size_12 {
    width: 1120px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_12 {
    width: 930px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_12 {
    width: 690px;
  }
}
@media (max-width: 1440px) {
  .grid__column_size_12 {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .grid__column_size_12 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_12 {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .grid__column_size_12 {
    width: 100%;
    margin-right: 0;
  }
}
.grid_bottom {
  padding-bottom: 32px;
}
.grid_smallMargin {
  margin: -24px 0;
}
@media (max-width: 1023px) {
  .grid_smallMargin {
    margin: -4px 0;
  }
}
@media (max-width: 1023px) {
  .grid_no-padding {
    padding: 0;
  }
}
.documents__title {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .documents__title {
    margin-bottom: 4px;
  }
}
.documents__list-item {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .documents__list-item {
    margin-bottom: 16px;
  }
}
.documents__list-item:last-child {
  margin-bottom: 0;
}
.documents__doc {
  position: relative;
  display: flex;
  padding: 16px;
  background-color: #f7f7fa;
  border-radius: 8px;
}
.documents__doc:hover .documents__doc-additional,
.documents__doc:hover .documents__doc-download-text {
  opacity: 1;
}
@media (max-width: 1023px) {
  .documents__doc:hover .documents__doc-additional,
  .documents__doc:hover .documents__doc-download-text {
    opacity: 0;
  }
}
.documents__doc-additional {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.35s;
}
.documents__doc-icon {
  margin-right: 12px;
}
.documents__doc-info {
  margin-right: 71px;
}
@media (max-width: 1023px) {
  .documents__doc-info {
    margin-right: 0;
  }
}
.documents__doc-name {
  max-width: 650px;
  margin-bottom: 8px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .documents__doc-name {
    font-size: 13px;
    line-height: 18px;
  }
}
.documents__doc-download-text {
  margin-left: 15px;
  opacity: 0;
  transition: opacity 0.35s;
}
.documents__doc-meta {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .documents__doc-meta {
    font-size: 11px;
    line-height: 16px;
  }
}
.documents_columns {
  display: flex;
}
.documents_columns .documents__doc {
  height: 100%;
  padding: 32px 22px 34px 16px;
  border-radius: 8px;
}
.documents_columns .documents__doc-info {
  margin-right: 0;
}
.documents_columns .documents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.documents_columns .documents__list-item {
  width: 352px;
  min-height: 227px;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .documents_columns .documents__list-item {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .documents_columns .documents__list-item {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .documents_columns .documents__list-item {
    width: 210px;
  }
}
.documents_transparent .documents__doc {
  padding: 16px 5px;
  background-color: transparent;
}
.documents_2columns {
  width: 100%;
}
.documents_2columns .documents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.documents_2columns .documents__list-item {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .documents_2columns .documents__list-item {
    width: 100%;
  }
}
.documents_2columns .documents__doc {
  padding: 16px 5px;
  background-color: transparent;
}
.documents_2columns .documents__doc:hover .documents__doc-additional {
  opacity: 0;
}
.documents_extend-row {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .documents_extend-row {
    margin-bottom: 4px;
  }
}
.documents_extend-row .documents__title {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .documents_extend-row .documents__title {
    font-size: 20px;
  }
}
.documents_extend-row .documents__list {
  flex-direction: column;
}
.documents_extend-row .documents__list-item {
  width: 832px;
}
@media (max-width: 1440px) {
  .documents_extend-row .documents__list-item {
    width: 832px;
  }
}
@media (max-width: 1200px) {
  .documents_extend-row .documents__list-item {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .documents_extend-row .documents__list-item {
    width: 510px;
  }
}
@media (max-width: 1023px) {
  .documents_extend-row .documents__list-item {
    width: 100%;
  }
}
.documents_extend-row .documents__doc {
  padding: 16px 5px;
  background-color: transparent;
}
.documents_extend-row .documents__doc:hover .documents__doc-additional {
  opacity: 0;
}
.documents_extend-row-gray-8 .documents__list {
  flex-direction: column;
}
.documents_extend-row-gray-8 .documents__list-item {
  width: 736px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .documents_extend-row-gray-8 .documents__list-item {
    width: 736px;
  }
}
@media (max-width: 1200px) {
  .documents_extend-row-gray-8 .documents__list-item {
    width: 610px;
  }
}
@media (max-width: 1023px) {
  .documents_extend-row-gray-8 .documents__list-item {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .documents_extend-row-gray-8 .documents__list-item {
    width: 100%;
  }
}
.documents_extend-row-gray-8 .documents__list-item .documents__doc {
  padding: 16px 20px;
  background: #f7f7fa;
  border-radius: 8px;
}
.documents_extend-row-gray-9 .documents__list {
  flex-direction: column;
}
.documents_extend-row-gray-9 .documents__list-item {
  width: 832px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .documents_extend-row-gray-9 .documents__list-item {
    width: 832px;
  }
}
@media (max-width: 1200px) {
  .documents_extend-row-gray-9 .documents__list-item {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .documents_extend-row-gray-9 .documents__list-item {
    width: 510px;
  }
}
@media (max-width: 1023px) {
  .documents_extend-row-gray-9 .documents__list-item {
    width: 100%;
  }
}
.documents_extend-row-gray-9 .documents__list-item .documents__doc {
  padding: 16px 20px;
  background: #f7f7fa;
  border-radius: 8px;
}
.achievement-cards__list {
  margin-right: -32px;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .achievement-cards__list {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .achievement-cards__list {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .achievement-cards__list {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .achievement-cards__list {
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.achievement-cards__item {
  width: 256px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .achievement-cards__item {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .achievement-cards__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .achievement-cards__item {
    width: 150px;
  }
}
@media (max-width: 1440px) {
  .achievement-cards__item {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .achievement-cards__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .achievement-cards__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .achievement-cards__item {
    width: 100%;
    min-height: 134px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .achievement-cards__item:last-child {
    margin-bottom: 0;
  }
}
.achievement-cards__card {
  position: relative;
  height: 100%;
  padding: 24px 54px 24px 20px;
}
.achievement-cards__card-title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .achievement-cards__card-title {
    width: 250px;
    font-size: 20px;
    line-height: 26px;
  }
}
.achievement-cards__card-description {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .achievement-cards__card-description br {
    display: none;
  }
}
.achievement-cards__card-description sup {
  font-size: 11px;
  line-height: 1;
  vertical-align: super;
}
.achievement-cards__card-icon {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
}
@media (max-width: 1023px) {
  .achievement-cards__card-icon {
    width: 32px;
    height: 32px;
  }
}
.achievement-cards__sub-text {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .achievement-cards__sub-text {
    font-size: 11px;
  }
}
.currency-converter {
  width: 332px;
}
@media (max-width: 1200px) {
  .currency-converter {
    width: 100%;
  }
}
.currency-converter__title {
  margin-bottom: 17px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .currency-converter__title {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
}
.currency-converter__fields {
  position: relative;
  width: 290px;
}
@media (max-width: 1200px) {
  .currency-converter__fields {
    width: calc(100% - 40px);
  }
}
.currency-converter__field {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .currency-converter__field {
    max-width: 100%;
  }
}
.currency-converter__field:last-child {
  margin-bottom: 0;
}
.currency-converter__field-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 69px;
  height: 100%;
  padding-right: 18px;
}
.currency-converter__field-select:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  content: '';
  background-color: #ced3d9;
  transform: translateY(-50%);
}
.currency-converter__field-select .vs__dropdown-toggle {
  height: 100%;
  padding: 0;
  border: none;
  justify-content: flex-end;
}
.currency-converter__field-select .vs__dropdown-menu {
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  min-width: auto;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.currency-converter__field-select .vs__dropdown-option {
  padding: 18px 0;
  font-weight: 700;
  text-align: center;
  color: #dd0a34;
  transition: background 0.35s, color 0.35s;
}
.currency-converter__field-select .vs__dropdown-option--highlight {
  background: #f7f7fa;
}
.currency-converter__field-select .vs__actions {
  position: relative;
  width: 16px;
  margin-left: 3px;
  padding: 0;
}
.currency-converter__field-select .vs__actions:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.currency-converter__field-select .vs__search {
  position: absolute;
}
.currency-converter__field-select .vs__selected {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #dd0a34;
  border: none;
}
.currency-converter__field-select .vs__selected-options {
  flex-grow: 0;
  flex-basis: auto;
}
.currency-converter__field-select .vs__open-indicator {
  display: none;
}
.currency-converter__field-select.vs--open .vs__actions {
  position: relative;
  width: 16px;
  padding: 0;
}
.currency-converter__field-select.vs--open .vs__actions:before {
  transform: translateY(-50%) rotate(-180deg);
}
.currency-converter__field-select.vs--open .vs__selected {
  position: relative;
  opacity: 1;
}
.currency-converter__direction {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.subscribe {
  position: relative;
  height: 200px;
  padding: 24px 40px 32px;
}
@media (max-width: 1200px) {
  .subscribe {
    padding: 24px 32px 32px;
  }
}
@media (max-width: 1023px) {
  .subscribe {
    height: auto;
    height: unset;
    padding: 16px 20px 28px;
  }
}
.subscribe__icon {
  position: absolute;
  top: 24px;
  right: 32px;
  display: block;
  width: 42px;
  height: 42px;
}
@media (max-width: 1023px) {
  .subscribe__icon {
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
}
.subscribe__title {
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  .subscribe__title {
    width: 170px;
    font-size: 17px;
    line-height: 21px;
  }
}
.subscribe__description {
  margin-bottom: 20px;
  color: #636363;
}
@media (max-width: 1023px) {
  .subscribe__description {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
  }
}
.subscribe__form {
  display: flex;
}
@media (max-width: 1023px) {
  .subscribe__form {
    flex-wrap: wrap;
  }
}
.subscribe__form-field {
  width: 100%;
  padding-right: 16px;
}
@media (max-width: 1023px) {
  .subscribe__form-field {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .subscribe__form-field {
    padding-right: 0;
  }
}
.subscribe__form-input {
  width: 100%;
  padding: 8px 16px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
}
.subscribe__form-input::-webkit-input-placeholder {
  color: #919399;
  opacity: 1;
}
.subscribe__form-input:-ms-input-placeholder {
  color: #919399;
  opacity: 1;
}
.subscribe__form-input::placeholder {
  color: #919399;
  opacity: 1;
}
@media (max-width: 1023px) {
  .subscribe__form-input {
    width: 100%;
  }
}
.subscribe__form-submit {
  min-width: 133px;
}
@media (max-width: 1023px) {
  .subscribe__form-submit {
    height: 36px;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
.subscribe__form-second-submit {
  margin-top: 9px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .subscribe__form-second-submit {
    margin: 0;
  }
}
.subscribe__code-text,
.subscribe__success {
  margin-bottom: 35px;
  font-size: 13px;
  line-height: 24px;
  color: #636363;
}
@media (max-width: 1023px) {
  .subscribe__code-text,
  .subscribe__success {
    margin-bottom: 30px;
  }
}
.subscribe__success {
  max-width: 306px;
  margin-bottom: 36px;
}
.subscribe__captcha {
  position: relative;
  display: flex;
  width: calc(100% - 134px);
  margin-top: auto;
  align-items: center;
}
@media (max-width: 495px) {
  .subscribe__captcha {
    width: auto;
    margin-bottom: 50px;
  }
}
.subscribe__captcha .field__input {
  height: auto;
  line-height: normal;
  background: #fff;
  border: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .subscribe__captcha .field__input {
    height: auto;
  }
}
.subscribe__captcha .field__error {
  top: -24px;
}
.subscribe__captcha-img {
  width: 112px;
  height: 40px;
  margin-right: 12px;
  padding: 3px;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 495px) {
  .subscribe__captcha-img {
    margin-right: 0;
  }
}
.subscribe__code {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: 7px;
  align-items: center;
}
.subscribe__code .field__input {
  width: 112px;
  margin-right: 16px;
  padding: 9px 16px;
}
@media (max-width: 1023px) {
  .subscribe__code .field__input {
    width: calc(100% - 20px);
  }
}
.subscribe__additional {
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
}
@media (max-width: 374px) {
  .subscribe__additional {
    font-size: 13px;
  }
}
.subscribe__update-icon {
  display: block;
}
@media (max-width: 495px) {
  .subscribe__update-icon {
    display: none;
  }
}
.subscribe__update-text {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  color: #dd0a34;
  transform: translateY(150%) translateX(-20%);
}
@media (max-width: 495px) {
  .subscribe__update-text {
    display: block;
  }
}
.video {
  position: relative;
  height: 400px;
  background-color: #000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .video {
    height: 200px;
  }
}
.video__poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 0.35s ease;
}
.video__clip {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  outline: none;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 64px;
  height: 64px;
  background-color: #dd0a34;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(79,105,118,0.1);
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
@media (max-width: 1023px) {
  .video__button {
    width: 48px;
    height: 48px;
  }
}
.video__button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video__button::before {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 3;
  width: 32px;
  height: 32px;
  content: '';
  background-image: url("../images/icons/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .video__button::before {
    left: 14px;
    width: 24px;
    height: 24px;
    background-size: 16px;
  }
}
.video .hidden {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1023px) {
  .quote {
    padding: 20px 0;
    border-top: 1px solid #e4e8ed;
    border-bottom: 1px solid #e4e8ed;
  }
}
.quote__content {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .quote__content {
    margin-bottom: 20px;
  }
}
.quote__border {
  display: none;
  margin: 8px 0;
  padding-right: 32px;
  flex-direction: column;
  align-items: center;
}
.quote__icon {
  width: 23px;
  height: 18px;
  background: url("../images/icons/quote.svg") no-repeat center;
}
.quote__line {
  height: 100%;
  margin-top: 12px;
  border-left: 3px solid #dd0a34;
}
.quote__text {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .quote__text {
    font-size: 20px;
    line-height: 26px;
  }
}
.quote__person {
  display: flex;
  align-items: center;
}
.quote__person-photo {
  width: 56px;
  height: 56px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  flex-shrink: 0;
}
.quote__person-name {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.quote__person-position {
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
.table_border {
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e8ed;
}
.table__title {
  margin-bottom: 32px;
}
.table__row {
  display: flex;
  margin-bottom: 24px;
}
.table__name {
  width: 321px;
  padding-right: 60px;
  font-size: 15px;
  line-height: 22px;
}
.table__value {
  width: 607px;
  font-size: 17px;
  line-height: 27px;
}
.table__link {
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .table_auditor .table__name {
    width: 124px;
    padding-right: 37px;
    font-size: 11px;
    line-height: 16px;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .table_auditor .table__row {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .table_auditor .table__title {
    margin-bottom: 16px;
    padding-right: 18px;
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 1023px) {
  .table_auditor .table__value {
    font-size: 13px;
    line-height: 18px;
  }
}
.table_tariffs {
  padding-top: 0;
}
.table_tariffs .table__title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .table_tariffs .table__title {
    margin-bottom: 24px;
  }
}
.table_tariffs .table__row {
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .table_tariffs .table__row {
    margin-bottom: 20px;
  }
}
.table_tariffs .table__row:last-child {
  margin-bottom: 0;
}
.table_tariffs .table__name {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .table_tariffs .table__name {
    font-size: 13px;
    line-height: 18px;
  }
}
.table_tariffs .table__value {
  font-size: 17px;
  line-height: 24px;
}
.table_tariffs .table__value span {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
.table_tariffs .table__value a {
  color: #dd0a34;
}
.table_tariffs .table__value ul {
  list-style-type: disc;
  font-size: 15px;
  line-height: 25px;
}
.table_tariffs .table__value ul li::marker {
  color: transparent;
}
@media (max-width: 1023px) {
  .table_tariffs .table__value {
    font-size: 15px;
    line-height: 20px;
  }
}
.table_tariffs .table__value .icon {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .table_tariffs .table__value .icon {
    margin-right: 16px;
  }
}
.table_tariffs .table__value .icon:last-child {
  margin-right: 0;
}
.table_tariffs .table__name {
  width: 304px;
  padding-right: 50px;
  color: #636363;
}
@media (max-width: 1023px) {
  .table_tariffs .table__name {
    width: 45%;
    min-width: 120px;
    margin-right: 10%;
    padding-right: 0;
  }
}
.table_requisites .table__name {
  color: #6d6d73;
}
.replenishment__list {
  display: flex;
  margin-bottom: -32px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .replenishment__list {
    margin-bottom: -10px;
  }
}
.replenishment__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 352px;
  min-height: 188px;
  margin-bottom: 32px;
  padding: 24px 20px 24px 24px;
  background-color: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .replenishment__item {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .replenishment__item {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .replenishment__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .replenishment__item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.replenishment__title {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
.replenishment__text {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
}
.replenishment__button {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  background-color: transparent;
}
.replenishment__subtitle {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
.replenishment__table .table__header,
.replenishment__table .table__row {
  display: flex;
  width: 100%;
  align-items: baseline;
}
.replenishment__table .table__header {
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #636363;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .replenishment__table .table__header {
    font-size: 13px;
    line-height: 18px;
  }
}
.replenishment__table .table__row {
  margin-bottom: 0;
  padding-top: 24px;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .replenishment__table .table__row {
    font-size: 15px;
    line-height: 22px;
  }
}
.replenishment__table .table__row .table__column:first-child {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .replenishment__table .table__row .table__column:first-child {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .replenishment__table .table__column {
    margin-right: 10px;
  }
}
.replenishment__column {
  margin-right: 52px;
  font-size: 15px;
  line-height: 22px;
  color: #636363;
}
.replenishment__column-item:first-child {
  margin-bottom: 12px;
}
.replenishment__column .replenishment__column-item_black {
  color: #242729;
}
.select-field {
  position: relative;
}
.select-field__label {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #636363;
}
@media (max-width: 1023px) {
  .select-field__label {
    font-size: 11px;
    line-height: 16px;
  }
}
.select-field__select {
  width: 100%;
  height: 56px;
  padding-right: 34px;
  padding-left: 16px;
  background-color: #f7f7fa;
  border: 1px solid #f7f7fa;
  border-radius: 6px;
}
@media (max-width: 1023px) {
  .select-field__select {
    height: 50px;
  }
}
.field_error .select-field__select {
  border-color: #dd0a34;
}
.select-field__select .vs__dropdown-toggle {
  height: 100%;
  padding: 0;
  border: none;
}
.select-field__select .vs__dropdown-menu {
  top: calc(100% + 9px);
  right: 0;
  left: auto;
  min-width: auto;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.select-field__select .vs__dropdown-menu::-webkit-scrollbar {
  width: 0;
}
.select-field__select .vs__dropdown-option {
  padding: 17px 16px;
  font-size: 17px;
  line-height: 24px;
  color: #636363;
  transition: background 0.35s, color 0.35s;
}
@media (max-width: 1023px) {
  .select-field__select .vs__dropdown-option {
    padding: 12px 16px;
    font-size: 15px;
  }
}
.select-field__select .vs__dropdown-option--highlight {
  color: #242729;
  background: #f7f7fa;
}
.select-field__select .vs__actions {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  padding: 0;
  transform: translateY(-50%);
}
.select-field__select .vs__actions:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: '';
  background-image: url("../images/icons/arrow-down-select.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.select-field__select .vs__search {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #919399;
  opacity: 1;
  transform: translateY(-50%);
}
.select-field__select .vs__selected {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  color: #242729;
  border: none;
}
@media (max-width: 1023px) {
  .select-field__select .vs__selected {
    font-size: 15px;
  }
}
.select-field__select .vs__selected-options {
  width: 100%;
  align-items: center;
  flex-basis: auto;
}
.select-field__select .vs__open-indicator {
  display: none;
}
.select-field__select.vs--open .vs__actions {
  width: 16px;
  padding: 0;
}
.select-field__select.vs--open .vs__actions:before {
  transform: translateY(-50%) rotate(-180deg);
}
.select-field__select.vs--open .vs__selected {
  position: relative;
  opacity: 1;
}
.select-field__select_small {
  height: 40px;
  border-radius: 4px;
}
.select-field__select_small .vs__actions {
  right: 12px;
}
.select-field__select_small .vs__actions:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/arrow-down-select-small.svg");
}
.select-field__select_small .vs__dropdown-menu {
  max-height: 300px;
}
.select-field__select_small .vs__dropdown-option {
  padding: 9px 16px;
  font-size: 15px;
  line-height: 22px;
  color: #242729;
}
.select-field__select_small .vs__selected {
  font-size: 15px;
}
.select-field__select_double-field {
  height: 78px;
}
@media (max-width: 1023px) {
  .select-field__select_double-field {
    height: 64px;
  }
}
.select-field__select_double-field .vs__dropdown-toggle {
  width: 100%;
}
.select-field__select_double-field .vs__selected {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .select-field__select_double-field .vs__selected {
    padding: 12px 0;
    font-size: 15px;
    line-height: 22px;
  }
}
.select-field__adress {
  position: absolute;
  left: 19px;
  bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  pointer-events: none;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .select-field__adress {
    bottom: 14px;
    font-size: 11px;
    line-height: 16px;
  }
}
.period-field .tabs__list {
  padding: 0;
  background-color: transparent;
}
.period-field .tabs__list .tabs__item .tabs__label .tabs__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.period-field .tabs__list .tabs__item .tabs__label .tabs__input+span {
  display: inline-flex;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}
.period-field .tabs__list .tabs__item .tabs__label span {
  padding: 0 16px 0 0;
  line-height: normal;
  box-shadow: none;
}
.period-field .tabs__list .tabs__item .tabs__label .tabs__input+span::before {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}
.period-field .tabs__list .tabs__item .tabs__label .tabs__input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #e4e8ed;
}
.period-field .tabs__list .tabs__item .tabs__label .tabs__input:not(:disabled):active+span::before {
  background-color: #fff;
  border-color: #e4e8ed;
}
.period-field .tabs__list .tabs__item .tabs__label .tabs__input:focus:not(:checked)+span::before {
  border-color: #e4e8ed;
}
.period-field .tabs__list .tabs__item .tabs__label .tabs__input:checked+span::before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23DD0A34'/%3E%3C/svg%3E%0A");
  border-color: #e4e8ed;
}
.period-field .tabs__list .tabs__item .tabs__label .tabs__input:disabled+span::before {
  background-color: #fff;
}
.phone-confirmation__timer {
  display: none;
  color: #dd0a34;
}
.phone-confirmation__timer.active {
  display: inline;
}
.phone-confirmation__info {
  padding-top: 16px;
}
.phone-confirmation__info-item {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
}
.phone-confirmation__info-item:last-child {
  margin-bottom: 0;
}
.captcha-confirmation {
  position: relative;
  display: flex;
  width: calc(100% - 134px);
  margin-top: auto;
  align-items: center;
}
@media (max-width: 495px) {
  .captcha-confirmation {
    width: auto;
    margin-bottom: 50px;
  }
}
.captcha-confirmation .field__input {
  height: auto;
  line-height: normal;
  background: #fff;
}
@media (max-width: 1023px) {
  .captcha-confirmation .field__input {
    height: auto;
  }
}
.captcha-confirmation__img {
  width: 112px;
  height: 40px;
  margin-right: 12px;
  padding: 3px;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 495px) {
  .captcha-confirmation__img {
    margin-right: 0;
  }
}
.captcha-confirmation__code {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: 7px;
  align-items: center;
}
.captcha-confirmation__code .field__input {
  width: 112px;
  margin-right: 16px;
  padding: 9px 16px;
}
@media (max-width: 1023px) {
  .captcha-confirmation__code .field__input {
    width: calc(100% - 20px);
  }
}
.captcha-confirmation__update-icon {
  display: block;
}
@media (max-width: 495px) {
  .captcha-confirmation__update-icon {
    display: none;
  }
}
.captcha-confirmation__update-text {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  color: #dd0a34;
  transform: translateY(150%) translateX(-20%);
}
@media (max-width: 495px) {
  .captcha-confirmation__update-text {
    display: block;
  }
}
.autocomplete {
  position: relative;
}
.autocomplete-results {
  position: absolute;
  z-index: 10000001;
  width: 100%;
  max-height: 200px;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-size: 17px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.autocomplete-result {
  padding: 15px;
  list-style: none;
  text-align: left;
  cursor: pointer;
}
.autocomplete-result .result-description {
  font-size: 13px;
  color: #808080;
  overflow-wrap: break-word;
}
.autocomplete-result.is-active,
.autocomplete-result:hover {
  background-color: #ddd;
}
.layout-uikit {
  font-size: 16px;
}
.layout-uikit > body > :not(.uikit) {
  display: none !important;
}
.uikit {
  display: flex;
  min-height: 100%;
}
.uikit--nav {
  font-size: 15px;
  flex-shrink: 0;
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
  word-break: break-word;
  width: 250px;
}
.uikit--nav::after {
  content: '';
  position: absolute;
  right: -1.5rem;
  top: -2rem;
  bottom: -2rem;
  box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
  width: 1.5rem;
}
.uikit--nav ul ul {
  border-left: 1px solid #dd0a34;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}
.uikit--nav ul ul * {
  font-size: calc(15 / 16 * 100%);
}
.uikit--nav-item_active > a {
  color: #dd0a34;
  font-weight: bold;
}
.uikit--nav a {
  display: block;
  padding: 0.5rem 1.1rem;
  line-height: 1.3;
}
.uikit--nav a:hover {
  background-color: #dd0a34;
  color: #fff;
}
.uikit--title {
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.uikit--desc {
  margin-bottom: 1rem;
}
.uikit--content {
  background-color: #ffe7c8;
  font-size: 1.2rem;
  flex-grow: 1;
  padding: 3rem 2rem;
}
table.center th,
table.center td {
  text-align: center;
  vertical-align: middle;
}
table.bordered th,
table.bordered td {
  border: 1px solid #aaa;
}
table.spaced th,
table.spaced td {
  padding: 10px;
}
table.spaced .btn_full {
  margin: 4px 0;
}
.main-slider {
  position: relative;
}
@media (max-width: 1023px) {
  .main-slider {
    margin-bottom: 24px;
  }
}
.main-slider__image {
  display: block;
  max-width: 100%;
}
.main-slider__image-wrapper {
  max-width: 570px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .main-slider__image-wrapper {
    position: absolute;
    right: 20px;
    bottom: -28px;
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .main-slider__image-wrapper {
    max-width: 317px;
  }
}
@media (max-width: 1023px) {
  .main-slider__slide {
    height: auto;
    min-height: 100%;
  }
}
.main-slider__slide-inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 560px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .main-slider__slide-inner {
    display: block;
    max-width: 100%;
    padding: 0 16px;
    padding-top: 20px;
    height: 416px;
    padding-bottom: 242px;
    overflow: hidden;
  }
}
.main-slider__slide-content {
  width: 544px;
  max-width: 544px;
  margin-right: 33px;
  padding-bottom: 90px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .main-slider__slide-content {
    width: auto;
    margin-right: 0;
    padding-left: 8px;
    padding-bottom: 0;
  }
}
.main-slider__slide-caption {
  margin-bottom: 8px;
  color: #636363;
}
@media (max-width: 1023px) {
  .main-slider__slide-caption {
    margin-bottom: 4px;
  }
}
.main-slider__slide-title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .main-slider__slide-title {
    margin-bottom: 8px;
  }
}
.main-slider__slide-description {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .main-slider__slide-description {
    margin-bottom: 16px;
    font-size: 15px;
  }
}
.main-slider__slide-link {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .main-slider__slide-link {
    height: 40px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.main-slider__pagination {
  left: 50% !important;
  bottom: 45px !important;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 6px;
  padding: 0 40px;
  text-align: left;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .main-slider__pagination {
    bottom: 212px !important;
    padding: 0 24px;
  }
}
.main-slider__pagination .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
  background-color: #919399;
}
.main-slider__pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  cursor: pointer;
  content: '';
}
.main-slider__pagination .swiper-pagination-bullet-active {
  background-color: #dd0a34;
}
.main-slider__buttons {
  position: absolute;
  right: calc(((100vw - 1120px) / 2));
  bottom: 32px;
  z-index: 2;
  width: 72px;
}
@media (max-width: 1200px) {
  .main-slider__buttons {
    right: 40px;
  }
}
@media (max-width: 1023px) {
  .main-slider__buttons {
    display: none;
  }
}
.main-slider__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 10px 30px rgba(79,105,118,0.1);
}
.main-slider__button:after {
  content: none;
}
.main-slider__button_prev {
  margin-right: 8px;
  background-image: url("../images/icons/arrow-left.svg");
}
.main-slider__button_next {
  background-image: url("../images/icons/arrow-right.svg");
}
.main-slider__button.swiper-button-disabled {
  opacity: 1;
}
.featured-products__header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .featured-products__header {
    display: block;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .featured-products__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.featured-products__image {
  display: block;
  max-width: 100%;
}
.featured-products__image-wrapper {
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .featured-products__image-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 175px;
    height: 140px;
    margin-top: 0;
    transform: translateX(-50%);
  }
}
.featured-products__items {
  display: flex;
  margin-right: -32px;
  margin-bottom: -32px;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .featured-products__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .featured-products__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .featured-products__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .featured-products__items {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.featured-products__items-wrapper::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 1023px) {
  .featured-products__items-wrapper {
    margin-right: -32px;
    overflow-x: auto;
    margin-left: -16px;
    padding-left: 16px;
  }
}
.featured-products__card {
  position: relative;
  width: calc(((100% - 96px) / 3));
  margin-right: 32px;
  min-height: 370px;
  margin-bottom: 32px;
  padding: 32px 40px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .featured-products__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .featured-products__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .featured-products__card {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .featured-products__card {
    width: calc(((100% - 90px) / 3));
  }
}
@media (max-width: 1023px) {
  .featured-products__card {
    display: inline-block;
    width: 240px;
    min-height: 378px;
    margin-right: 12px;
    margin-bottom: 0;
    padding: 151px 16px 24px;
    vertical-align: top;
    white-space: normal;
  }
  .featured-products__card:last-child {
    margin-right: 16px;
  }
}
.featured-products__card-body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 24px 32px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 8px;
}
.featured-products__card-body:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .featured-products__card-body:before {
    top: -34px;
  }
}
.featured-products__card-body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 50%;
  background-color: #f7f7fa;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1200px) {
  .featured-products__card-body {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .featured-products__card-body {
    z-index: 3;
    height: calc(385px - 160px);
    padding: 15px 16px 24px;
    bottom: unset;
  }
}
.featured-products__card-inner {
  max-width: 288px;
  height: 100%;
}
@media (max-width: 1023px) {
  .featured-products__card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.featured-products__card-caption {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .featured-products__card-caption {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 18px;
  }
}
.featured-products__card-title {
  display: block;
  margin-bottom: 12px;
  color: #242729;
}
@media (max-width: 1023px) {
  .featured-products__card-title {
    max-width: 100%;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 8px;
  }
}
.featured-products__card-title:hover {
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .featured-products__card-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.featured-products__card-link {
  display: none;
  margin-top: auto;
  background-color: transparent;
  align-items: center;
}
@media (max-width: 1023px) {
  .featured-products__card-link {
    display: inline-flex;
  }
}
.featured-products__card_first {
  display: flex;
  width: calc(((100% - 96px) * 2 / 3) + 30px);
}
@media (max-width: 1200px) {
  .featured-products__card_first {
    width: calc(((100% - 90px) * 2 / 3) + 30px);
  }
}
@media (max-width: 1023px) {
  .featured-products__card_first {
    display: inline-block;
    width: 240px;
  }
}
.featured-products__card_first .featured-products__card-body {
  position: relative;
  padding: 0;
  bottom: 0 !important;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .featured-products__card_first .featured-products__card-body {
    position: absolute;
    bottom: unset !important;
    padding: 0 16px 12px;
    background-color: #f7f7fa;
  }
}
.featured-products__card_first .featured-products__card-inner {
  display: flex;
  width: 270px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .featured-products__card_first .featured-products__card-inner {
    width: unset;
  }
}
.featured-products__card_first .featured-products__card-description {
  width: 100%;
}
.featured-products__card_first .featured-products__card-link {
  display: inline-flex;
}
.featured-products__card_first .featured-products__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .featured-products__card_first .featured-products__image {
    top: 12px;
    transform: translate(-50%, 0);
  }
}
.featured-products__card_first .featured-products__image-wrapper {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 405px;
  max-width: none;
  height: 100%;
  overflow: hidden;
  align-content: center;
}
@media (max-width: 1200px) {
  .featured-products__card_first .featured-products__image-wrapper {
    width: 360px;
  }
}
@media (max-width: 1023px) {
  .featured-products__card_first .featured-products__image-wrapper {
    right: auto;
    left: 50%;
    width: 175px;
    max-width: none;
    height: 140px;
    transform: translateX(-50%);
  }
}
.featured-products__card_first.featured-products__card_theme_card .featured-products__card-body:before,
.featured-products__card_first.featured-products__card_theme_first .featured-products__card-body:before {
  display: none;
}
@media (max-width: 1023px) {
  .featured-products__card_first.featured-products__card_theme_card .featured-products__card-body:before,
  .featured-products__card_first.featured-products__card_theme_first .featured-products__card-body:before {
    display: block;
  }
}
.featured-products__card_theme_card .featured-products__card-body:before {
  background-image: url("../images/home/featured-products/card-mask.png");
  background-position: 50% 50%;
  background-size: 368px;
  min-height: 190px;
}
@media (max-width: 1023px) {
  .featured-products__card_theme_card .featured-products__card-body:before {
    top: -64px;
  }
}
.featured-products__card_theme_card .featured-products__card-body .featured-products__card-title {
  margin-bottom: 14px;
}
@media (max-width: 1023px) {
  .featured-products__card_theme_card .featured-products__card-body .featured-products__card-title {
    margin-bottom: 8px;
  }
}
.featured-products__card_theme_right .featured-products__card-body:before {
  background-image: url("../images/home/featured-products/card-mask-right.png");
  background-position: right;
}
.featured-products__features-item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .featured-products__features-item {
    padding-right: 10px;
    padding-left: 14px;
    font-size: 13px;
    line-height: 18px;
  }
}
.featured-products__features-item:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #dd0a34;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .featured-products__features-item:before {
    width: 4px;
    height: 4px;
  }
}
.featured-products__features-item:last-child {
  margin-bottom: 0;
}
.calculate-offer__title {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .calculate-offer__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.calculate-offer .tabs {
  overflow: visible;
}
.calculate-offer__result-item {
  margin-bottom: 28px;
}
.calculate-offer__result-item:last-child {
  margin-bottom: 0;
}
.calculate-offer__result-item_secondary .calculate-offer__result-label {
  margin-bottom: 8px;
}
.calculate-offer__result-item_secondary .calculate-offer__result-value {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .calculate-offer__result-item_secondary .calculate-offer__result-value {
    font-size: 20px;
    line-height: 26px;
  }
}
.calculate-offer__result-label {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
.calculate-offer__result-value {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 1023px) {
  .calculate-offer__result-value {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__results {
    position: relative;
  }
}
.calculate-offer__results-title {
  margin-bottom: 20px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .calculate-offer__results-title {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
  }
}
.calculate-offer__results-list {
  display: flex;
  margin-right: -32px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .calculate-offer__results-list {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__results-list {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__results-list {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__results-list {
    flex-wrap: wrap;
  }
}
.calculate-offer__results-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculate-offer__results-info {
  width: 544px;
  padding-left: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1440px) {
  .calculate-offer__results-info {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__results-info {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__results-info {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__results-info {
    width: 100% !important;
    margin-bottom: 24px;
    padding-left: 0;
    font-size: 11px;
    line-height: 16px;
  }
}
.calculate-offer__results-info_contribution {
  width: 352px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .calculate-offer__results-info_contribution {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__results-info_contribution {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__results-info_contribution {
    width: 210px;
  }
}
.calculate-offer__results-link {
  display: flex;
  align-items: center;
}
.calculate-offer__results-zero {
  display: block;
  width: 100%;
  padding: 24px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #242729;
  background: #f7f7fa;
  border-radius: 8px;
}
.calculate-offer__card {
  position: relative;
  width: 256px;
  margin-right: 32px;
  min-height: 200px;
  margin-right: 32px;
  padding: 20px 24px 24px;
  overflow: hidden;
  background-color: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .calculate-offer__card {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__card {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__card {
    width: 150px;
  }
}
@media (max-width: 1440px) {
  .calculate-offer__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__card {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__card {
    width: calc(((100% - 120px) / 4));
  }
}
@media (max-width: 1023px) {
  .calculate-offer__card {
    width: 100% !important;
    min-height: 140px;
    margin-bottom: 12px;
    padding: 16px 16px 20px;
    border-radius: 6px;
  }
  .calculate-offer__card:last-child {
    margin-bottom: 0;
  }
}
.calculate-offer__card_half {
  width: 544px;
}
@media (max-width: 1440px) {
  .calculate-offer__card_half {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__card_half {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__card_half {
    width: 330px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__card_half {
    width: calc(((100% - 120px) / 2) + 30px);
  }
}
@media (max-width: 1023px) {
  .calculate-offer__card_half {
    width: 100% !important;
  }
}
.calculate-offer__card_half .calculate-offer__card-image {
  display: block;
}
.calculate-offer__card-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .calculate-offer__card-content {
    max-width: 65%;
  }
}
.calculate-offer__card-title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .calculate-offer__card-title {
    font-size: 17px;
    line-height: 21px;
  }
}
.calculate-offer__card-link {
  margin-top: auto;
  line-height: 24px;
  cursor: pointer;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .calculate-offer__card-link {
    font-size: 13px;
    line-height: 18px;
  }
}
.calculate-offer__card-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 240px;
  height: 200px;
}
@media (max-width: 1023px) {
  .calculate-offer__card-image {
    display: block;
    width: auto;
    height: 140px;
  }
}
@media (max-width: 320px) {
  .calculate-offer__card-image {
    right: -10px;
    height: 110px;
  }
}
.calculate-offer__additional {
  display: flex;
  margin-bottom: 16px;
}
.calculate-offer__additional-item {
  display: inline-block;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .calculate-offer__additional-item {
    margin-right: 20px;
  }
}
.calculate-offer__additional-item:last-child {
  margin-right: 0;
}
.calculate-offer__additional-label,
.calculate-offer__additional-value {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .calculate-offer__additional-label,
  .calculate-offer__additional-value {
    font-size: 13px;
    line-height: 18px;
  }
}
.calculate-offer__additional-label {
  color: #636363;
}
@media (max-width: 320px) {
  .calculate-offer__additional-label {
    max-width: 140px;
  }
}
.calculate-offer__calculator {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .calculate-offer__calculator {
    margin-bottom: 10px;
  }
}
.calculate-offer__fields {
  display: flex;
  margin-bottom: 42px;
}
@media (max-width: 1023px) {
  .calculate-offer__fields {
    display: block;
  }
}
.calculate-offer__field {
  position: relative;
  width: 100%;
  margin-right: 32px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .calculate-offer__field {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.calculate-offer__field:last-child {
  margin-right: 0;
}
.calculate-offer__field .vue-slider {
  position: absolute;
  left: 0;
  bottom: -5.5px;
  width: 100%;
}
.calculate-offer__options {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .calculate-offer__options {
    width: 100%;
    flex-direction: column;
  }
}
.calculate-offer__options-item {
  display: inline-block;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .calculate-offer__options-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
    padding-right: 20px;
  }
}
.calculate-offer__options-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.calculate-offer__block_mortgage {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .calculate-offer__block_mortgage {
    display: block;
  }
}
.calculate-offer__block_mortgage .calculate-offer__fields {
  width: 448px;
  display: block;
  margin-right: 32px;
  margin-bottom: 28px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .calculate-offer__block_mortgage .calculate-offer__fields {
    width: 448px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__block_mortgage .calculate-offer__fields {
    width: 370px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__block_mortgage .calculate-offer__fields {
    width: 270px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__block_mortgage .calculate-offer__fields {
    width: 100%;
    margin-right: 0;
    margin-bottom: 56px;
  }
}
.calculate-offer__block_mortgage .calculate-offer__field {
  margin-bottom: 56px;
}
.calculate-offer__block_mortgage .calculate-offer__field:first-child {
  margin-bottom: 32px;
}
.calculate-offer__block_mortgage .calculate-offer__field:last-child {
  margin-bottom: 0;
}
.calculate-offer__block_mortgage .calculate-offer__result {
  width: 448px;
  padding-left: 97px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .calculate-offer__block_mortgage .calculate-offer__result {
    width: 448px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__block_mortgage .calculate-offer__result {
    width: 370px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__block_mortgage .calculate-offer__result {
    width: 270px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__block_mortgage .calculate-offer__result {
    width: 100%;
    padding-left: 0;
  }
}
.calculate-offer__block_mortgage .calculate-offer__bottom {
  padding-top: 32px;
}
@media (max-width: 1023px) {
  .calculate-offer__block_mortgage .calculate-offer__bottom {
    padding-top: 20px;
  }
}
.calculate-offer__block_mortgage .calculate-offer__options {
  margin-bottom: 24px;
}
.calculate-offer__block_mortgage .calculate-offer__options-item {
  width: 380.79999999999995px;
  margin-right: 42px;
}
@media (max-width: 1440px) {
  .calculate-offer__block_mortgage .calculate-offer__options-item {
    width: 380.79999999999995px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__block_mortgage .calculate-offer__options-item {
    width: 314px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__block_mortgage .calculate-offer__options-item {
    width: 228px;
  }
}
@media (max-width: 1200px) {
  .calculate-offer__block_mortgage .calculate-offer__options-item {
    width: 320px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__block_mortgage .calculate-offer__options-item {
    width: 100%;
  }
}
.calculate-offer__block_mortgage .calculate-offer__options-item:last-child {
  margin-right: 0;
}
.app {
  background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
}
@media (max-width: 1023px) {
  .app {
    height: auto;
  }
}
.app .container {
  height: 100%;
}
.app__body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .app__body {
    flex-direction: column;
  }
}
.app__content {
  max-width: 350px;
  padding: 72px 0;
}
@media (max-width: 1023px) {
  .app__content {
    max-width: none;
    margin: 0 -16px;
    padding: 24px 16px 32px;
    background-color: #f7f7fa;
  }
}
.app__caption,
.app__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .app__title {
    font-size: 19px;
    line-height: 25px;
  }
}
.app__caption {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
.app__description {
  margin-bottom: 48px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .app__description {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.app__image {
  display: block;
  max-width: 100%;
  max-height: 456px;
}
.app__image-wrapper {
  max-height: 456px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .app__image-wrapper {
    width: 100%;
    padding-top: 20px;
    order: -1;
  }
}
.app__buttons {
  display: flex;
  line-height: 1;
}
.app__buttons .btn {
  display: inline-flex;
  margin-right: 12px;
  align-items: center;
}
.app__buttons .btn:last-child {
  margin-right: 0;
}
.app__buttons .btn.app__qr img {
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .app__buttons .btn.app__qr,
  .app__buttons .btn.app__link_apple,
  .app__buttons .btn.app__link_google,
  .app__buttons .btn.app__link_huawei {
    display: none;
  }
}
.app__link_store {
  display: none;
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .app__link_store {
    display: inline-block;
  }
}
.app__link_store:last-child {
  margin-right: 0;
}
.app__link_store img {
  display: block;
  width: 144px;
  height: 48px;
}
@media (max-width: 320px) {
  .app__link_store img {
    width: auto;
    height: 40px;
  }
}
.app__link_store.google img {
  width: auto;
}
.modal-app-qr {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-app-qr__image {
  padding-bottom: 70px;
  width: 50%;
}
.modal-app-qr__text {
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .currency-exchange .container {
    overflow: visible;
  }
}
.currency-exchange__header {
  display: flex;
  max-width: 680px;
  margin-bottom: 36px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .currency-exchange__header {
    margin-bottom: 26px;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__title {
    font-size: 19px;
    line-height: 25px;
  }
}
.currency-exchange__body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .currency-exchange__body {
    display: block;
  }
}
.currency-exchange__table {
  width: 100%;
}
.currency-exchange__table-wrapper {
  width: 680px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .currency-exchange__table-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__table-wrapper {
    margin-bottom: 53px;
  }
}
.currency-exchange__table-icon {
  margin-right: 16px;
  vertical-align: middle;
}
.currency-exchange__table-cell {
  padding: 0 32px;
  text-align: right;
}
@media (max-width: 1023px) {
  .currency-exchange__table-cell {
    padding: 0 12px;
    text-align: left;
  }
}
.currency-exchange__table-head .currency-exchange__table-cell:first-child,
.currency-exchange__table-body .currency-exchange__table-cell:first-child {
  width: 218px;
  padding-left: 0;
  text-align: left;
}
@media (max-width: 1023px) {
  .currency-exchange__table-head .currency-exchange__table-cell:first-child,
  .currency-exchange__table-body .currency-exchange__table-cell:first-child {
    min-width: 120px;
  }
}
.currency-exchange__table-head .currency-exchange__table-cell:last-child,
.currency-exchange__table-body .currency-exchange__table-cell:last-child {
  width: 120px;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .currency-exchange__table-head .currency-exchange__table-cell:last-child,
  .currency-exchange__table-body .currency-exchange__table-cell:last-child {
    width: auto;
  }
}
.currency-exchange__table-head .currency-exchange__table-cell {
  padding-bottom: 6px;
  white-space: nowrap;
  color: #636363;
}
@media (max-width: 1023px) {
  .currency-exchange__table-head .currency-exchange__table-cell {
    padding-bottom: 12px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__table-head .currency-exchange__table-row {
    border-bottom: 1px solid #e4e8ed;
  }
}
.currency-exchange__table-body .currency-exchange__table-cell {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .currency-exchange__table-body .currency-exchange__table-cell {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__table-body .currency-exchange__table-cell:first-child {
    font-size: 13px;
    line-height: 18px;
    color: #636363;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__table-body .currency-exchange__table-row:first-child .currency-exchange__table-cell {
    padding-top: 16px;
  }
}
.currency-exchange__table-row + .currency-exchange__table-row {
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .currency-exchange__table-row + .currency-exchange__table-row {
    border-top: none;
  }
}
.currency-exchange__table-value {
  font-size: 20px;
  line-height: 26px;
}
.currency-exchange__table-info {
  max-width: 448px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .currency-exchange__table-info {
    max-width: 280px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__table-info_desktop {
    display: none;
  }
}
.currency-exchange__table-info_phone {
  display: none;
}
@media (max-width: 1023px) {
  .currency-exchange__table-info_phone {
    display: block;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__table_desktop {
    display: none;
  }
}
.currency-exchange__table_phone {
  display: none;
  margin-bottom: 14px;
}
@media (max-width: 1023px) {
  .currency-exchange__table_phone {
    display: table;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__link {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .currency-exchange__link_desktop {
    display: none;
  }
}
.currency-exchange__link_phone {
  display: none;
}
@media (max-width: 1023px) {
  .currency-exchange__link_phone {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .bank-news {
    padding-bottom: 35px;
    position: relative;
  }
}
.bank-news__title {
  display: flex;
  margin-bottom: 40px;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .bank-news__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.bank-news__title-link {
  font-size: 15px;
}
@media (max-width: 1023px) {
  .bank-news__title-link {
    position: absolute;
    bottom: 0;
    font-size: 13px;
  }
}
.bank-news__body {
  position: relative;
}
.bank-news__stories {
  display: flex;
}
@media (max-width: 1023px) {
  .bank-news__stories {
    display: block;
    white-space: nowrap;
  }
}
.bank-news__stories-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .bank-news__stories-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
  }
}
.bank-news__story {
  width: 167px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .bank-news__story {
    display: inline-block;
    width: 136px !important;
    vertical-align: top;
  }
}
.bank-news__story-block {
  height: 235px;
  margin-bottom: 20px;
  padding: 2px;
  background: linear-gradient(128.08deg, #da0f45 6.19%, #da950f 88.88%);
  border-radius: 9px;
}
@media (max-width: 1023px) {
  .bank-news__story-block {
    height: 190px;
    margin-bottom: 12px;
  }
}
.bank-news__story-image {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 99%;
  border-radius: 8px;
}
.bank-news__story-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #fff;
  border-radius: 8px;
}
.bank-news__story-title {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .bank-news__story-title {
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
  }
}
.bank-news__story_watched .bank-news__story-block {
  background: #919399;
}
.bank-news__story:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .bank-news__story:last-child {
    margin-right: 16px;
  }
}
.bank-news__buttons {
  display: none;
  position: absolute;
  top: 72px;
  right: -67px;
  z-index: 2;
  width: 40px;
}
@media (max-width: 1280px) {
  .bank-news__buttons {
    display: none;
  }
}
.bank-news__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.bank-news__button:after {
  content: none;
}
.bank-news__button_next {
  margin-bottom: 12px;
}
.bank-news__button_prev {
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.bank-news__button.swiper-button-disabled {
  opacity: 1;
}
.bank-news__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.bank-news__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
.bank-news__timeline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 12px 13px 0;
}
@media (max-width: 767px) {
  .bank-news__timeline {
    width: calc(100% - 42px);
  }
}
.bank-news__timeline-item {
  position: relative;
  height: 3px;
  margin: 0 3px;
  background-color: #e4e8ed;
  border-radius: 4px;
  flex: 1;
}
.bank-news__timeline-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #dd0a34;
  border-radius: 4px;
  transition: transform 0s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.bank-news__timeline-item.active:before {
  transition: transform 10s;
  transform: scaleX(1);
}
.bank-news__timeline-item.prev {
  background-color: #dd0a34;
}
.bank-news__modal {
  width: 100vw;
}
.bank-news__modal .modal__close {
  top: 0;
  right: -48px;
  z-index: 2;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .bank-news__modal .modal__close {
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 1023px) {
  .bank-news__modal .modal__content {
    width: auto;
    min-height: auto;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .bank-news__modal .modal__content {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.bank-news__modal .modal__inner {
  width: 375px;
  height: 667px;
}
@media (max-width: 767px) {
  .bank-news__modal .modal__inner {
    width: 100%;
    height: 100%;
  }
}
.bank-news__modal-stories {
  position: relative;
  height: 100%;
}
.bank-news__modal-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 10px 30px rgba(79,105,118,0.1);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bank-news__modal-button {
    width: 20%;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
.bank-news__modal-button_prev {
  left: -48px;
  background-image: url("../images/icons/arrow-prev.svg");
}
@media (max-width: 767px) {
  .bank-news__modal-button_prev {
    left: 0;
  }
}
.bank-news__modal-button_next {
  right: -48px;
  background-image: url("../images/icons/arrow-next.svg");
}
@media (max-width: 767px) {
  .bank-news__modal-button_next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .bank-news__modal-button_prev,
  .bank-news__modal-button_next {
    background-image: none;
  }
}
.bank-news__modal-slides {
  position: relative;
  height: 100%;
}
.bank-news__modal-slide {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 405px 24px 24px;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.35s, visibility 0s ease 0.35s;
}
@media (max-width: 767px) {
  .bank-news__modal-slide {
    border-radius: 0;
  }
}
.bank-news__modal-slide.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.35s, visibility 0s ease 0s;
}
.bank-news__modal-slide:before,
.bank-news__modal-slide:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 166px;
  content: '';
}
.bank-news__modal-slide:before {
  top: 0;
  background: linear-gradient(180.32deg, #17181a -106.94%, rgba(255,255,255,0) 87.44%);
}
.bank-news__modal-slide:after {
  bottom: 0;
  background: linear-gradient(180.32deg, #111213 -148.87%, rgba(124,128,138,0) 83.36%);
  transform: rotate(180deg);
}
.bank-news__modal-body {
  position: relative;
  z-index: 1;
}
.bank-news__modal-link {
  display: inline-flex;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  align-items: center;
}
.bank-news__modal-link:hover {
  color: #fff;
}
.bank-news__modal-link svg {
  margin-left: 4px;
}
.services__title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .services__title {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
}
.services__list {
  display: flex;
  justify-content: space-between;
}
.services__list .card {
  padding: 0;
}
@media (max-width: 1023px) {
  .services__list .card {
    padding: 0;
  }
}
.services__list .grid__column_size_6 {
  width: calc(((100% - 64px) / 2));
}
@media (max-width: 1200px) {
  .services__list .grid__column_size_6 {
    width: calc(((100% - 60px) / 2));
  }
}
@media (max-width: 1023px) {
  .services__list .grid__column_size_6 {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .services__list {
    padding: 0;
  }
}
.services__card {
  position: relative;
  padding: 24px 40px 0;
}
@media (max-width: 1023px) {
  .services__card {
    margin-bottom: 12px;
    padding: 16px 20px 24px;
    border-radius: 6px;
  }
}
.services__card:last-child {
  margin-bottom: 0;
}
.services__card-body {
  display: flex;
  justify-content: space-between;
}
.services__card-body__info {
  max-width: 365px;
  padding: 20px 0 20px 40px;
}
@media (max-width: 1023px) {
  .services__card-body__info {
    padding: 16px 0 16px 20px;
  }
}
.services__card-body.withbigimg .services__card-body__info {
  min-width: 160px;
  max-width: 365px;
}
.services__card-body.withbigimg .imgcontainer {
  display: flex;
  padding: 0 24px 0 0;
}
@media (max-width: 1023px) {
  .services__card-body.withbigimg .imgcontainer {
    padding: 0 10px 0 0;
  }
}
.services__card-body.withbigimg .imgcontainer .services__card-image {
  min-width: 135px;
  max-height: 200px;
  align-self: center;
}
@media (max-width: 1023px) {
  .services__card-body.withbigimg .imgcontainer .services__card-image {
    min-width: 100px;
    max-height: 125px;
  }
}
.services__card-icon {
  position: absolute;
  top: 18px;
  right: 40px;
  width: 42px;
  height: 42px;
}
@media (max-width: 1023px) {
  .services__card-icon {
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
}
.services__card-image {
  margin-top: -20px;
  margin-right: -16px;
}
@media (max-width: 1023px) {
  .services__card-image {
    width: 120px;
    margin-top: auto;
    margin-right: -6px;
  }
}
.services__card-title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .services__card-title {
    max-width: 175px;
    font-size: 17px;
    line-height: 21px;
  }
}
.services__card-description {
  margin-bottom: 32px;
  color: #636363;
}
@media (max-width: 1023px) {
  .services__card-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.services__card-link {
  display: inline-flex;
  align-items: center;
}
.services__card_subscribe {
  padding: 0;
}
@media (max-width: 1023px) {
  .services__card_subscribe {
    padding: 0;
  }
}
.contributions-documents {
  margin-top: 11px;
  margin-bottom: 41px;
}
.contributions-documents__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .contributions-documents .grid {
    padding: 0;
  }
}
.contributions-documents__list {
  margin-bottom: 40px;
}
.contributions-documents__list-item {
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .contributions-documents__list-item {
    margin-bottom: 16px;
  }
}
.contributions-documents__list-item:last-child {
  margin-bottom: 0;
}
.contributions-documents__doc {
  position: relative;
  display: flex;
  margin-top: 8px;
  border-radius: 8px;
}
.contributions-documents__doc:hover .contributions-documents__doc-additional,
.contributions-documents__doc:hover .contributions-documents__doc-download-text {
  opacity: 1;
}
@media (max-width: 1023px) {
  .contributions-documents__doc:hover .contributions-documents__doc-additional,
  .contributions-documents__doc:hover .contributions-documents__doc-download-text {
    opacity: 0;
  }
}
.contributions-documents__doc-additional {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.35s;
}
.contributions-documents__doc-icon {
  margin-right: 16px;
}
.contributions-documents__doc-info {
  margin-right: 71px;
}
@media (max-width: 1023px) {
  .contributions-documents__doc-info {
    margin-right: 0;
  }
}
.contributions-documents__doc-name {
  max-width: 650px;
  margin-bottom: 8px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .contributions-documents__doc-name {
    font-size: 13px;
    line-height: 18px;
  }
}
.contributions-documents__doc-download-text {
  margin-left: 15px;
  opacity: 0;
  transition: opacity 0.35s;
}
.contributions-documents__doc-meta {
  font-size: 15px;
  line-height: 22px;
  color: #919399;
}
@media (max-width: 1023px) {
  .contributions-documents__doc-meta {
    font-size: 11px;
    line-height: 16px;
  }
}
.preliminary-calculator {
  position: relative;
  display: flex;
}
@media (max-width: 1023px) {
  .preliminary-calculator {
    display: block;
    padding-right: 16px;
  }
}
.preliminary-calculator__body {
  width: 544px;
  margin-right: 128px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .preliminary-calculator__body {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .preliminary-calculator__body {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator__body {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator__body {
    width: 100%;
  }
}
.preliminary-calculator__fields {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .preliminary-calculator__fields {
    margin-bottom: 43px;
  }
}
.preliminary-calculator__field {
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .preliminary-calculator__field {
    margin-bottom: 42px;
  }
}
.preliminary-calculator__field:last-child {
  margin-bottom: 0;
}
.preliminary-calculator__options:last-of-type {
  margin-bottom: 9px;
}
.preliminary-calculator__options_additional {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  will-change: max-height;
}
.preliminary-calculator__all-options {
  display: flex;
  margin-bottom: 26px;
  align-items: center;
}
.preliminary-calculator__all-options:hover span {
  color: #c31639;
}
.preliminary-calculator__all-options:hover path {
  fill: #c31639;
}
.preliminary-calculator__all-options.opened svg {
  transform: rotate(180deg);
}
.preliminary-calculator__all-options span {
  margin-right: 7px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.preliminary-calculator__all-options svg {
  transition: transform 0.35s;
}
.preliminary-calculator__all-options path {
  transition: fill 0.35s;
}
.preliminary-calculator__info {
  max-width: 428px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .preliminary-calculator__info {
    padding-top: 12px;
    font-size: 11px;
    line-height: 16px;
    border-top: 1px solid #e4e8ed;
  }
}
.preliminary-calculator__calculation {
  padding-top: 27px;
}
@media (max-width: 1023px) {
  .preliminary-calculator__calculation {
    padding-top: 2px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator__calculation-block {
    display: flex;
  }
}
.preliminary-calculator__calculation-item {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .preliminary-calculator__calculation-item {
    margin-bottom: 12px;
  }
}
.preliminary-calculator__calculation-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .preliminary-calculator__calculation-item:last-child {
    margin-left: 29px;
  }
}
.preliminary-calculator__calculation-label {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
  color: #636363;
}
@media (max-width: 1023px) {
  .preliminary-calculator__calculation-label {
    font-size: 11px;
    line-height: 16px;
  }
}
.preliminary-calculator__calculation-row {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .preliminary-calculator__calculation-row {
    margin-bottom: 12px;
  }
}
.preliminary-calculator__calculation-row:last-child {
  margin-bottom: 0;
}
.preliminary-calculator__calculation-row .preliminary-calculator__calculation-item {
  margin-bottom: 0;
}
.preliminary-calculator__calculation-value {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .preliminary-calculator__calculation-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.preliminary-calculator__calculation-value_large {
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 1200px) {
  .preliminary-calculator__calculation-value_large {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator__calculation-value_large {
    font-size: 28px;
    line-height: 36px;
  }
}
.preliminary-calculator__circle {
  position: absolute;
  top: 8px;
  right: 28px;
}
.preliminary-calculator__circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.preliminary-calculator__circle-label {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
  color: #636363;
}
.preliminary-calculator__circle-value {
  font-size: 20px;
  line-height: 26px;
}
.preliminary-calculator__spinner {
  transform: rotate(-90deg);
}
.preliminary-calculator__spinner-value {
  fill: none;
  stroke: #dd0a34;
  stroke-width: 4px;
  stroke-dasharray: 879.845943;
  stroke-dashoffset: -889.645943;
}
.preliminary-calculator_credit .preliminary-calculator__body {
  width: 448px;
}
@media (max-width: 1440px) {
  .preliminary-calculator_credit .preliminary-calculator__body {
    width: 448px;
  }
}
@media (max-width: 1200px) {
  .preliminary-calculator_credit .preliminary-calculator__body {
    width: 370px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__body {
    width: 270px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__body {
    width: 100%;
  }
}
.preliminary-calculator_credit .preliminary-calculator__info {
  max-width: none;
  color: #919399;
}
.preliminary-calculator_credit .preliminary-calculator__fields {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__fields {
    margin-bottom: 42px;
  }
}
.preliminary-calculator_credit .preliminary-calculator__field {
  margin-bottom: 66px;
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__field {
    margin-bottom: 40px;
  }
}
.preliminary-calculator_credit .preliminary-calculator__field:last-child {
  margin-bottom: 0;
}
.preliminary-calculator_credit .preliminary-calculator__field.period-field .field__years {
  left: 16px;
  font-size: 17px;
  line-height: 22px;
  color: #242729;
}
.preliminary-calculator_credit .preliminary-calculator__calculation {
  width: 544px;
  padding-top: 0;
}
@media (max-width: 1440px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation {
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #e4e8ed;
  }
}
.preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
  width: 160px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
    width: 160px;
  }
}
@media (max-width: 1200px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
    width: 130px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
    width: 90px;
  }
}
@media (max-width: 1440px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item:first-child {
    width: 40%;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-item {
    width: 60%;
    margin: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-row {
    align-items: flex-end;
  }
}
.preliminary-calculator_credit .preliminary-calculator__calculation-values {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-values {
    margin-bottom: 24px;
  }
}
@media (max-width: 375px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-value_large {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 320px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-value_large {
    font-size: 20px;
    line-height: 26px;
  }
}
.preliminary-calculator_credit .preliminary-calculator__calculation-buttons {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-buttons {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit .preliminary-calculator__calculation-buttons .btn {
    font-size: 13px;
    line-height: 18px;
    color: #dd0a34;
  }
}
.preliminary-calculation__header {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .preliminary-calculation__header {
    display: block;
    margin-bottom: 22px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculation__title {
    margin-bottom: 16px;
  }
}
.preliminary-calculation .tabs__content {
  padding-top: 40px;
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .preliminary-calculation .tabs__content {
    padding-top: 0;
    border: none;
  }
}
.request-form .personal-info-fields {
  margin-bottom: 26px;
  border-bottom: none;
/* padding-bottom 16px
      border-bottom 1px solid $border */
}
@media (max-width: 1023px) {
  .request-form .personal-info-fields {
    margin-bottom: 12px;
  }
}
.request-form .personal-info .field__input {
  padding: 15px 16px;
}
.request-form .personal-info .field__input::-webkit-input-placeholder {
  color: #919399;
  opacity: 1;
}
.request-form .personal-info .field__input:-ms-input-placeholder {
  color: #919399;
  opacity: 1;
}
.request-form .personal-info .field__input::placeholder {
  color: #919399;
  opacity: 1;
}
@media (max-width: 1023px) {
  .request-form .personal-info .field__input {
    max-width: 600px;
    padding: 11px 16px;
  }
}
.request-form .personal-info-name {
  max-width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .request-form .personal-info-name {
    margin-bottom: 17px;
  }
}
.request-form .personal-info-birth-date {
  width: 100%;
  margin-right: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .request-form .personal-info-birth-date {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.request-form .personal-info-contacts {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .request-form .personal-info-contacts {
    display: block;
    margin-bottom: 19px;
  }
}
.request-form .personal-info-row {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.request-form .personal-info-row:last-child {
  margin-bottom: 0;
}
.request-form .personal-info-email {
  width: 100%;
  margin-right: 32px;
}
.request-form .personal-info-phone,
.request-form .personal-info-email {
  max-width: 304px;
  height: 100%;
}
@media (max-width: 1023px) {
  .request-form .personal-info-phone,
  .request-form .personal-info-email {
    max-width: 600px;
    margin-bottom: 16px;
  }
}
.request-form .personal-info-phone .field__input,
.request-form .personal-info-email .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .request-form .personal-info-phone .field__input,
  .request-form .personal-info-email .field__input {
    width: 100%;
  }
}
.request-form .personal-info-phone {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .request-form .personal-info-phone {
    margin-right: 0;
  }
}
.request-form .personal-info-captcha {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media (max-width: 1023px) {
  .request-form .personal-info-captcha {
    display: block;
    margin-bottom: 17px;
  }
}
.request-form .personal-info-captcha-img {
  position: absolute;
  right: 42px;
  bottom: 3px;
  width: 117px;
  height: 40px;
}
@media (max-width: 1023px) {
  .request-form .personal-info-captcha-img {
    bottom: 0;
  }
}
.request-form .personal-info-captcha-btn {
  margin-top: 32px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.request-form .personal-info-captcha-btn:hover {
  color: #c31639;
}
@media (max-width: 1023px) {
  .request-form .personal-info-captcha-btn {
    margin-top: 24px;
  }
}
.request-form .personal-info-code {
  position: relative;
  width: 304px;
  margin-right: 7px;
}
.request-form .personal-info-code .field__input {
  width: 130px;
  padding: 14px 16px;
}
.request-form .personal-info-checkbox {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .request-form .personal-info-checkbox {
    margin-bottom: 18px;
  }
}
.request-form .personal-info-checkbox .field__icon {
  margin-right: 14px;
  margin-bottom: 22px;
}
.request-form .personal-info-checkbox .field__caption {
  z-index: 1;
}
.request-form .personal-info-options {
  margin-bottom: 4px;
}
.request-form .personal-info-options .how-to-make__order-checkbox {
  margin-bottom: 4px;
}
.request-form .personal-info-options .how-to-make__order-checkbox:last-child {
  margin-bottom: 0;
}
.request-form .personal-info-options .field__icon {
  margin-bottom: 0;
}
.request-form .personal-info-options .field__input {
  padding: 0;
}
.request-form .personal-info-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .request-form .personal-info-bottom {
    flex-direction: column-reverse;
  }
}
.request-form .personal-info-conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .request-form .personal-info-conditions {
    font-size: 11px;
    line-height: 16px;
  }
}
.request-form .personal-info-conditions a {
  color: #64666c;
  transition: color 0.35s;
}
.request-form .personal-info-conditions a:hover {
  color: #dd0a34;
}
.request-form .personal-info-button {
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .request-form .personal-info-button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.request-form .personal-info__confirm-text {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .request-form .personal-info__confirm-text {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.request-form .personal-info__confirm-fields {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .request-form .personal-info__confirm-fields {
    margin-bottom: 20px;
  }
}
.request-form .personal-info__confirm-code {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .request-form .personal-info__confirm-code {
    margin-right: 33px;
  }
}
.request-form .personal-info__confirm-code .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .request-form .personal-info__confirm-code .field__input {
    width: 166px;
  }
}
.request-form .personal-info__confirm-btn {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.request-form .personal-info__confirm-btn:hover {
  color: #c31639;
}
.request-form .personal-info__confirm-change,
.request-form .personal-info__confirm-message {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
  transition: color 0.35s;
}
.request-form .personal-info__confirm-change:hover,
.request-form .personal-info__confirm-message:hover {
  color: #dd0a34;
}
.request-form .personal-info__confirm-change {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .request-form .personal-info__confirm-change {
    margin-bottom: 12px;
  }
}
.request-form .card-details__checkboxes {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .request-form .card-details__checkboxes {
    display: block;
    margin-bottom: 23px;
  }
}
@media (max-width: 1023px) {
  .request-form .card-details__checkboxes .tabs__item .label {
    padding: 11px 13px;
  }
}
.request-form .card-details__choices {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .request-form .card-details__choices {
    display: block;
    margin-bottom: 23px;
  }
}
.request-form .card-details__choices .tabs__list {
  background-color: #fff;
}
.request-form .card-details__choices .tabs__item {
  margin: 0 20px 0 0;
  background-color: #f7f7fa;
}
.request-form .card-details__choices .tabs__item .card__kind__label {
  display: flex;
  padding: 5px 0;
  font-weight: 600;
  color: #000;
}
.request-form .card-details__choices .tabs__item .card__kind__label .helper__text {
  width: 400px;
}
.request-form .card-details__choices .tabs__item .card__kind__label .helper__text ul {
  padding: 10px 15px;
  list-style-type: circle;
}
.request-form .card-details__choices .tabs__item .card__kind__label .helper__text ul li {
  padding: 2px 0;
}
.request-form .card-details__choices .tabs__item .card__kind__item {
  display: inline-flex;
}
.request-form .card-details__choices .tabs__item .card__kind__image {
  padding: 8px 0 0 8px;
}
.request-form .card-details__choices .tabs__item .card__kind__image img {
  width: 24px;
}
.request-form .card-details__choices .tabs__item .card__kind__desc {
  font-size: 13px;
}
@media (max-width: 1023px) {
  .request-form .card-details__choices .tabs__item .card__kind__label {
    padding: 11px 13px;
  }
}
.request-form .card-details__type-card,
.request-form .card-details__currency {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .request-form .card-details__type-card,
  .request-form .card-details__currency {
    font-size: 11px;
    line-height: 16px;
  }
}
.request-form .card-details__currency {
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  .request-form .card-details__currency {
    margin-top: 18px;
  }
}
.request-form .card-details__currencies .field__icon {
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-left: 12px;
  font-size: 13px;
  line-height: 32px;
}
@media (max-width: 1023px) {
  .request-form .card-details__currencies .field__icon {
    width: 42px;
    height: 42px;
    font-size: 21px;
    line-height: 42px;
  }
}
.request-form .card-details__currencies .field_radio:first-child .field__icon {
  margin-left: 0;
}
.request-form .card-details__name,
.request-form .card-details__code {
  max-width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .request-form .card-details__name,
  .request-form .card-details__code {
    margin-bottom: 16px;
  }
}
.request-form .card-details__name .field__input,
.request-form .card-details__code .field__input {
  padding: 15px 16px;
}
@media (max-width: 1023px) {
  .request-form .card-details__name .field__input,
  .request-form .card-details__code .field__input {
    padding: 11px 16px;
  }
}
.request-form .card-details__name .field__input {
  text-transform: uppercase;
}
.request-form .card-details__code .field__input {
  margin-bottom: 8px;
  text-transform: lowercase;
}
.request-form .card-details__code .field__input::-webkit-input-placeholder {
  text-transform: none;
}
.request-form .card-details__code .field__input:-ms-input-placeholder {
  text-transform: none;
}
.request-form .card-details__code .field__input::placeholder {
  text-transform: none;
}
.request-form .card-details__code .field__error_secretword {
  position: relative;
  top: unset;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .request-form .card-details__code .field__error_secretword {
    max-width: 85%;
    margin-bottom: 31px;
    font-size: 11px;
    line-height: 16px;
  }
}
.request-form .card-details__description {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .request-form .card-details__description {
    max-width: 85%;
    font-size: 11px;
    line-height: 16px;
  }
}
.request-form .card-details__bottom {
  text-align: right;
}
@media (max-width: 1023px) {
  .request-form .card-details__button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.request-form .link-text {
  border-bottom: 1px dashed #6d6d73;
}
@media (max-width: 1023px) {
  .request-form .btn_primary {
    margin-right: 20px;
  }
}
.request-form .vue-modal .modal-header {
  margin-top: 8px;
}
.request-form .vue-modal .modal-container {
  overflow: hidden;
}
.request-form .vue-modal .modal-body {
  width: 750px;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .request-form .vue-modal .modal-body {
    max-width: 90vw;
  }
}
.request-form .vue-modal .modal-body .container {
  padding: 0;
  padding-right: 40px;
}
.request-form .vue-modal .modal__close {
  top: 20px;
  right: 32px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .application-processing {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .application-processing {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-processing__content {
  margin-bottom: 8px;
}
.application-processing__title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-processing__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-processing__text {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .application-processing__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-processing__timer {
  color: #dd0a34;
}
.application-processing__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-processing__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .application-processing_credit .application-processing__text {
    max-width: 260px;
  }
}
@media (max-width: 1200px) {
  .application-success {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .application-success {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-success__content {
  margin-bottom: 8px;
}
.application-success__title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-success__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-success__text {
  max-width: 260px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .application-success__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-success__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .application-success__buttons {
    flex-direction: column;
  }
}
.application-success__button {
  line-height: 38px;
}
.application-success__resend {
  margin-left: 43px;
  color: #dd0a34;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .application-success__resend {
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-success__resend:hover {
  color: #c31639;
}
.application-success__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-success__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .application-failed {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-failed__content {
  margin-bottom: 8px;
}
.application-failed__title {
  max-width: 400px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-failed__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-failed__text {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .application-failed__text {
    margin: auto;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-failed__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .application-failed__buttons {
    flex-direction: column;
  }
}
.application-failed__link {
  margin-left: 43px;
  color: #dd0a34;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .application-failed__link {
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-failed__link:hover {
  color: #c31639;
}
.application-failed__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-failed__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .application-failed_credit .application-failed__buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .application-failed_credit .application-failed__link {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .modal .request-form {
    display: block;
  }
}
.request-form {
  padding: 48px 144px 40px;
}
@media (max-width: 1200px) {
  .request-form {
    padding: 48px 70px 40px;
  }
}
@media (max-width: 1023px) {
  .request-form {
    display: none;
    padding: 32px 0 58px;
  }
  .how-to-make_incasation .request-form {
    display: block;
    padding: 25px 16px 0;
  }
}
.request-form-options {
  display: flex;
  flex-direction: column;
}
.request-form-phone-title {
  display: none;
}
@media (max-width: 1023px) {
  .request-form-phone-title {
    display: block;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .request-form .steps-wrap {
    margin-right: -16px;
    margin-bottom: 15px;
    padding: 6px 0 5px;
  }
}
.request-form .steps {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .request-form .steps {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .request-form .field__error {
    top: calc(100% + 2px);
    width: 100%;
    overflow: hidden;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.request-form-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .request-form-title {
    display: none;
  }
}
.request-form-title_confirm {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .request-form-title_confirm {
    margin-bottom: 2px;
  }
}
.request-form-caption {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.request-form .vue-form-wizard {
  width: 100%;
}
.request-form .wizard-footer-right {
  float: right;
}
.request-form .wizard-nav {
  display: flex;
  list-style: none;
}
.request-form .wizard-nav li.active {
  color: #dd0a34;
}
.request-form .wizard-nav li a {
  display: flex;
  cursor: default;
}
.request-form .wizard-nav li a .wizard-icon {
  display: none;
}
.request-form .wizard-nav li a .stepTitle {
  margin-right: 32px;
  font-size: 11px;
  line-height: 16px;
}
.request-form .wizard-nav li a .stepTitle.active {
  color: #dd0a34;
}
.how-to-make {
  padding: 72px 0;
  background-color: rgba(247,247,250,0.65);
}
@media (max-width: 1023px) {
  .how-to-make {
    margin-top: -48px;
    padding: 68px 0 32px;
  }
}
.how-to-make__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .how-to-make__title {
    margin-bottom: 16px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .how-to-make__phone-form {
    display: none;
    margin: 0 -16px;
  }
}
.how-to-make__tabs {
  display: flex;
  width: 928px;
  margin: auto;
}
@media (max-width: 1440px) {
  .how-to-make__tabs {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make__tabs {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__tabs {
    width: 570px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__tabs {
    display: none;
  }
}
.how-to-make_incasation .how-to-make__tabs {
  display: flex;
  width: 928px;
}
@media (max-width: 1440px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 570px;
  }
}
.how-to-make__tab {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 73px;
  flex-direction: column;
  cursor: pointer;
  color: #919399;
  background-color: #fcfcfd;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  transition: background-color 0.35s ease, color 0.35s ease;
  flex-basis: 0%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.how-to-make__tab-title {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tab-title {
    font-size: 15px;
  }
}
.how-to-make__tab-description {
  font-size: 11px;
  line-height: 16px;
}
.how-to-make__tab.how-to-make__tab.active {
  z-index: 3;
  color: #242729;
  background-color: #fff;
}
.how-to-make__tab:first-child {
  z-index: 2;
}
.how-to-make__tab:last-child {
  z-index: 0;
}
.how-to-make__content {
  position: relative;
  display: flex;
  width: 928px;
  z-index: 4;
  margin: auto;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 13px 16px rgba(79,105,118,0.1);
}
@media (max-width: 1440px) {
  .how-to-make__content {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make__content {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__content {
    width: 570px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__content {
    width: 100%;
  }
}
.how-to-make__inner {
  display: none;
  width: 100%;
}
.how-to-make__inner.active {
  display: block;
}
.how-to-make__additional-checkbox {
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .how-to-make__additional-checkbox {
    margin-bottom: 5px;
  }
}
.how-to-make__order {
  padding: 48px 144px 40px;
}
@media (max-width: 1200px) {
  .how-to-make__order {
    padding: 48px 70px 40px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__order {
    display: none;
    padding: 32px 0 58px;
  }
  .how-to-make_incasation .how-to-make__order {
    display: block;
    padding: 25px 16px 0;
  }
}
.how-to-make__order-options {
  display: flex;
  flex-direction: column;
}
.how-to-make__order-phone-title {
  display: none;
}
@media (max-width: 1023px) {
  .how-to-make__order-phone-title {
    display: block;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__order-steps-wrap {
    margin-right: -16px;
    margin-bottom: 15px;
    padding: 6px 0 5px;
    overflow-x: scroll;
  }
}
.how-to-make__order-steps {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .how-to-make__order-steps {
    margin-bottom: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.how-to-make__order-step {
  margin-right: 32px;
  font-size: 11px;
  line-height: 16px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .how-to-make__order-step {
    margin-right: 0;
    padding-right: 32px;
  }
}
.how-to-make__order-step.active {
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .how-to-make__order .field__error {
    top: calc(100% + 2px);
    width: 100%;
    overflow: hidden;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.how-to-make__order-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__order-title {
    display: none;
  }
}
.how-to-make__order-title_confirm {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .how-to-make__order-title_confirm {
    margin-bottom: 2px;
  }
}
.how-to-make__order-caption {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.how-to-make__app {
  display: flex;
  padding: 18px 70px 31px 72px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app {
    display: block;
    padding: 0 16px;
  }
}
.how-to-make__app_jcfs {
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app_jcfs {
    padding: 32px 16px 24px;
  }
}
.how-to-make__app-content {
  max-width: 385px;
  margin-top: 53px;
}
.how-to-make__app-content_large {
  max-width: 430px;
  margin-top: 23px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-content_large {
    margin-top: 0;
  }
}
.how-to-make__app-note {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
.how-to-make__app-title {
  margin-bottom: 15px;
}
.how-to-make__app-list {
  margin-bottom: 48px;
}
.how-to-make__app-item {
  display: flex;
  margin-bottom: 12px;
}
.how-to-make__app-number {
  min-width: 14px;
  margin-right: 9px;
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
}
.how-to-make__app-text {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .how-to-make__app-text {
    line-height: 24px;
  }
}
.how-to-make__app-text_pd32 {
  padding-bottom: 32px;
}
.how-to-make__app-buttons {
  position: relative;
  display: flex;
}
.how-to-make__app-button {
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-button {
    width: 100%;
    height: 40px;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
    justify-content: center;
  }
}
.how-to-make__app-qr-btn {
  display: inline-flex;
  padding: 0 16px;
  color: #fff;
  align-items: center;
}
.how-to-make__app-qr-btn img {
  margin-right: 8px;
}
.how-to-make__app-qr-btn:hover {
  color: #fff;
}
.how-to-make__app-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 8px;
  background-color: #dd0a34;
  border-radius: 4px;
  transition: background-color 0.35s;
  align-items: center;
  justify-content: center;
}
.how-to-make__app-link:hover {
  background-color: #c31639;
}
.how-to-make__app-image {
  width: 360px;
  height: 470px;
  background-repeat: no-repeat;
  background-size: contain;
}
.how-to-make_incasation .how-to-make__app-image {
  width: 224px;
  height: 200px;
  margin-top: 23px;
  margin-left: 30px;
  background-size: cover;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-image {
    display: none;
  }
}
.how-to-make__bank {
  display: flex;
  padding: 48px 72px;
}
.how-to-make__bank-title {
  max-width: 426px;
  margin-bottom: 24px;
}
.how-to-make__bank-list {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .how-to-make__bank-list {
    margin-bottom: 30px;
  }
}
.how-to-make__bank-item {
  display: flex;
  width: 468px;
  margin-bottom: 16px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .how-to-make__bank-item {
    width: 100%;
  }
}
.how-to-make__bank-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  flex-shrink: 0;
}
.how-to-make__bank-text {
  line-height: 22px;
}
.how-to-make__bank-image {
  width: 328px;
  height: 280px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .how-to-make__bank-image {
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__bank {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_card {
    margin-top: 0;
    padding-top: 32px;
  }
}
.how-to-make_card .how-to-make__order {
  padding-top: 26px;
}
.how-to-make_card .how-to-make__app {
  padding-bottom: 32px;
}
.how-to-make_card .how-to-make__app-content {
  margin-top: 22px;
}
.how-to-make_card .how-to-make__app-list {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_card .how-to-make-phone__item {
    padding: 16px 24px;
  }
}
.how-to-make_card .how-to-make-phone__list .content__icon {
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
}
.how-to-make_card .how-to-make-phone__list .content__title {
  width: 100%;
}
.how-to-make_card .how-to-make-phone__list .content__text {
  max-width: 260px;
}
@media (max-width: 1023px) {
  .how-to-make_credit {
    margin-top: 0;
    padding-top: 32px;
  }
}
.how-to-make_credit .how-to-make__order {
  padding: 40px 144px;
}
@media (max-width: 1200px) {
  .how-to-make_credit .how-to-make__order {
    padding: 40px 70px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order {
    padding: 32px 0 58px;
  }
}
.how-to-make_credit .how-to-make__order-step {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-step {
    margin-right: 0;
  }
}
.how-to-make_credit .how-to-make__order-step:last-child {
  margin-right: 0;
}
.how-to-make_credit .how-to-make__order-title {
  position: relative;
  display: inline-block;
}
.how-to-make_credit .how-to-make__order-caption {
  position: absolute;
  top: 3px;
  right: -12px;
  width: 352px;
  transform: translateX(100%);
}
@media (max-width: 1440px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-caption {
    position: relative;
    top: 0;
    right: auto;
    display: block;
    width: 100%;
    padding-top: 4px;
    font-size: 11px;
    line-height: 16px;
    transform: translateX(0);
  }
}
.how-to-make_credit .how-to-make__order-fields {
  display: block;
}
.how-to-make_credit .how-to-make__additional-checkbox {
  margin-bottom: 16px;
}
.how-to-make_credit .how-to-make-phone__list .content__icon {
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
}
.how-to-make_credit .how-to-make-phone__list .content__title {
  width: 100%;
}
.how-to-make_credit .how-to-make-phone__list .content__text {
  max-width: 210px;
}
.how-to-make-phone__list {
  display: none;
}
@media (max-width: 1023px) {
  .how-to-make-phone__list {
    display: block;
  }
}
.how-to-make-phone__list .content__description {
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 16px;
  color: #dd0a34;
}
.how-to-make-phone__list .content__icon {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 24px;
  height: 24px;
}
.how-to-make-phone__list .content__title {
  width: 70%;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
}
.how-to-make-phone__list .content__text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #242729;
}
.how-to-make-phone__item {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.how-to-make-phone__item:last-child {
  margin-bottom: 0;
}
.how-to-make-phone__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how-to-make-phone__content .content__bottom {
  display: flex;
  align-items: center;
}
.how-to-make-phone__button {
  display: inline-flex;
  margin-right: 16px;
  vertical-align: top;
  align-items: center;
}
.how-to-make-phone__button img {
  margin-right: 8px;
  margin-bottom: 4px;
}
.how-to-make-phone__button_google img {
  margin-bottom: 2px;
}
.how-to-make-phone__link {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .how-to-make_deposits {
    margin-top: 0;
    padding-top: 32px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation {
    background: transparent;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 100%;
  }
}
.how-to-make_incasation .how-to-make__tab {
  width: 50%;
}
.personal-info-fields {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .personal-info-fields {
    margin-bottom: 12px;
  }
}
.personal-info .field__input {
  padding: 15px 16px;
}
.personal-info .field__input::-webkit-input-placeholder {
  color: #919399;
  opacity: 1;
}
.personal-info .field__input:-ms-input-placeholder {
  color: #919399;
  opacity: 1;
}
.personal-info .field__input::placeholder {
  color: #919399;
  opacity: 1;
}
@media (max-width: 1023px) {
  .personal-info .field__input {
    max-width: 600px;
    padding: 11px 16px;
  }
}
.personal-info-name {
  max-width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .personal-info-name {
    margin-bottom: 17px;
  }
}
.personal-info-contacts {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .personal-info-contacts {
    display: block;
    margin-bottom: 19px;
  }
}
.personal-info-row {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.personal-info-row:last-child {
  margin-bottom: 0;
}
.personal-info-phone,
.personal-info-email {
  max-width: 304px;
}
@media (max-width: 1023px) {
  .personal-info-phone,
  .personal-info-email {
    max-width: 600px;
    margin-bottom: 16px;
  }
}
.personal-info-phone .field__input,
.personal-info-email .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .personal-info-phone .field__input,
  .personal-info-email .field__input {
    width: 100%;
  }
}
.personal-info-phone {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .personal-info-phone {
    margin-right: 0;
  }
}
.personal-info-captcha {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media (max-width: 1023px) {
  .personal-info-captcha {
    display: block;
    margin-bottom: 17px;
  }
}
.personal-info-captcha-img {
  position: absolute;
  right: 42px;
  bottom: 3px;
  width: 117px;
  height: 40px;
}
@media (max-width: 1023px) {
  .personal-info-captcha-img {
    bottom: 0;
  }
}
.personal-info-captcha-btn {
  margin-top: 32px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.personal-info-captcha-btn:hover {
  color: #c31639;
}
@media (max-width: 1023px) {
  .personal-info-captcha-btn {
    margin-top: 24px;
  }
}
.personal-info-code {
  position: relative;
  width: 304px;
  margin-right: 7px;
}
.personal-info-code .field__input {
  width: 130px;
  padding: 14px 16px;
}
.personal-info-checkbox {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .personal-info-checkbox {
    margin-bottom: 18px;
  }
}
.personal-info-checkbox .field__icon {
  margin-right: 14px;
  margin-bottom: 22px;
}
.personal-info-options {
  margin-bottom: 4px;
}
.personal-info-options .how-to-make__order-checkbox {
  margin-bottom: 4px;
}
.personal-info-options .how-to-make__order-checkbox:last-child {
  margin-bottom: 0;
}
.personal-info-options .field__icon {
  margin-bottom: 0;
}
.personal-info-options .field__input {
  padding: 0;
}
.personal-info-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .personal-info-bottom {
    flex-direction: column-reverse;
  }
}
.personal-info-conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .personal-info-conditions {
    font-size: 11px;
    line-height: 16px;
  }
}
.personal-info-conditions a {
  color: #64666c;
  transition: color 0.35s;
}
.personal-info-conditions a:hover {
  color: #dd0a34;
}
.personal-info-button {
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .personal-info-button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.personal-info__confirm-text {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-text {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.personal-info__confirm-fields {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .personal-info__confirm-fields {
    margin-bottom: 20px;
  }
}
.personal-info__confirm-code {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-code {
    margin-right: 33px;
  }
}
.personal-info__confirm-code .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-code .field__input {
    width: 166px;
  }
}
.personal-info__confirm-btn {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.personal-info__confirm-btn:hover {
  color: #c31639;
}
.personal-info__confirm-change,
.personal-info__confirm-message {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
  transition: color 0.35s;
}
.personal-info__confirm-change:hover,
.personal-info__confirm-message:hover {
  color: #dd0a34;
}
.personal-info__confirm-change {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-change {
    margin-bottom: 12px;
  }
}
.card-details__checkboxes {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .card-details__checkboxes {
    display: block;
    margin-bottom: 23px;
  }
}
@media (max-width: 1023px) {
  .card-details__checkboxes .tabs__item span {
    padding: 11px 13px;
  }
}
.card-details__type-card,
.card-details__currency {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .card-details__type-card,
  .card-details__currency {
    font-size: 11px;
    line-height: 16px;
  }
}
.card-details__currency {
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  .card-details__currency {
    margin-top: 18px;
  }
}
.card-details__currencies .field__icon {
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-left: 12px;
  font-size: 13px;
  line-height: 32px;
}
@media (max-width: 1023px) {
  .card-details__currencies .field__icon {
    width: 42px;
    height: 42px;
    font-size: 21px;
    line-height: 42px;
  }
}
.card-details__currencies .field_radio:first-child .field__icon {
  margin-left: 0;
}
.card-details__name,
.card-details__code {
  max-width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .card-details__name,
  .card-details__code {
    margin-bottom: 16px;
  }
}
.card-details__name .field__input,
.card-details__code .field__input {
  padding: 15px 16px;
}
@media (max-width: 1023px) {
  .card-details__name .field__input,
  .card-details__code .field__input {
    padding: 11px 16px;
  }
}
.card-details__name .field__input {
  text-transform: uppercase;
}
.card-details__code .field__input {
  margin-bottom: 8px;
  text-transform: lowercase;
}
.card-details__code .field__input::-webkit-input-placeholder {
  text-transform: none;
}
.card-details__code .field__input:-ms-input-placeholder {
  text-transform: none;
}
.card-details__code .field__input::placeholder {
  text-transform: none;
}
.card-details__code .field__error_secretword {
  position: relative;
  top: unset;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .card-details__code .field__error_secretword {
    max-width: 85%;
    margin-bottom: 31px;
    font-size: 11px;
    line-height: 16px;
  }
}
.card-details__description {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .card-details__description {
    max-width: 85%;
    font-size: 11px;
    line-height: 16px;
  }
}
.card-details__bottom {
  text-align: right;
}
@media (max-width: 1023px) {
  .card-details__button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.passport-details__top {
  margin-bottom: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .passport-details__top {
    margin-bottom: 16px;
  }
}
.passport-details .field {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .passport-details .field {
    margin-bottom: 16px;
  }
}
.passport-details .field__input {
  padding: 14px 16px;
}
@media (max-width: 1023px) {
  .passport-details .field__input {
    padding: 11px 16px;
    font-size: 13px;
  }
}
.passport-details__columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .passport-details__columns {
    display: block;
  }
}
@media (max-width: 1023px) {
  .passport-details__columns .field_half {
    display: inline-block;
    vertical-align: bottom;
  }
  .passport-details__columns .field_half input {
    width: calc(50% - 6px);
  }
}
.passport-details__columns .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .passport-details__columns .field__input {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .passport-details__series,
  .passport-details__unit,
  .passport-details__index {
    margin-right: 7px;
  }
}
.passport-details input[type=date] {
  color: #242729;
}
.passport-details input[type=date]::-webkit-datetime-edit-day-field,
.passport-details input[type=date]::-webkit-datetime-edit-month-field,
.passport-details input[type=date]::-webkit-datetime-edit-year-field {
  color: #919399;
}
.passport-details input[type=date]::-webkit-calendar-picker-indicator {
  color: #dd0a34;
}
.passport-details__adress-title {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 20px;
}
.passport-details__adress.field {
  margin-bottom: 19px;
}
@media (max-width: 1023px) {
  .passport-details__adress.field {
    margin-bottom: 16px;
  }
}
.passport-details__checkbox.field {
  margin-bottom: 17px;
}
@media (max-width: 1023px) {
  .passport-details__checkbox.field {
    margin-bottom: 12px;
  }
}
.passport-details__adress-fact.field {
  margin-bottom: 63px;
}
@media (max-width: 1023px) {
  .passport-details__adress-fact.field {
    margin-bottom: 32px;
  }
}
.passport-details__button {
  display: block;
  margin-top: 8px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .passport-details__button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.choose-place__title {
  margin-bottom: 18px;
}
.choose-place__select,
.choose-place__adress {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .choose-place__select,
  .choose-place__adress {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .choose-place .select-field__select {
    height: 48px;
  }
}
.choose-place__first-category {
  margin-bottom: 32px;
}
.choose-place__first-category-text {
  margin-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .choose-place__first-category-text {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 18px;
  }
}
.choose-place__first-category-adress {
  position: relative;
  padding-left: 36px;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .choose-place__first-category-adress {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 24px;
  }
}
.choose-place__first-category-adress:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: '';
  background-image: url("../images/icons/pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .choose-place__button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.choose-place__checkbox {
  margin-bottom: 26px;
}
.choose-place__adress {
  max-width: 100%;
}
.choose-place__adress .field__input {
  padding: 11px 16px;
}
.choose-place__bottom {
  text-align: right;
}
@media (max-width: 1023px) {
  .choose-place__second-category .choose-place__select:not(.choose-place__select-metro) .vs__selected,
  .choose-place__third-category .choose-place__select:not(.choose-place__select-metro) .vs__selected {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .choose-place__second-category .choose-place__select:not(.choose-place__select-metro) .select-field__adress,
  .choose-place__third-category .choose-place__select:not(.choose-place__select-metro) .select-field__adress {
    top: 47px;
    right: unset;
    left: 18px;
    font-size: 11px;
    line-height: 16px;
  }
}
.application-processing {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .application-processing {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .application-processing {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-processing__content {
  display: flex;
  margin-bottom: 8px;
  flex-direction: column;
  align-items: center;
}
.application-processing__title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-processing__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-processing__text {
  max-width: 353px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  .application-processing__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-processing__timer {
  color: #dd0a34;
}
.application-processing__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-processing__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .application-processing_credit .application-processing__text {
    max-width: 260px;
  }
}
.application-success {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .application-success {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .application-success {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-success__content {
  display: flex;
  margin-bottom: 8px;
  flex-direction: column;
  align-items: center;
}
.application-success__title {
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-success__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-success__text {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  .application-success__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-success__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .application-success__buttons {
    flex-direction: column;
  }
}
.application-success__button {
  line-height: 38px;
}
.application-success__resend {
  margin-left: 43px;
  color: #dd0a34;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .application-success__resend {
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-success__resend:hover {
  color: #c31639;
}
.application-success__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-success__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
.application-failed {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .application-failed {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-failed__content {
  display: flex;
  margin-bottom: 8px;
  flex-direction: column;
  align-items: center;
}
.application-failed__title {
  max-width: 400px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-failed__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-failed__text {
  max-width: 300px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  .application-failed__text {
    margin: auto;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-failed__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .application-failed__buttons {
    flex-direction: column;
  }
}
.application-failed__link {
  margin-left: 43px;
  color: #dd0a34;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .application-failed__link {
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-failed__link:hover {
  color: #c31639;
}
.application-failed__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-failed__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .application-failed_credit .application-failed__buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .application-failed_credit .application-failed__link {
    margin-top: 0;
  }
}
.modal-app-qr {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-app-qr__image {
  padding-bottom: 70px;
  width: 50%;
}
.modal-app-qr__text {
  font-size: 13px;
  line-height: 18px;
}
.promo-banner__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .promo-banner__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
.promo-banner-new {
  height: 338px;
}
@media (max-width: 1023px) {
  .promo-banner-new {
    height: unset;
  }
}
.promo-banner-new .container {
  height: 100%;
}
@media (max-width: 1023px) {
  .promo-banner-new .container {
    padding: 0;
  }
}
.promo-banner-new__body {
  display: flex;
  height: 100%;
  background: #f7f7fa;
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .promo-banner-new__body {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .promo-banner-new__body {
    flex-direction: column-reverse;
    background: #f7f7fa;
    border-radius: 0;
  }
}
.promo-banner-new__content {
  display: flex;
  max-width: 480px;
  padding: 48px 0 48px 48px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .promo-banner-new__content {
    padding: 35px 15px 40px;
    width: 100%;
  }
}
.promo-banner-new__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .promo-banner-new__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
.promo-banner-new__text {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .promo-banner-new__text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }
}
.promo-banner-new__image {
  display: block;
  width: 487px;
  height: 338px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .promo-banner-new__image {
    display: none;
  }
}
.promo-banner-new__image-wrapper {
  height: 100%;
  max-height: 394px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .promo-banner-new__image-wrapper {
    max-height: 234px;
  }
}
.promo-banner-new__image-phone {
  display: none;
}
@media (max-width: 767px) {
  .promo-banner-new__image-phone {
    display: block;
    width: 261px;
    height: 293px;
    margin-top: 4px;
    margin-left: 37px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.promo-banner-new__terms {
  display: flex;
}
@media (max-width: 1023px) {
  .promo-banner-new__terms {
    margin-bottom: 32px;
    align-items: baseline;
  }
}
.promo-banner-new__terms .terms__col {
  margin-right: 25px;
}
@media (max-width: 1023px) {
  .promo-banner-new__terms .terms__col {
    display: flex;
    flex-direction: column-reverse;
  }
}
.promo-banner-new__terms .terms__title {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  color: #636363;
}
@media (max-width: 1023px) {
  .promo-banner-new__terms .terms__title {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 16px;
    white-space: unset;
  }
}
.promo-banner-new__terms .terms__value {
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  color: #242729;
}
@media (max-width: 1023px) {
  .promo-banner-new__terms .terms__value {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .promo-banner-new__button {
    height: 40px;
    font-size: 15px;
    line-height: 22px;
  }
}
.promo-banner-new_type_accredetive .promo-banner-new__image {
  width: 448px;
  height: 276px;
}
.promo-banner-new_type_accredetive .promo-banner-new__image-phone {
  width: 360px;
  height: 222px;
}
.deposits-profit {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .deposits-profit {
    margin-bottom: 24px;
  }
}
.deposits-profit__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .deposits-profit__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.deposits-profit__list {
  position: relative;
  display: flex;
}
@media (max-width: 1023px) {
  .deposits-profit__list .swiper-wrapper {
    display: block;
    padding-left: 16px;
    white-space: nowrap;
  }
}
.deposits-profit__list .swiper-container {
  width: 100%;
}
@media (max-width: 1023px) {
  .deposits-profit__list .swiper-container {
    width: auto;
    margin: 0;
    margin-right: -16px;
    margin-left: -16px;
    overflow: auto;
  }
  .deposits-profit__list .swiper-container::-webkit-scrollbar {
    display: none;
  }
}
.deposits-profit__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 256px;
  margin-right: 32px;
  padding: 24px 20px 24px 24px;
  background-color: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .deposits-profit__item {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .deposits-profit__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .deposits-profit__item {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .deposits-profit__item {
    display: inline-block;
    width: 240px;
    height: 182px;
    margin-right: 12px;
    margin-bottom: 0;
    padding: 16px 20px;
    vertical-align: top;
    white-space: normal;
  }
}
.deposits-profit__item:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .deposits-profit__item:last-child {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.deposits-profit__slide-title {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #242729;
}
@media (max-width: 1023px) {
  .deposits-profit__slide-title {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 20px;
  }
}
.deposits-profit__terms {
  display: flex;
  margin-bottom: 16px;
}
.deposits-profit__terms .terms__col {
  margin-right: 32px;
}
.deposits-profit__terms .terms__title {
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  color: #636363;
}
@media (max-width: 1200px) {
  .deposits-profit__terms .terms__title {
    font-size: 13px;
    line-height: 18px;
  }
}
.deposits-profit__terms .terms__value {
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  color: #242729;
}
@media (max-width: 1023px) {
  .deposits-profit__terms .terms__value {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .deposits-profit__bottom {
    position: absolute;
    left: 20px;
    bottom: 16px;
  }
}
.deposits-profit__link {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .deposits-profit__link {
    line-height: 22px;
  }
}
.deposits-profit__buttons {
  position: absolute;
  right: -67px;
  bottom: 114px;
  z-index: 2;
  width: 40px;
}
@media (max-width: 1200px) {
  .deposits-profit__buttons {
    display: none;
  }
}
.deposits-profit__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.deposits-profit__button:after {
  content: none;
}
.deposits-profit__button_prev {
  margin-bottom: -105px;
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.deposits-profit__button.swiper-button-disabled {
  opacity: 1;
}
.deposits-profit__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.deposits-profit__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
.interest-rates {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .interest-rates {
    padding-bottom: 48px;
  }
}
.interest-rates__title {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .interest-rates__title {
    margin-bottom: 20px;
  }
}
.interest-rates__inputs {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}
.interest-rates__inputs .icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  .interest-rates__inputs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.interest-rates__inputs .field_checkbox {
  margin-right: 40px;
}
.interest-rates__inputs .field_checkbox:last-child {
  margin-right: 0;
}
.interest-rates__inputs_mediumMargin {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .interest-rates__inputs_mediumMargin {
    margin-bottom: 5px;
    margin-top: 24px;
  }
}
@media (max-width: 1023px) {
  .interest-rates__currencies {
    margin-bottom: 16px;
    margin-top: 2px;
  }
}
.interest-rates__currencies .field {
  margin-right: 18px;
}
.interest-rates__currencies .field .icon-eur {
  background-color: #fff;
  background-image: url("../images/icons/icon-eur-white-40.svg");
}
.interest-rates__currencies .field .icon-eur:hover {
  background-color: #fff;
  background-image: url("../images/icons/icon-eur-grey-40.svg");
}
.interest-rates__currencies .field input:checked + span .icon-eur {
  background-color: #dd0a34;
  background-image: url("../images/icons/icon-eur-red-40.svg");
}
.interest-rates__currencies .field .icon-usd {
  background-color: #fff;
  background-image: url("../images/icons/icon-usd-white-40.svg");
}
.interest-rates__currencies .field .icon-usd:hover {
  background-color: #fff;
  background-image: url("../images/icons/icon-usd-grey-40.svg");
}
.interest-rates__currencies .field input:checked + span .icon-usd {
  background-color: #dd0a34;
  background-image: url("../images/icons/icon-usd-red-40.svg");
}
.interest-rates__currencies .field .icon-rub {
  background-color: #fff;
  background-image: url("../images/icons/icon-rub-white-40.svg");
}
.interest-rates__currencies .field .icon-rub:hover {
  background-color: #fff;
  background-image: url("../images/icons/icon-rub-grey-40.svg");
}
.interest-rates__currencies .field input:checked + span .icon-rub {
  background-color: #dd0a34;
  background-image: url("../images/icons/icon-rub-red-40.svg");
}
.interest-rates__note {
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.interest-rates__table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.interest-rates__table .table__header,
.interest-rates__table .table__row {
  display: flex;
  width: 100%;
  align-items: baseline;
}
@media (max-width: 1023px) {
  .interest-rates__table .table__header,
  .interest-rates__table .table__row {
    justify-content: space-between;
  }
}
.interest-rates__table .table__header {
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #636363;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .interest-rates__table .table__header {
    font-size: 13px;
    line-height: 18px;
  }
}
.interest-rates__table .table__row {
  margin-bottom: 0;
  padding-top: 32px;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .interest-rates__table .table__row {
    font-size: 20px;
    line-height: 26px;
  }
}
.interest-rates__table .table__row .table__column:first-child {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .interest-rates__table .table__row .table__column:first-child {
    font-size: 13px;
    line-height: 18px;
  }
}
.interest-rates__table .table__column {
  min-width: 100px;
  text-align: left;
}
.interest-rates__table .table__column:first-child {
  min-width: 200px;
  text-align: left;
}
@media (max-width: 1023px) {
  .interest-rates__table .table__column:first-child {
    min-width: 80px;
    font-size: 13px;
    line-height: 18px;
  }
}
.how-to-use-conditions__title {
  max-width: 288px;
  margin-bottom: 24px;
}
.how-to-use-conditions__subtitle {
  margin-bottom: 16px;
}
.how-to-use-profit__title,
.how-to-use-doclis__title .how-to-use-termination__title,
.how-to-use-termination__subtitle,
.how-to-use-prolongation__title {
  margin-bottom: 12px;
}
.how-to-use-profit__title {
  max-width: 232px;
}
.how-to-use-doclist__accordions {
  padding-bottom: 8px;
}
.how-to-use-doclist__accordions .accordion {
  padding: 12px 0;
  border-bottom: 1px solid #e4e8ed;
}
.how-to-use-doclist__accordions .accordion:last-child {
  border-bottom: 1px solid transparent;
}
.how-to-use-doclist__wrapper .accordion__panel-container {
  padding: 16px 0;
}
.how-to-use-doclist__wrapper.accordion {
  padding: 16px 0;
  border-bottom: 1px solid #e4e8ed;
}
.how-to-use-doclist__wrapper.accordion_open .how-to-use-doclist__info--row {
  color: #242729;
}
.how-to-use-doclist__title {
  max-width: 267px;
}
.how-to-use-doclist__info {
  font-size: 13px;
  color: #6d6d73;
}
.how-to-use-doclist__info--row {
  display: flex;
  cursor: pointer;
  color: #dd0a34;
}
.how-to-use-doclist__desc {
  padding-bottom: 24px;
  font-size: 13px;
  color: #242729;
}
.how-to-use-doclist__doc {
  padding: 16px 20px;
  background: #f7f7fa;
  border-radius: 8px;
}
.how-to-use-doclist__list-item {
  margin-bottom: 24px;
}
.how-to-use-doclist__item {
  flex-wrap: wrap;
}
.how-to-use-doclist__item span {
  width: calc(100% - 44px);
}
.how-to-use-possibly__text {
  margin-bottom: 16px;
  font-size: 15px;
  color: #242729;
}
.how-to-use-possibly__desc {
  font-size: 13px;
  color: #6d6d73;
}
.how-to-use-profit__text {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
}
.how-to-use-profit__attention {
  display: flex;
}
.how-to-use-profit__attention .how-to-use-profit__icon {
  width: 42px;
  height: 42px;
  margin-right: 16px;
  background-image: url("../images/icons/attention.svg");
}
.how-to-use-profit__attention .how-to-use-profit__text {
  max-width: 590px;
}
.how-to-use-profit__link {
  color: #dd0a34;
}
.how-to-use-termination__title {
  max-width: 256px;
}
.how-to-use-termination__subtitle {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
.how-to-use-profit__text,
.how-to-use-termination__text,
.how-to-use-prolongation__text {
  font-size: 15px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .how-to-use-profit__text,
  .how-to-use-termination__text,
  .how-to-use-prolongation__text {
    font-size: 13px;
    line-height: 18px;
  }
}
.how-to-use-profit__text {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .how-to-use-profit__text {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .how-to-use-term__title {
    margin-bottom: 16px;
  }
}
.protect__card {
  position: relative;
}
@media (max-width: 1023px) {
  .protect__card {
    padding: 16px 16px 24px;
  }
}
.protect__card-body {
  display: flex;
  max-width: 455px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .protect__card-body {
    max-width: 100%;
  }
}
.protect__card-icon {
  position: absolute;
  top: 76px;
  right: 181px;
  display: block;
  width: 134px;
  height: 111px;
}
@media (max-width: 1023px) {
  .protect__card-icon {
    position: relative;
    top: unset;
    right: unset;
    margin: 0 auto 15px;
  }
}
@media (max-width: 1023px) {
  .protect__card-icon.mq-desktop {
    display: none;
  }
}
.protect__card-icon.mq-phone {
  display: none;
}
@media (max-width: 1023px) {
  .protect__card-icon.mq-phone {
    display: block;
  }
}
.protect__card-title {
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .protect__card-title {
    margin-bottom: 20px;
  }
}
.protect__card-text {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .protect__card-text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.protect__button {
  background-color: transparent;
}
.news-filter {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .news-filter {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.news-filter__search,
.news-filter__year,
.news-filter__month {
  margin-right: 16px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .news-filter__search,
  .news-filter__year,
  .news-filter__month {
    margin-right: 0;
  }
}
.news-filter__search {
  width: 100%;
  max-width: 470px;
}
@media (max-width: 1023px) {
  .news-filter__search {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.news-filter__year {
  width: 130px;
}
@media (max-width: 1023px) {
  .news-filter__year {
    width: calc(50% - 8px);
  }
}
.news-filter__month {
  width: 150px;
}
@media (max-width: 1023px) {
  .news-filter__month {
    width: calc(50% - 8px);
  }
}
.news-filter__month .vs__selected {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-filter .select-field input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
.news-filter .select-field input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
.news-filter .select-field input::placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
.news-list {
  padding-top: 16px;
  padding-bottom: 32px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .news-list {
    padding-top: 8px;
  }
}
.news-list__filter {
  margin-bottom: 47px;
}
@media (max-width: 1023px) {
  .news-list__filter {
    margin-bottom: 24px;
  }
}
.news-list__content {
  display: flex;
}
@media (max-width: 1023px) {
  .news-list__content {
    flex-direction: column-reverse;
  }
}
.news-list__body {
  width: 736px;
  margin-right: 130px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .news-list__body {
    width: 736px;
  }
}
@media (max-width: 1200px) {
  .news-list__body {
    width: 610px;
  }
}
@media (max-width: 1023px) {
  .news-list__body {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .news-list__body {
    width: 100%;
    margin-right: 0;
  }
}
.news-list__items {
  margin-bottom: 8px;
}
.news-list__item {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8ed;
  transition: opacity 0.175s ease-in;
}
@media (max-width: 1023px) {
  .news-list__item {
    margin-bottom: 24px;
    padding-bottom: 13px;
  }
}
.news-list__item:last-child {
  margin-bottom: 0;
  border: none;
}
.news-list__item-date,
.news-list__item-title {
  margin-bottom: 12px;
}
.news-list__item-date {
  line-height: 22px;
  color: #919399;
}
.news-list__item-title {
  font-weight: normal;
}
.news-list__item-link {
  transition: color 0.35s;
}
.news-list__item-link:hover {
  color: #dd0a34;
}
.loading .news-list__item {
  opacity: 0;
}
.news-list__tag {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #636363;
  border-radius: 4px;
  transition: color 0.35s;
}
.news-list__tag-text {
  padding: 7px 12px;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
  transition: color 0.35s, border-color 0.35s;
}
@media (min-width: 1024px) {
  .news-list__tag-text:hover {
    color: #dd0a34;
  }
}
@media (max-width: 1023px) {
  .news-list__tag-text {
    padding: 6px 12px;
  }
}
.news-list__tag-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.news-list__tag-input:checked + .news-list__tag-text {
  color: #dd0a34;
  border-color: #dd0a34;
}
.news-list__tag_more {
  min-width: 48px;
  text-align: center;
}
.news-list__tag_more .news-list__tag-text svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.news-list__tag-close {
  display: none;
}
@media (max-width: 1023px) {
  .news-list__tag-close {
    display: inline-block;
  }
}
.news-list__tag-close .news-list__tag-text {
  display: flex;
  align-items: center;
}
.news-list__tag-plus {
  margin-left: 8px;
  font-weight: 100;
  font-size: 21px;
  line-height: 18px;
  transform: rotate(45deg);
}
.news-list__tags {
  font-size: 0;
}
@media (max-width: 1023px) {
  .news-list__tags {
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .news-list__tags_news {
    margin-bottom: 0;
  }
}
.news-list__tags_news .news-list__tag {
  margin-right: 16px;
}
.news-list__tags_news .news-list__tag-text {
  padding: 0;
  color: #dd0a34;
  border: none;
}
.news-list__tags_news .news-list__tag-text:hover {
  color: #242729;
}
.news-list__tags_news .news-list__tag-input:checked + .news-list__tag-text {
  color: #242729;
}
.news-list__pages {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .news-list__pages {
    display: none;
  }
}
.news-list__pagination {
  display: flex;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}
.news-list__pagination-button {
  display: inline-flex;
  margin-right: 16px;
  font-size: 17px;
  line-height: 24px;
  color: #636363;
  transition: color 0.35s;
  align-items: center;
}
.news-list__pagination-button:last-child {
  margin-right: 0;
}
.news-list__pagination-button:hover {
  color: #dd0a34;
}
.news-list__pagination-button svg {
  vertical-align: middle;
}
.news-list__pagination-button.active {
  color: #dd0a34;
}
.news-list__more {
  margin-right: 55px;
}
@media (max-width: 1023px) {
  .news-list__more {
    height: 40px;
    font-size: 15px;
    line-height: 22px;
  }
}
.search-filter__search {
  max-width: 100%;
}
.search-filter__search .field__icon {
  left: 20px;
}
@media (max-width: 1023px) {
  .search-filter__search .field__icon {
    left: 13px;
  }
}
.search-filter__search .field__autosuggest input,
.search-filter__search .field__input {
  padding: 16px 38px 16px 67px;
  font-size: 17px;
  line-height: 24px;
  border-radius: 6px;
}
@media (max-width: 1023px) {
  .search-filter__search .field__autosuggest input,
  .search-filter__search .field__input {
    padding: 8px 35px 8px 48px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.search-filter__search .field__autosuggest input::-ms-clear,
.search-filter__search .field__input::-ms-clear {
  display: none;
}
.search-filter__types {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .search-filter__types {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .search-filter .tabs__item span {
    padding: 5px 16px;
    font-size: 15px;
    line-height: 22px;
  }
}
.search-list {
  width: 832px;
  padding-bottom: 32px;
}
@media (max-width: 1440px) {
  .search-list {
    width: 832px;
  }
}
@media (max-width: 1200px) {
  .search-list {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .search-list {
    width: 510px;
  }
}
@media (max-width: 1023px) {
  .search-list {
    width: 100%;
    padding-top: 21px;
  }
}
.search-list__title {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .search-list__title {
    margin-bottom: 24px;
  }
}
.search-list__filter {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .search-list-result__more {
    width: 100%;
    height: 56px;
    padding: 17px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
}
.search-list-item {
  position: relative;
  display: block;
  margin-bottom: 24px;
  cursor: pointer;
}
.search-list-item:hover:not(.search-list-item_documents) .search-list-item__title {
  color: #dd0a34;
}
.search-list-item:last-child {
  margin-bottom: 0;
}
.search-list-item__title {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 36px;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .search-list-item__title {
    font-size: 19px;
    line-height: 25px;
  }
}
.search-list-item__date {
  margin-bottom: 12px;
  line-height: 22px;
  color: #919399;
}
.search-list-item__description {
  line-height: 22px;
  color: #919399;
}
.search-list-item__description-info {
  padding-left: 24px;
  opacity: 0;
  transition: opacity 0.35s;
}
@media (max-width: 1023px) {
  .search-list-item__description-info {
    display: none;
  }
}
.search-list-item__tag {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #636363;
  border-radius: 4px;
  transition: color 0.35s;
}
.search-list-item__tag-text {
  color: #dd0a34;
  transition: color 0.35s, border-color 0.35s;
}
.search-list-item__tag-text:hover {
  color: #242729;
}
.search-list-item__tag-input {
  position: absolute;
  top: 0;
  left: 0;
}
.search-list-item__tag-input:checked + .news-list__tag-text {
  color: #dd0a34;
  border-color: #dd0a34;
}
.search-list-item_documents {
  padding-left: 58px;
}
.search-list-item_documents .search-list-item__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.search-list-item_documents .search-list-item__title {
  font-size: 17px;
  line-height: 24px;
}
.search-list-item_documents:hover .search-list-item__description-info {
  opacity: 1;
}
@media (max-width: 1023px) {
  .search-list-item_documents:hover .search-list-item__description-info {
    opacity: 0;
  }
}
.search-list-item_news {
  margin-bottom: 32px;
}
.search-list-item_news .search-list-item__title {
  margin-bottom: 12px;
}
.search-list-result {
  margin-bottom: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e8ed;
}
.search-list-result:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.search-list-result__title {
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 22px;
}
.search-list-result__items {
  margin-bottom: 32px;
}
.search-not-found__text {
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 56px;
  font-size: 20px;
  line-height: 26px;
  border-bottom: 1px solid #e4e8ed;
}
.search-not-found__info {
  width: 544px;
  margin-bottom: 32px;
  line-height: 22px;
}
@media (max-width: 1440px) {
  .search-not-found__info {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .search-not-found__info {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .search-not-found__info {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .search-not-found__info {
    margin-bottom: 29px;
  }
}
.search-not-found__contacts-item {
  display: inline-block;
  margin-right: 64px;
  vertical-align: top;
}
.search-not-found__contacts-item:first-child {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .search-not-found__contacts-item {
    margin-right: 0;
    margin-bottom: 31px;
  }
}
.search-not-found__contacts-item:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .search-not-found__contacts-item:last-child {
    margin-bottom: 0;
  }
}
.search-not-found__contacts-title {
  margin-bottom: 18px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .search-not-found__contacts-title {
    margin-bottom: 16px;
  }
}
.search-not-found__phones-item {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .search-not-found__phones-item {
    margin-bottom: 19px;
  }
}
.search-not-found__phones-item:last-child {
  margin-bottom: 0;
}
.search-not-found__phones-link {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .search-not-found__phones-link {
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 26px;
  }
}
.search-not-found__phones-caption {
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .cashback {
    padding-top: 8px;
  }
}
.cashback__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cashback__image {
  width: 100%;
  background: url("/assets/images/card-page/cashback-image.png") no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media (max-width: 1023px) {
  .cashback__image {
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: -1;
    display: flex;
    width: 253px;
    height: 280px;
    flex-direction: column-reverse;
    text-align: center;
    background: url("/assets/images/card-page/cashback-image-phone.png") no-repeat;
    background-position: center top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
@media (max-width: 440px) {
  .cashback__image {
    top: 65px;
  }
}
.cashback__image p {
  display: none;
}
@media (max-width: 1023px) {
  .cashback__image p {
    display: block;
  }
}
.cashback__title {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .cashback__title {
    margin-right: 65px;
    margin-bottom: 333px;
    padding-right: 6px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 440px) {
  .cashback__title {
    margin-bottom: 333px;
  }
}
.cashback__items {
  width: 640px;
}
@media (max-width: 1440px) {
  .cashback__items {
    width: 640px;
  }
}
@media (max-width: 1200px) {
  .cashback__items {
    width: 530px;
  }
}
@media (max-width: 1023px) {
  .cashback__items {
    width: 390px;
  }
}
@media (max-width: 1023px) {
  .cashback__items {
    width: 100%;
  }
}
.cashback__item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 93px;
}
@media (max-width: 1023px) {
  .cashback__item {
    margin-bottom: 32px;
    padding: 0 0 24px 92px;
    border-bottom: 1px solid #e4e8ed;
  }
}
.cashback__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1023px) {
  .cashback__item:last-child {
    padding-bottom: 0;
  }
}
.cashback__item-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .cashback__item-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }
}
.cashback__item-description {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .cashback__item-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.cashback__item-preffix {
  position: absolute;
  left: 0;
  bottom: calc(100% - 7px);
  font-size: 15px;
  line-height: 22px;
}
.cashback__item-value {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .cashback__item-value {
    font-size: 28px;
    line-height: 36px;
  }
}
.comparison-table__table {
  width: 100%;
}
.comparison-table__table::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 1023px) {
  .comparison-table__table {
    overflow: hidden;
    overflow-x: auto;
  }
}
.comparison-table__table .table__row {
  display: flex;
  width: 100%;
  align-items: baseline;
  margin-right: -32px;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .comparison-table__table .table__row {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .comparison-table__table .table__row {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .comparison-table__table .table__row {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .comparison-table__table .table__row {
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.comparison-table__table .table__row:last-child {
  margin-bottom: 0;
}
.comparison-table__table .table__column {
  width: 352px;
  flex-shrink: 0;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .comparison-table__table .table__column {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .comparison-table__table .table__column {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .comparison-table__table .table__column {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .comparison-table__table .table__column {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column {
    width: calc(((100% - 15px) / 2));
    margin-right: 0;
  }
}
.comparison-table__table .table__column ul {
  padding-top: 25px;
  color: #636363;
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column ul {
    padding-top: 16px;
  }
}
.comparison-table__table .table__column ul li {
  margin-bottom: 24px;
  line-height: 16px;
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column ul li {
    display: flex;
    min-height: 32px;
    margin-bottom: 16px;
    align-items: center;
  }
}
.comparison-table__table .table__column ul li:last-child {
  margin-bottom: 0;
}
.comparison-table__table .table__column .icon {
  margin-right: 16px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column .icon-rub,
  .comparison-table__table .table__column .icon-usd,
  .comparison-table__table .table__column .icon-eur {
    width: 24px;
    height: 24px;
    background-size: 12px;
  }
}
.comparison-table__table .table__column .payment-icon {
  margin-right: 12px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column .payment-icon {
    height: 24px;
    margin-right: 8px;
  }
}
.comparison-table__table .table__column .payment-icon:last-child {
  margin-right: 0;
}
.comparison-table__table .table__column .paragraph {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column .paragraph {
    font-size: 17px;
    line-height: 24px;
  }
}
.comparison-table__table .table__column .paragraph:last-child {
  margin-bottom: 0;
}
.comparison-table__table .table__column .text {
  margin-bottom: 24px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column .text {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.comparison-table__table .table__column .text:last-child {
  margin-bottom: 0;
}
.comparison-table__table .table__column .group .paragraph {
  margin-bottom: 0;
}
.comparison-table__table .table__column .info {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
.comparison-table__table .table__column .card-image {
  height: 81px;
  margin-right: 12px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column .card-image {
    width: 25px;
    height: 40px;
    margin-right: 8px;
  }
}
.comparison-table__table .table__column .card-image:last-child {
  margin-right: 0;
}
.comparison-table__table .table__column:first-child {
  color: #6d6d73;
  padding-right: 121.60000000000001px;
}
@media (max-width: 1440px) {
  .comparison-table__table .table__column:first-child {
    padding-right: 121.60000000000001px;
  }
}
@media (max-width: 1200px) {
  .comparison-table__table .table__column:first-child {
    padding-right: 98px;
  }
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column:first-child {
    padding-right: 66px;
  }
}
@media (max-width: 1023px) {
  .comparison-table__table .table__column:first-child {
    width: 100%;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
  }
}
.features__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .features__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.features__cards {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: -32px;
}
@media (max-width: 1440px) {
  .features__cards {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .features__cards {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .features__cards {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .features__cards {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.features .features__button {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .features .features__button {
    margin-top: 24px;
    margin-bottom: 0;
    height: 40px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 22px;
  }
}
.features .note {
  line-height: 18px;
}
@media (max-width: 1023px) {
  .features .note {
    display: none;
  }
}
.features__card {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 352px;
  margin-right: 32px;
  min-height: 200px;
  margin-bottom: 32px;
  padding: 24px 24px 30px;
}
@media (max-width: 1440px) {
  .features__card {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .features__card {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .features__card {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .features__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .features__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .features__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .features__card {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 16px;
  }
}
@media (max-width: 1023px) {
  .features__card-body {
    max-width: 240px;
  }
}
.features__card-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .features__card-title {
    font-size: 15px;
    line-height: 22px;
  }
}
.features__card-description {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .features__card-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.features__card_half {
  width: 544px;
}
@media (max-width: 1440px) {
  .features__card_half {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .features__card_half {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .features__card_half {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .features__card_half {
    width: 100%;
    height: auto;
  }
}
.features__card_half .features__card-body {
  width: 304px;
}
@media (max-width: 1440px) {
  .features__card_half .features__card-body {
    width: 304px;
  }
}
@media (max-width: 1200px) {
  .features__card_half .features__card-body {
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .features__card_half .features__card-body {
    width: 180px;
  }
}
@media (max-width: 1023px) {
  .features__card_half .features__card-body {
    width: auto;
    max-width: 208px;
  }
}
@media (max-width: 370px) {
  .features__card_half .features__card-body {
    max-width: 170px;
  }
}
@media (max-width: 1023px) {
  .features__card:last-child {
    margin-bottom: 0;
  }
}
.features__card-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .features__card-image {
    width: 120px;
    background-size: contain;
    background-position: bottom;
  }
}
@media (max-width: 1023px) {
  .features__icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
}
.features__modal .modal__content {
  max-width: 832px;
  padding: 40px 112px 48px 48px;
}
.features__modal .modal__content .typography {
  font-size: 13px;
}
.features__modal .modal__content .typography p {
  margin-bottom: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .features__modal .modal__content {
    padding: 32px 16px;
  }
}
.features__modal-header {
  margin-bottom: 12px;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .features__modal-header {
    padding-right: 32px;
  }
}
.features__modal-title {
  width: 544px;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .features__modal-title {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .features__modal-title {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .features__modal-title {
    width: 330px;
  }
}
@media (max-width: 320px) {
  .features__modal-title {
    width: 100%;
  }
}
.features__modal-subtitle {
  font-size: 13px;
  line-height: 18px;
}
.features__modal .features-items {
  margin-top: 11px;
  display: inline-block;
}
.features__modal .phonetext {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 6px;
}
.features__modal .features-item {
  position: relative;
  margin-bottom: 24px;
  padding-left: 50px;
}
.features__modal .features-item-icon {
  position: absolute;
  top: 4px;
  left: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #dd0a34;
}
.features__modal .features-item-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.features__modal .features-item-text {
  line-height: 22px;
  font-size: 15px;
}
.calculate-bonus {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .calculate-bonus {
    margin-bottom: 0;
  }
}
.calculate-bonus__header {
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .calculate-bonus__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .calculate-bonus__header .categories {
    margin-right: -17px;
  }
}
.calculate-bonus__header .categories__item-input:disabled + .categories__item-text {
  background: transparent;
  border: 1px solid #919399;
  color: #919399;
  cursor: not-allowed;
}
.calculate-bonus__header .categories__item-input:disabled + .categories__item-text:hover {
  color: #919399;
}
.calculate-bonus__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .calculate-bonus__title {
    margin-bottom: 8px;
    padding-right: 26px;
    font-size: 19px;
    line-height: 25px;
  }
}
.calculate-bonus__description {
  margin-bottom: 28px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .calculate-bonus__description {
    margin-bottom: 16px;
  }
}
.calculate-bonus__form-body {
  display: flex;
}
@media (max-width: 1023px) {
  .calculate-bonus__form-body {
    display: block;
  }
}
.calculate-bonus__form-title {
  margin-bottom: 21px;
}
@media (max-width: 1023px) {
  .calculate-bonus__form-title {
    margin-bottom: 16px;
  }
}
.calculate-bonus__form-fields {
  display: flex;
}
@media (max-width: 1023px) {
  .calculate-bonus__form-fields {
    display: block;
    margin-bottom: 40px;
  }
}
.calculate-bonus__form-field {
  width: 352px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .calculate-bonus__form-field {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .calculate-bonus__form-field {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .calculate-bonus__form-field {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .calculate-bonus__form-field {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .calculate-bonus__form-field {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .calculate-bonus__form-field {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .calculate-bonus__form-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.calculate-bonus__form-field:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.calculate-bonus__total {
  padding-left: 98px;
}
@media (max-width: 1023px) {
  .calculate-bonus__total {
    padding-left: 0;
  }
}
.calculate-bonus__total-label {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .calculate-bonus__total-label {
    font-size: 11px;
    line-height: 16px;
  }
}
.calculate-bonus__total-value {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 1023px) {
  .calculate-bonus__total-value {
    font-size: 28px;
    line-height: 36px;
  }
}
.conditions {
  position: relative;
  padding: 56px 0 59px;
  background-color: #f7f7fa;
}
@media (max-width: 1023px) {
  .conditions {
    padding: 24px 0;
  }
}
.conditions__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conditions__body {
    display: block;
  }
}
.conditions__content {
  width: 640px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .conditions__content {
    width: 640px;
  }
}
@media (max-width: 1200px) {
  .conditions__content {
    width: 530px;
  }
}
@media (max-width: 1023px) {
  .conditions__content {
    width: 390px;
  }
}
@media (max-width: 767px) {
  .conditions__content {
    width: 100%;
  }
}
.conditions__title {
  margin-bottom: 57px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .conditions__title {
    max-width: 244px;
    margin-bottom: 300px;
    padding-right: 0;
    font-size: 19px;
    line-height: 25px;
  }
}
.conditions__items {
  display: flex;
  margin-bottom: -32px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conditions__items {
    display: block;
    margin-bottom: 0;
  }
}
.conditions__item {
  position: relative;
  width: 256px;
  min-height: 66px;
  margin-bottom: 32px;
  padding-top: 15px;
}
@media (max-width: 1440px) {
  .conditions__item {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .conditions__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .conditions__item {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .conditions__item {
    width: 100%;
    min-height: auto;
    margin-bottom: 24px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .conditions__item:last-child {
    margin-bottom: 0;
  }
}
.conditions__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  content: '';
  background-color: #dd0a34;
}
.conditions__item-text {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .conditions__item-text {
    font-size: 13px;
    line-height: 18px;
  }
}
.conditions__image {
  display: block;
  max-width: 100%;
  margin-right: -32px;
}
.conditions__image-wrapper {
  width: 352px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .conditions__image-wrapper {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .conditions__image-wrapper {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .conditions__image-wrapper {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .conditions__image-wrapper {
    position: absolute;
    top: 156px;
    left: 50%;
    width: 212px;
    transform: translateX(-50%);
  }
}
.bonuses .swiper-slide img {
  display: block;
  max-width: 100%;
  border-radius: 0 0 30px 30px;
}
.bonuses__header {
  width: 1120px;
  position: relative;
  margin-bottom: 36px;
}
@media (max-width: 1440px) {
  .bonuses__header {
    width: 1120px;
  }
}
@media (max-width: 1200px) {
  .bonuses__header {
    width: 930px;
  }
}
@media (max-width: 1023px) {
  .bonuses__header {
    width: 690px;
  }
}
.bonuses__header .link {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .bonuses__header .link {
    display: none;
  }
}
@media (max-width: 1023px) {
  .bonuses__header {
    width: 100%;
    margin-bottom: 24px;
  }
}
.bonuses__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .bonuses__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .bonuses__description {
    font-size: 13px;
    line-height: 18px;
  }
  .bonuses__description br {
    display: none;
  }
}
.bonuses__list {
  position: relative;
}
@media (max-width: 1023px) {
  .bonuses__list {
    margin-right: -16px;
  }
}
.bonuses__list .mq-phone {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .bonuses__list .mq-phone {
    margin-top: 12px;
  }
}
.bonuses__list .mq-phone .link {
  font-size: 13px;
}
.bonuses__slide {
  position: relative;
  width: 256px;
  height: 300px;
  margin-right: 32px;
  overflow: hidden;
  background-color: #f7f7fa;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .bonuses__slide {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .bonuses__slide {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .bonuses__slide {
    width: 150px;
  }
}
.bonuses__slide img {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .bonuses__slide {
    width: 240px;
    margin-right: 0;
  }
}
.bonuses__slide:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .bonuses__slide:last-child {
    margin-bottom: 0;
  }
}
.bonuses__slide-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding-top: 32px;
  text-align: center;
  background-image: url("../images/card-page/partners/patrner-mask.png");
  background-size: contain;
}
.bonuses__slide-title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #242729;
}
.bonuses__slide-description {
  max-width: 200px;
  margin: auto;
  line-height: 22px;
  color: #6d6d73;
}
.bonuses__slide-description .small {
  font-size: 13px;
  line-height: 18px;
}
.bonuses__link {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .bonuses__link {
    line-height: 22px;
  }
}
.bonuses__buttons {
  position: absolute;
  top: 50%;
  right: -67px;
  z-index: 2;
  width: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .bonuses__buttons {
    display: none;
  }
}
.bonuses__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.bonuses__button:after {
  content: none;
}
.bonuses__button_next {
  margin-bottom: 12px;
}
.bonuses__button_prev {
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.bonuses__button.swiper-button-disabled {
  opacity: 1;
}
.bonuses__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.bonuses__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
.payment-offers {
  padding-top: 0;
}
.payment-offers__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .payment-offers__title {
    max-width: 240px;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 25px;
  }
}
.payment-offers__header {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .payment-offers__header {
    margin-bottom: 16px;
  }
}
.payment-offers__header-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .payment-offers__header .tabs {
    display: none;
  }
}
@media (max-width: 1023px) {
  .payment-offers__link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 16px;
  }
}
.payment-offers__items {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: -32px;
  padding-bottom: 20px;
}
@media (max-width: 1440px) {
  .payment-offers__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .payment-offers__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .payment-offers__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .payment-offers__items {
    display: block;
    margin-right: 0;
    white-space: nowrap;
  }
}
.payment-offers__items-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .payment-offers__items-wrapper {
    margin-right: -16px;
    overflow: auto;
    margin-bottom: -20px;
  }
}
.payment-offers__card {
  width: 352px;
  margin-right: 32px;
  padding: 24px;
  min-width: 290px;
}
@media (max-width: 1440px) {
  .payment-offers__card {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .payment-offers__card {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .payment-offers__card {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .payment-offers__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .payment-offers__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .payment-offers__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .payment-offers__card {
    display: inline-block;
    width: 278px;
    height: auto;
    min-height: 180px;
    margin-right: 12px;
    padding: 16px 24px;
    vertical-align: top;
    white-space: normal;
  }
}
@media (max-width: 1023px) {
  .payment-offers__card:last-child {
    margin-right: 16px;
  }
}
.payment-offers__card-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.payment-offers__card-date {
  display: flex;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
  align-items: center;
}
@media (max-width: 1023px) {
  .payment-offers__card-date {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 16px;
  }
}
.payment-offers__card-date img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.payment-offers__card-title {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .payment-offers__card-title {
    font-size: 15px;
    line-height: 20px;
  }
}
.payment-offers__card-description {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .payment-offers__card-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.payment-offers__card-link {
  margin-top: auto;
}
@media (max-width: 1023px) {
  .payment-offers__card-link {
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px;
  }
}
.pay-offers {
  padding-top: 0;
}
.pay-offers__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .pay-offers__title {
    max-width: 240px;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 25px;
  }
}
.pay-offers__header {
  position: relative;
  margin-bottom: 22px;
}
@media (max-width: 1023px) {
  .pay-offers__header {
    margin-bottom: 16px;
  }
}
.pay-offers__header-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .pay-offers__link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 16px;
  }
}
.pay-offers__items {
  max-width: 735px;
}
@media (max-width: 1023px) {
  .pay-offers__items {
    display: block;
    margin-right: 16px;
  }
}
.pay-offers__items-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .pay-offers__items-wrapper {
    margin-right: -16px;
    overflow: auto;
  }
}
.pay-offers__card {
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  border-bottom: 1px solid #e4e8ed;
  border-radius: 0;
}
.pay-offers__card .heading_level_3 {
  margin-bottom: 12px;
  font-weight: 400;
}
.pay-offers__card__item {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8ed;
  transition: opacity 0.175s ease-in;
}
@media (max-width: 1023px) {
  .pay-offers__card__item {
    margin-bottom: 24px;
    padding-bottom: 13px;
  }
}
.pay-offers__card:last-child {
  margin-bottom: 0;
  border: none;
}
.pay-offers__card-date {
  margin-bottom: 12px;
  padding-left: 20px;
}
.pay-offers__card-date img {
  position: absolute;
  margin-top: 2px;
  margin-left: -20px;
}
.pay-offers__card-date {
  line-height: 22px;
  color: #919399;
}
.pay-offers__card-title {
  font-weight: normal;
}
.pay-offers__card-link {
  transition: color 0.35s;
}
.pay-offers__card-link:hover {
  cursor: pointer;
  color: #dd0a34;
}
.loading .pay-offers__card {
  opacity: 0;
}
.pay-offers__pages {
  display: flex;
  align-items: center;
}
.pay-offers__pagination {
  display: flex;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}
.pay-offers__pagination-button {
  display: inline-flex;
  margin-right: 16px;
  font-size: 17px;
  line-height: 24px;
  color: #636363;
  transition: color 0.35s;
  align-items: center;
}
.pay-offers__pagination-button:last-child {
  margin-right: 0;
}
.pay-offers__pagination-button:hover {
  color: #dd0a34;
}
.pay-offers__pagination-button svg {
  vertical-align: middle;
}
.pay-offers__pagination-button.active {
  color: #dd0a34;
}
.pay-offers__more {
  margin-right: 55px;
}
@media (max-width: 1023px) {
  .pay-offers__more {
    height: 40px;
    font-size: 15px;
    line-height: 22px;
  }
}
.moscardblack .capabilities__inner {
  display: none;
}
.moscardblack .capabilities__inner.active {
  display: block;
}
.moscardblack .margin-top-25 {
  margin-top: 25px;
}
.moscardblack .capabilities__header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.moscardblack .accordion__panel-container {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 48px;
  max-width: 832px;
}
.moscardblack .accordion {
  margin-bottom: 0;
}
.moscardblack .accordion ul ul {
  margin-top: 20px;
}
.moscardblack .accordion ul ul li:before {
  content: '-';
  background-color: transparent;
  top: 0;
}
.moscardblack .accordion__button {
  position: relative;
  padding: 32px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #e4e8ed;
  transition: color 0.35s;
  color: #242729;
}
.moscardblack .accordion__button::after {
  position: absolute;
  top: 29px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  content: '';
  background-image: url("../images/icons/arrow-down-large.svg");
  background-size: cover;
  transition: transform 200ms ease-in;
  transform: rotate(0);
}
@media (max-width: 1023px) {
  .moscardblack .accordion__button::after {
    top: 24px;
    width: 32px;
    height: 32px;
  }
}
.moscardblack .accordion__button:hover {
  color: #dd0a34;
}
.moscardblack .accordion__button:hover::after {
  background-image: url("../images/icons/arrow-down-large-red.svg");
}
@media (max-width: 1023px) {
  .moscardblack .accordion__button {
    padding: 24px 0;
    font-size: 19px;
    line-height: 25px;
  }
}
.moscardblack .accordion_open .accordion__button:after {
  position: absolute;
  top: 29px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  content: '';
  background-image: url("../images/icons/arrow-down-large.svg");
  background-size: cover;
  transition: transform 200ms ease-out, background-image 0.35s;
  transform: rotate(-180deg);
}
.moscardblack .accordion:nth-child(1) .accordion__button {
  border-top: 0px solid #e4e8ed;
}
.interesting__title {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .interesting__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.interesting__list {
  position: relative;
}
@media (max-width: 1023px) {
  .interesting__list {
    margin-right: -16px;
  }
}
.interesting__list .swiper-container {
  width: 100%;
}
.interesting__link {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .interesting__link {
    line-height: 22px;
  }
}
.interesting__buttons {
  position: absolute;
  top: 50%;
  right: -67px;
  z-index: 2;
  width: 40px;
  transform: translateY(-50%);
  margin-top: -20px;
}
.interesting__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.interesting__button:after {
  content: none;
}
.interesting__button_next {
  margin-bottom: 12px;
}
.interesting__button_prev {
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.interesting__button.swiper-button-disabled {
  opacity: 1;
}
.interesting__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.interesting__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
.interesting .featured-products__card {
  width: auto;
}
@media (max-width: 1023px) {
  .interesting .featured-products__card {
    width: 240px;
    margin-right: 0;
  }
}
.card-comparison {
  padding-bottom: 40px;
}
.card-comparison__header {
  padding-top: 16px;
}
.card-comparison__sections {
  position: relative;
  margin-bottom: 40px;
}
.card-comparison__section_close .card-comparison__section-content {
  transition: max-height 200ms ease-in;
}
.card-comparison__section_close .card-comparison__section-header::after {
  transition: transform 200ms ease-in;
  transform: rotate(0);
}
.card-comparison__section-header {
  position: relative;
  padding: 40px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 1px solid #e4e8ed;
  transition: color 0.35s;
}
.card-comparison__section-header:hover {
  color: #dd0a34;
}
.card-comparison__section-header:hover::after {
  background-image: url("../images/icons/arrow-down-large-red.svg");
}
@media (max-width: 1023px) {
  .card-comparison__section-header {
    padding: 24px 0;
    font-size: 19px;
    line-height: 25px;
  }
}
.card-comparison__section-header::after {
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  content: '';
  background-image: url("../images/icons/arrow-down-large.svg");
  background-size: cover;
  transition: transform 200ms ease-out, background-image 0.35s;
  transform: rotate(-180deg);
}
@media (max-width: 1023px) {
  .card-comparison__section-header::after {
    top: 24px;
    width: 32px;
    height: 32px;
  }
}
.card-comparison__section-content {
  overflow-y: hidden;
  transition: max-height 200ms ease-out;
}
.card-comparison__section-inner {
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .card-comparison__section-inner {
    padding-bottom: 32px;
  }
}
.card-comparison__list {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .card-comparison__list {
    justify-content: space-between;
  }
}
.card-comparison__name {
  margin-bottom: 6px;
}
.card-comparison__description {
  margin-bottom: 24px;
}
.card-comparison__image {
  width: 165px;
  height: 262px;
  margin-bottom: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  box-shadow: 0 12px 18px rgba(79,105,118,0.12);
}
.card-comparison__footer {
  position: relative;
  z-index: 4;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f7f7fa;
}
@media (max-width: 1023px) {
  .card-comparison__footer {
    padding: 32px 0;
  }
}
.card-comparison__footer .card-comparison__name {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .card-comparison__footer .card-comparison__name {
    font-size: 19px;
    line-height: 25px;
  }
}
.card-comparison__footer .card-comparison__image {
  width: 215px;
  height: 340px;
}
@media (max-width: 1023px) {
  .card-comparison__footer .card-comparison__image {
    width: 101px;
    height: 160px;
    margin-top: auto;
    margin-bottom: 24px;
  }
}
.card-comparison__footer .card-comparison__button .btn {
  height: 56px;
  padding: 16px 32px;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  background-color: #dd0a34;
  border: none;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .card-comparison__footer .card-comparison__button .btn {
    height: auto;
    padding: 9px 16px;
    font-size: 13px;
    line-height: 18px;
    border-radius: 4px;
  }
}
.card-comparison__footer .card-comparison__button .btn:hover {
  background-color: #c31639;
}
@media (max-width: 1023px) {
  .card-comparison__header .card-comparison__description {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .card-comparison__header .card-comparison__image {
    width: 80px;
    height: 127px;
    margin-bottom: 16px;
    order: -1;
  }
}
@media (max-width: 1023px) {
  .card-comparison__header .card-comparison__button {
    margin-top: auto;
  }
}
@media (max-width: 1023px) {
  .card-comparison__header .card-comparison__name,
  .card-comparison__footer .card-comparison__name {
    margin-bottom: 4px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .card-comparison__header .card-comparison__name,
  .card-comparison__footer .card-comparison__name {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .card-comparison__header .card-comparison__description,
  .card-comparison__footer .card-comparison__description {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .card-comparison__header .card-comparison__list,
  .card-comparison__footer .card-comparison__list {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .card-comparison__header .card-comparison__list .grid__column,
  .card-comparison__footer .card-comparison__list .grid__column {
    display: flex;
    width: calc(((100% - 16px) / 2));
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .card-comparison__header .card-comparison__list .grid__column.card-comparison__choose-column,
  .card-comparison__footer .card-comparison__list .grid__column.card-comparison__choose-column {
    width: 100%;
    margin-bottom: 24px;
    order: -1;
    align-items: flex-start;
  }
}
@media (max-width: 320px) {
  .card-comparison__header .card-comparison__button .btn,
  .card-comparison__footer .card-comparison__button .btn {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.card-comparison__choose {
  padding-top: 11px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .card-comparison__choose {
    padding-top: 0;
  }
}
.card-comparison__fixed {
  position: relative;
  top: 56px;
  right: 0;
}
.card-comparison__fixed-list {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-list {
    padding: 0;
    justify-content: space-between;
  }
}
.card-comparison__fixed-list.active {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-list .grid__column {
    width: calc(((100% - 16px) / 2));
  }
}
@media (max-width: 320px) {
  .card-comparison__fixed-list .grid__column {
    width: calc(((100% - 10px) / 2));
  }
}
.card-comparison__fixed-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 8px 16px;
  background-color: #f7f7fa;
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-card {
    height: 100%;
    padding: 12px 8px;
    border-radius: 4px;
  }
}
.card-comparison__fixed-card:hover .card-comparison__fixed-text {
  pointer-events: none;
  opacity: 0;
}
.card-comparison__fixed-card:hover .card-comparison__fixed-link {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
.card-comparison__fixed-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-title {
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 320px) {
  .card-comparison__fixed-title {
    font-size: 15px;
    line-height: 22px;
  }
}
.card-comparison__fixed-text {
  font-size: 13px;
  line-height: 18px;
  pointer-events: auto;
  color: #6d6d73;
  opacity: 1;
  transition: opacity 0.35s;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-text {
    display: none;
  }
}
.card-comparison__fixed-link {
  position: absolute;
  left: 16px;
  bottom: 8px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  pointer-events: none;
  color: #dd0a34;
  opacity: 0;
  transition: color 0.35s, opacity 0.35s;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-link {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: auto;
    pointer-events: auto;
    opacity: 1;
  }
}
.card-comparison__fixed-link:hover {
  color: #c31639;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-link.mq-desktop {
    display: none;
  }
}
.card-comparison__fixed-link.mq-phone {
  display: none;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-link.mq-phone {
    display: block;
  }
}
.card-comparison__fixed-image {
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .card-comparison__fixed-image {
    display: none;
  }
}
.personal-info-fields {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .personal-info-fields {
    margin-bottom: 12px;
  }
}
.personal-info .field__input {
  padding: 15px 16px;
}
.personal-info .field__input::-webkit-input-placeholder {
  color: #919399;
  opacity: 1;
}
.personal-info .field__input:-ms-input-placeholder {
  color: #919399;
  opacity: 1;
}
.personal-info .field__input::placeholder {
  color: #919399;
  opacity: 1;
}
@media (max-width: 1023px) {
  .personal-info .field__input {
    max-width: 600px;
    padding: 11px 16px;
  }
}
.personal-info-name {
  max-width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .personal-info-name {
    margin-bottom: 17px;
  }
}
.personal-info-contacts {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .personal-info-contacts {
    display: block;
    margin-bottom: 19px;
  }
}
.personal-info-row {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.personal-info-row:last-child {
  margin-bottom: 0;
}
.personal-info-phone,
.personal-info-email {
  max-width: 304px;
}
@media (max-width: 1023px) {
  .personal-info-phone,
  .personal-info-email {
    max-width: 600px;
    margin-bottom: 16px;
  }
}
.personal-info-phone .field__input,
.personal-info-email .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .personal-info-phone .field__input,
  .personal-info-email .field__input {
    width: 100%;
  }
}
.personal-info-phone {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .personal-info-phone {
    margin-right: 0;
  }
}
.personal-info-captcha {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media (max-width: 1023px) {
  .personal-info-captcha {
    display: block;
    margin-bottom: 17px;
  }
}
.personal-info-captcha-img {
  position: absolute;
  right: 42px;
  bottom: 3px;
  width: 117px;
  height: 40px;
}
@media (max-width: 1023px) {
  .personal-info-captcha-img {
    bottom: 0;
  }
}
.personal-info-captcha-btn {
  margin-top: 32px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.personal-info-captcha-btn:hover {
  color: #c31639;
}
@media (max-width: 1023px) {
  .personal-info-captcha-btn {
    margin-top: 24px;
  }
}
.personal-info-code {
  position: relative;
  width: 304px;
  margin-right: 7px;
}
.personal-info-code .field__input {
  width: 130px;
  padding: 14px 16px;
}
.personal-info-checkbox {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .personal-info-checkbox {
    margin-bottom: 18px;
  }
}
.personal-info-checkbox .field__icon {
  margin-right: 14px;
  margin-bottom: 22px;
}
.personal-info-options {
  margin-bottom: 4px;
}
.personal-info-options .how-to-make__order-checkbox {
  margin-bottom: 4px;
}
.personal-info-options .how-to-make__order-checkbox:last-child {
  margin-bottom: 0;
}
.personal-info-options .field__icon {
  margin-bottom: 0;
}
.personal-info-options .field__input {
  padding: 0;
}
.personal-info-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .personal-info-bottom {
    flex-direction: column-reverse;
  }
}
.personal-info-conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .personal-info-conditions {
    font-size: 11px;
    line-height: 16px;
  }
}
.personal-info-conditions a {
  color: #64666c;
  transition: color 0.35s;
}
.personal-info-conditions a:hover {
  color: #dd0a34;
}
.personal-info-button {
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .personal-info-button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.personal-info__confirm-text {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-text {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.personal-info__confirm-fields {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .personal-info__confirm-fields {
    margin-bottom: 20px;
  }
}
.personal-info__confirm-code {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-code {
    margin-right: 33px;
  }
}
.personal-info__confirm-code .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-code .field__input {
    width: 166px;
  }
}
.personal-info__confirm-btn {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.personal-info__confirm-btn:hover {
  color: #c31639;
}
.personal-info__confirm-change,
.personal-info__confirm-message {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
  transition: color 0.35s;
}
.personal-info__confirm-change:hover,
.personal-info__confirm-message:hover {
  color: #dd0a34;
}
.personal-info__confirm-change {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-change {
    margin-bottom: 12px;
  }
}
.card-details-fields {
  margin-bottom: 16px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .card-details-fields {
    margin-bottom: 12px;
  }
}
.card-details__checkboxes {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .card-details__checkboxes {
    display: block;
    margin-bottom: 23px;
  }
}
@media (max-width: 1023px) {
  .card-details__checkboxes .tabs__item span {
    padding: 11px 13px;
  }
}
.card-details__type-card,
.card-details__currency {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .card-details__type-card,
  .card-details__currency {
    font-size: 11px;
    line-height: 16px;
  }
}
.card-details__currency {
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  .card-details__currency {
    margin-top: 18px;
  }
}
.card-details__currencies .field__icon {
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-left: 12px;
  font-size: 13px;
  line-height: 32px;
}
@media (max-width: 1023px) {
  .card-details__currencies .field__icon {
    width: 42px;
    height: 42px;
    font-size: 21px;
    line-height: 42px;
  }
}
.card-details__currencies .field_radio:first-child .field__icon {
  margin-left: 0;
}
.card-details__name,
.card-details__code {
  max-width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .card-details__name,
  .card-details__code {
    margin-bottom: 16px;
  }
}
.card-details__name .field__input,
.card-details__code .field__input {
  padding: 15px 16px;
}
@media (max-width: 1023px) {
  .card-details__name .field__input,
  .card-details__code .field__input {
    padding: 11px 16px;
  }
}
.card-details__name .field__input {
  text-transform: uppercase;
}
.card-details__code .field__input {
  margin-bottom: 8px;
  text-transform: lowercase;
}
.card-details__code .field__input::-webkit-input-placeholder {
  text-transform: none;
}
.card-details__code .field__input:-ms-input-placeholder {
  text-transform: none;
}
.card-details__code .field__input::placeholder {
  text-transform: none;
}
.card-details__code .field__error_secretword {
  position: relative;
  top: unset;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .card-details__code .field__error_secretword {
    max-width: 85%;
    margin-bottom: 31px;
    font-size: 11px;
    line-height: 16px;
  }
}
.card-details__description {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .card-details__description {
    max-width: 85%;
    font-size: 11px;
    line-height: 16px;
  }
}
.card-details__bottom {
  text-align: right;
}
@media (max-width: 1023px) {
  .card-details__button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.payring-request-form .personal-info-fields {
  margin-bottom: 26px;
  border-bottom: none;
/* padding-bottom 16px
      border-bottom 1px solid $border */
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-fields {
    margin-bottom: 12px;
  }
}
.payring-request-form .personal-info .field__input {
  padding: 15px 16px;
}
.payring-request-form .personal-info .field__input::-webkit-input-placeholder {
  color: #919399;
  opacity: 1;
}
.payring-request-form .personal-info .field__input:-ms-input-placeholder {
  color: #919399;
  opacity: 1;
}
.payring-request-form .personal-info .field__input::placeholder {
  color: #919399;
  opacity: 1;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info .field__input {
    max-width: 600px;
    padding: 11px 16px;
  }
}
.payring-request-form .personal-info-name {
  max-width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-name {
    margin-bottom: 17px;
  }
}
.payring-request-form .personal-info-birth-date {
  width: 100%;
  margin-right: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-birth-date {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.payring-request-form .personal-info-contacts {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-contacts {
    display: block;
    margin-bottom: 19px;
  }
}
.payring-request-form .personal-info-row {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.payring-request-form .personal-info-row:last-child {
  margin-bottom: 0;
}
.payring-request-form .personal-info-email {
  width: 100%;
  margin-right: 0;
}
.payring-request-form .personal-info-phone,
.payring-request-form .personal-info-email {
  max-width: 304px;
  height: 100%;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-phone,
  .payring-request-form .personal-info-email {
    max-width: 600px;
    margin-bottom: 16px;
  }
}
.payring-request-form .personal-info-phone .field__input,
.payring-request-form .personal-info-email .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-phone .field__input,
  .payring-request-form .personal-info-email .field__input {
    width: 100%;
  }
}
.payring-request-form .personal-info-phone {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-phone {
    margin-right: 0;
  }
}
.payring-request-form .personal-info-captcha {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-captcha {
    display: block;
    margin-bottom: 17px;
  }
}
.payring-request-form .personal-info-captcha-img {
  position: absolute;
  right: 42px;
  bottom: 3px;
  width: 117px;
  height: 40px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-captcha-img {
    bottom: 0;
  }
}
.payring-request-form .personal-info-captcha-btn {
  margin-top: 32px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.payring-request-form .personal-info-captcha-btn:hover {
  color: #c31639;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-captcha-btn {
    margin-top: 24px;
  }
}
.payring-request-form .personal-info-code {
  position: relative;
  width: 304px;
  margin-right: 7px;
}
.payring-request-form .personal-info-code .field__input {
  width: 130px;
  padding: 14px 16px;
}
.payring-request-form .personal-info-checkbox {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-checkbox {
    margin-bottom: 18px;
  }
}
.payring-request-form .personal-info-checkbox .field__icon {
  margin-right: 14px;
  margin-bottom: 22px;
}
.payring-request-form .personal-info-checkbox .field__caption {
  z-index: 1;
}
.payring-request-form .personal-info-options {
  margin-bottom: 4px;
}
.payring-request-form .personal-info-options .how-to-make__order-checkbox {
  margin-bottom: 4px;
}
.payring-request-form .personal-info-options .how-to-make__order-checkbox:last-child {
  margin-bottom: 0;
}
.payring-request-form .personal-info-options .field__icon {
  margin-bottom: 0;
}
.payring-request-form .personal-info-options .field__input {
  padding: 0;
}
.payring-request-form .personal-info-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-bottom {
    flex-direction: column-reverse;
  }
}
.payring-request-form .personal-info-conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-conditions {
    font-size: 11px;
    line-height: 16px;
  }
}
.payring-request-form .personal-info-conditions a {
  color: #64666c;
  transition: color 0.35s;
}
.payring-request-form .personal-info-conditions a:hover {
  color: #dd0a34;
}
.payring-request-form .personal-info-button {
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info-button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.payring-request-form .personal-info__confirm-text {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info__confirm-text {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.payring-request-form .personal-info__confirm-fields {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info__confirm-fields {
    margin-bottom: 20px;
  }
}
.payring-request-form .personal-info__confirm-code {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info__confirm-code {
    margin-right: 33px;
  }
}
.payring-request-form .personal-info__confirm-code .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info__confirm-code .field__input {
    width: 166px;
  }
}
.payring-request-form .personal-info__confirm-btn {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.payring-request-form .personal-info__confirm-btn:hover {
  color: #c31639;
}
.payring-request-form .personal-info__confirm-change,
.payring-request-form .personal-info__confirm-message {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
  transition: color 0.35s;
}
.payring-request-form .personal-info__confirm-change:hover,
.payring-request-form .personal-info__confirm-message:hover {
  color: #dd0a34;
}
.payring-request-form .personal-info__confirm-change {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .payring-request-form .personal-info__confirm-change {
    margin-bottom: 12px;
  }
}
.payring-request-form .card-details__checkboxes {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__checkboxes {
    display: block;
    margin-bottom: 23px;
  }
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__checkboxes .tabs__item .label {
    padding: 11px 13px;
  }
}
.payring-request-form .card-details__choices {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__choices {
    display: block;
    margin-bottom: 23px;
  }
}
.payring-request-form .card-details__choices .tabs {
  width: 100%;
}
.payring-request-form .card-details__choices .tabs__list {
  display: grid;
  background-color: #fff;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
}
.payring-request-form .card-details__choices .tabs__item {
  margin: 0 20px 0 0;
}
.payring-request-form .card-details__choices .tabs__item .ring__type__label {
  display: flex;
  width: 50%;
  margin: auto;
  padding: 5px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
}
.payring-request-form .card-details__choices .tabs__item .ring__type__label .helper__text {
  width: 400px;
}
.payring-request-form .card-details__choices .tabs__item .ring__type__label .helper__text ul {
  padding: 10px 15px;
  list-style-type: circle;
}
.payring-request-form .card-details__choices .tabs__item .ring__type__label .helper__text ul li {
  padding: 2px 0;
}
.payring-request-form .card-details__choices .tabs__item .ring__type__item {
  display: block;
}
.payring-request-form .card-details__choices .tabs__item .ring__type__image {
  padding: 8px 0 0 8px;
}
.payring-request-form .card-details__choices .tabs__item .ring__type__image img {
  width: 129px;
  height: 126px;
}
.payring-request-form .card-details__choices .tabs__item .ring__type__desc {
  font-size: 13px;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__choices .tabs__item .ring__type__label {
    padding: 11px 13px;
  }
}
.payring-request-form .card-details__type-card,
.payring-request-form .card-details__currency {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__type-card,
  .payring-request-form .card-details__currency {
    font-size: 11px;
    line-height: 16px;
  }
}
.payring-request-form .card-details__currency {
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__currency {
    margin-top: 18px;
  }
}
.payring-request-form .card-details__currencies {
  margin-bottom: 24px;
}
.payring-request-form .card-details__currencies .field__icon {
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__currencies .field__icon {
    width: 42px;
    height: 42px;
    font-size: 21px;
    line-height: 42px;
  }
}
.payring-request-form .card-details__currencies .field_radio:first-child .field__icon {
  margin-left: 0;
}
.payring-request-form .card-details__name,
.payring-request-form .card-details__code,
.payring-request-form .card-details__ringsize {
  max-width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__name,
  .payring-request-form .card-details__code,
  .payring-request-form .card-details__ringsize {
    margin-bottom: 16px;
  }
}
.payring-request-form .card-details__name .field__input,
.payring-request-form .card-details__code .field__input,
.payring-request-form .card-details__ringsize .field__input {
  padding: 15px 16px;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__name .field__input,
  .payring-request-form .card-details__code .field__input,
  .payring-request-form .card-details__ringsize .field__input {
    padding: 11px 16px;
  }
}
.payring-request-form .card-details__name .field__input {
  text-transform: uppercase;
}
.payring-request-form .card-details__code .field__input {
  margin-bottom: 8px;
  text-transform: lowercase;
}
.payring-request-form .card-details__code .field__input::-webkit-input-placeholder {
  text-transform: none;
}
.payring-request-form .card-details__code .field__input:-ms-input-placeholder {
  text-transform: none;
}
.payring-request-form .card-details__code .field__input::placeholder {
  text-transform: none;
}
.payring-request-form .card-details__code .field__error_secretword {
  position: relative;
  top: unset;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__code .field__error_secretword {
    max-width: 85%;
    margin-bottom: 31px;
    font-size: 11px;
    line-height: 16px;
  }
}
.payring-request-form .card-details__description {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__description {
    max-width: 85%;
    font-size: 11px;
    line-height: 16px;
  }
}
.payring-request-form .card-details__bottom {
  text-align: right;
}
@media (max-width: 1023px) {
  .payring-request-form .card-details__button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.payring-request-form .link-text {
  border-bottom: 1px dashed #6d6d73;
}
@media (max-width: 1023px) {
  .payring-request-form .btn_primary {
    margin-right: 20px;
  }
}
.payring-request-form .vue-modal .modal-header {
  margin-top: 8px;
}
.payring-request-form .vue-modal .modal-container {
  overflow: hidden;
}
.payring-request-form .vue-modal .modal-body {
  width: 750px;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .payring-request-form .vue-modal .modal-body {
    max-width: 90vw;
  }
}
.payring-request-form .vue-modal .modal-body .container {
  padding: 0;
  padding-right: 40px;
}
.payring-request-form .vue-modal .modal__close {
  top: 16px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .application-processing {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .application-processing {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-processing__content {
  margin-bottom: 8px;
}
.application-processing__title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-processing__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-processing__text {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .application-processing__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-processing__timer {
  color: #dd0a34;
}
.application-processing__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-processing__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .application-processing_credit .application-processing__text {
    max-width: 260px;
  }
}
@media (max-width: 1200px) {
  .application-success {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .application-success {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-success__content {
  margin-bottom: 8px;
}
.application-success__title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-success__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-success__text {
  max-width: 260px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .application-success__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-success__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .application-success__buttons {
    flex-direction: column;
  }
}
.application-success__button {
  line-height: 38px;
}
.application-success__resend {
  margin-left: 43px;
  color: #dd0a34;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .application-success__resend {
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-success__resend:hover {
  color: #c31639;
}
.application-success__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-success__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .application-failed {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.application-failed__content {
  margin-bottom: 8px;
}
.application-failed__title {
  max-width: 400px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .application-failed__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.application-failed__text {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .application-failed__text {
    margin: auto;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-failed__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .application-failed__buttons {
    flex-direction: column;
  }
}
.application-failed__link {
  margin-left: 43px;
  color: #dd0a34;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .application-failed__link {
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
.application-failed__link:hover {
  color: #c31639;
}
.application-failed__image {
  width: 139px;
  height: 139px;
  background-image: url("../images/contributions/form-processing.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .application-failed__image {
    width: 77px;
    height: 77px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .application-failed_credit .application-failed__buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .application-failed_credit .application-failed__link {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .modal .payring-request-form {
    display: block;
  }
}
.payring-request-form {
  padding: 48px 144px 40px;
}
@media (max-width: 1200px) {
  .payring-request-form {
    padding: 48px 70px 40px;
  }
}
@media (max-width: 1023px) {
  .payring-request-form {
    display: none;
    padding: 32px 0 58px;
  }
  .how-to-make_incasation .payring-request-form {
    display: block;
    padding: 25px 16px 0;
  }
}
.payring-request-form-options {
  display: flex;
  flex-direction: column;
}
.payring-request-form-phone-title {
  display: none;
}
@media (max-width: 1023px) {
  .payring-request-form-phone-title {
    display: block;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .payring-request-form .steps-wrap {
    margin-right: -16px;
    margin-bottom: 15px;
    padding: 6px 0 5px;
  }
}
.payring-request-form .steps {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .payring-request-form .steps {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .payring-request-form .field__error {
    top: calc(100% + 2px);
    width: 100%;
    overflow: hidden;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.payring-request-form-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .payring-request-form-title {
    display: none;
  }
}
.payring-request-form-title_confirm {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .payring-request-form-title_confirm {
    margin-bottom: 2px;
  }
}
.payring-request-form-caption {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.payring-request-form .vue-form-wizard {
  width: 100%;
}
.payring-request-form .wizard-footer-right {
  float: right;
}
.payring-request-form .wizard-nav {
  display: flex;
  list-style: none;
}
.payring-request-form .wizard-nav li.active {
  color: #dd0a34;
}
.payring-request-form .wizard-nav li a {
  display: flex;
  cursor: default;
}
.payring-request-form .wizard-nav li a .wizard-icon {
  display: none;
}
.payring-request-form .wizard-nav li a .stepTitle {
  margin-right: 32px;
  font-size: 11px;
  line-height: 16px;
}
.payring-request-form .wizard-nav li a .stepTitle.active {
  color: #dd0a34;
}
.how-to-make {
  padding: 72px 0;
  background-color: rgba(247,247,250,0.65);
}
@media (max-width: 1023px) {
  .how-to-make {
    margin-top: -48px;
    padding: 68px 0 32px;
  }
}
.how-to-make__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .how-to-make__title {
    margin-bottom: 16px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .how-to-make__phone-form {
    margin: 0 -16px;
  }
}
.how-to-make__tabs {
  display: flex;
  width: 928px;
  margin: auto;
}
@media (max-width: 1440px) {
  .how-to-make__tabs {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make__tabs {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__tabs {
    width: 570px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__tabs {
    display: none;
  }
}
.how-to-make_incasation .how-to-make__tabs {
  display: flex;
  width: 928px;
}
@media (max-width: 1440px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 570px;
  }
}
.how-to-make__tab {
  position: relative;
  z-index: 1;
  display: flex;
  width: 309px;
  height: 73px;
  flex-direction: column;
  cursor: pointer;
  color: #919399;
  background-color: #fcfcfd;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  transition: background-color 0.35s ease, color 0.35s ease;
  align-items: center;
  justify-content: center;
}
.how-to-make__tab-title {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tab-title {
    font-size: 15px;
  }
}
.how-to-make__tab-description {
  font-size: 11px;
  line-height: 16px;
}
.how-to-make__tab.how-to-make__tab.active {
  z-index: 3;
  color: #242729;
  background-color: #fff;
}
.how-to-make__tab:first-child {
  z-index: 2;
}
.how-to-make__tab:last-child {
  z-index: 0;
}
.how-to-make__content {
  position: relative;
  display: flex;
  width: 928px;
  z-index: 4;
  margin: auto;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 13px 16px rgba(79,105,118,0.1);
}
@media (max-width: 1440px) {
  .how-to-make__content {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make__content {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__content {
    width: 570px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__content {
    width: 100%;
  }
}
.how-to-make__inner {
  display: none;
  width: 100%;
}
.how-to-make__inner.active {
  display: block;
}
.how-to-make__additional-checkbox {
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .how-to-make__additional-checkbox {
    margin-bottom: 5px;
  }
}
.how-to-make__order {
  padding: 48px 144px 40px;
}
@media (max-width: 1200px) {
  .how-to-make__order {
    padding: 48px 70px 40px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__order {
    display: none;
    padding: 32px 0 58px;
  }
  .how-to-make_incasation .how-to-make__order {
    display: block;
    padding: 25px 16px 0;
  }
}
.how-to-make__order-options {
  display: flex;
  flex-direction: column;
}
.how-to-make__order-phone-title {
  display: none;
}
@media (max-width: 1023px) {
  .how-to-make__order-phone-title {
    display: block;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__order-steps-wrap {
    margin-right: -16px;
    margin-bottom: 15px;
    padding: 6px 0 5px;
    overflow-x: scroll;
  }
}
.how-to-make__order-steps {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .how-to-make__order-steps {
    margin-bottom: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.how-to-make__order-step {
  margin-right: 32px;
  font-size: 11px;
  line-height: 16px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .how-to-make__order-step {
    margin-right: 0;
    padding-right: 32px;
  }
}
.how-to-make__order-step.active {
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .how-to-make__order .field__error {
    top: calc(100% + 2px);
    width: 100%;
    overflow: hidden;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.how-to-make__order-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__order-title {
    display: none;
  }
}
.how-to-make__order-title_confirm {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .how-to-make__order-title_confirm {
    margin-bottom: 2px;
  }
}
.how-to-make__order-caption {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.how-to-make__app {
  display: flex;
  padding: 18px 70px 31px 72px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app {
    display: block;
    padding: 0 16px;
  }
}
.how-to-make__app_jcfs {
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app_jcfs {
    padding: 32px 16px 24px;
  }
}
.how-to-make__app-content {
  max-width: 385px;
  margin-top: 53px;
}
.how-to-make__app-content_large {
  max-width: 430px;
  margin-top: 23px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-content_large {
    margin-top: 0;
  }
}
.how-to-make__app-note {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
.how-to-make__app-title {
  margin-bottom: 15px;
}
.how-to-make__app-list {
  margin-bottom: 48px;
}
.how-to-make__app-item {
  display: flex;
  margin-bottom: 12px;
}
.how-to-make__app-number {
  min-width: 14px;
  margin-right: 9px;
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
}
.how-to-make__app-text {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .how-to-make__app-text {
    line-height: 24px;
  }
}
.how-to-make__app-text_pd32 {
  padding-bottom: 32px;
}
.how-to-make__app-buttons {
  position: relative;
  display: flex;
}
.how-to-make__app-button {
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-button {
    width: 100%;
    height: 40px;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
    justify-content: center;
  }
}
.how-to-make__app-qr-btn {
  display: inline-flex;
  padding: 0 16px;
  align-items: center;
}
.how-to-make__app-qr-btn img {
  margin-right: 8px;
}
.how-to-make__app-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 8px;
  background-color: #dd0a34;
  border-radius: 4px;
  transition: background-color 0.35s;
  align-items: center;
  justify-content: center;
}
.how-to-make__app-link:hover {
  background-color: #c31639;
}
.how-to-make__app-image {
  width: 360px;
  height: 470px;
  background-repeat: no-repeat;
  background-size: contain;
}
.how-to-make_incasation .how-to-make__app-image {
  width: 224px;
  height: 200px;
  margin-top: 23px;
  margin-left: 30px;
  background-size: cover;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-image {
    display: none;
  }
}
.how-to-make__bank {
  display: flex;
  padding: 48px 72px;
}
.how-to-make__bank-title {
  max-width: 426px;
  margin-bottom: 24px;
}
.how-to-make__bank-list {
  margin-bottom: 48px;
}
.how-to-make__bank-item {
  display: flex;
  width: 468px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.how-to-make__bank-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  flex-shrink: 0;
}
.how-to-make__bank-text {
  line-height: 22px;
}
.how-to-make__bank-image {
  width: 328px;
  height: 280px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .how-to-make_card {
    margin-top: 0;
    padding-top: 32px;
  }
}
.how-to-make_card .how-to-make__order {
  padding-top: 26px;
}
.how-to-make_card .how-to-make__app {
  padding-bottom: 32px;
}
.how-to-make_card .how-to-make__app-content {
  margin-top: 22px;
}
.how-to-make_card .how-to-make__app-list {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_card .how-to-make-phone__item {
    padding: 16px 24px;
  }
}
.how-to-make_card .how-to-make-phone__list .content__icon {
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
}
.how-to-make_card .how-to-make-phone__list .content__title {
  width: 100%;
}
.how-to-make_card .how-to-make-phone__list .content__text {
  max-width: 260px;
}
@media (max-width: 1023px) {
  .how-to-make_credit {
    margin-top: 0;
    padding-top: 32px;
  }
}
.how-to-make_credit .how-to-make__order {
  padding: 40px 144px;
}
@media (max-width: 1200px) {
  .how-to-make_credit .how-to-make__order {
    padding: 40px 70px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order {
    padding: 32px 0 58px;
  }
}
.how-to-make_credit .how-to-make__order-step {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-step {
    margin-right: 0;
  }
}
.how-to-make_credit .how-to-make__order-step:last-child {
  margin-right: 0;
}
.how-to-make_credit .how-to-make__order-title {
  position: relative;
  display: inline-block;
}
.how-to-make_credit .how-to-make__order-caption {
  position: absolute;
  top: 3px;
  right: -12px;
  width: 352px;
  transform: translateX(100%);
}
@media (max-width: 1440px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-caption {
    position: relative;
    top: 0;
    right: auto;
    display: block;
    width: 100%;
    padding-top: 4px;
    font-size: 11px;
    line-height: 16px;
    transform: translateX(0);
  }
}
.how-to-make_credit .how-to-make__order-fields {
  display: block;
}
.how-to-make_credit .how-to-make__additional-checkbox {
  margin-bottom: 16px;
}
.how-to-make_credit .how-to-make-phone__list .content__icon {
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
}
.how-to-make_credit .how-to-make-phone__list .content__title {
  width: 100%;
}
.how-to-make_credit .how-to-make-phone__list .content__text {
  max-width: 210px;
}
.how-to-make-phone__list {
  display: none;
}
@media (max-width: 1023px) {
  .how-to-make-phone__list {
    display: block;
  }
}
.how-to-make-phone__list .content__description {
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 16px;
  color: #dd0a34;
}
.how-to-make-phone__list .content__icon {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 24px;
  height: 24px;
}
.how-to-make-phone__list .content__title {
  width: 70%;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
}
.how-to-make-phone__list .content__text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #242729;
}
.how-to-make-phone__item {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.how-to-make-phone__item:last-child {
  margin-bottom: 0;
}
.how-to-make-phone__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how-to-make-phone__button {
  display: inline-flex;
  margin-right: 16px;
  align-items: center;
}
.how-to-make-phone__button img {
  margin-right: 8px;
  margin-bottom: 4px;
}
.how-to-make-phone__link {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .how-to-make_deposits {
    margin-top: 0;
    padding-top: 32px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation {
    background: transparent;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 100%;
  }
}
.how-to-make_incasation .how-to-make__tab {
  width: 50%;
}
.moscardblack .cashback__image {
  width: 100%;
  background: url("/assets/images/personal/cards/moscardblack/cashback.png") no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.moscardblack .cashback__image p {
  display: block;
}
@media (max-width: 1023px) {
  .moscardblack .cashback__image {
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: -1;
    display: flex;
    width: 253px;
    height: 280px;
    flex-direction: column-reverse;
    text-align: center;
    background: url("/assets/images/personal/cards/moscardblack/cashback.png") no-repeat;
    background-position: center top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
.moscardblack .paysystem {
  margin-right: 12px;
}
.moscardblack h4 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .moscardblack h4 {
    font-size: 17px;
  }
}
.moscardblack .table_tariffs {
  margin-bottom: 40px;
}
.moscardblack .table_tariffs .table__value {
  padding-right: 110px;
}
@media (max-width: 1023px) {
  .moscardblack .table_tariffs .table__value {
    padding-right: 0;
  }
}
.moscardblack .table_tariffs .table__value .desc {
  font-size: 15px;
}
.moscardblack .top-magin-40 {
  margin-top: 40px;
}
.moscardblack .conditions__content {
  width: 730px;
}
@media (max-width: 1023px) {
  .moscardblack .conditions__content {
    width: 100%;
  }
}
.moscardblack .conditions__item {
  width: 340px;
}
@media (max-width: 767px) {
  .moscardblack .conditions__item {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .moscardblack .conditions__image-wrapper {
    position: initial;
    text-align: center;
    margin: 0 auto;
    transform: initial;
    margin-top: 30px;
    margin-bottom: 48px;
  }
}
.moscardblack .comparison-table .table__column span.text {
  font: 500 15px/24px 'LetoSans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.moscardblack .conditions__title {
  margin-bottom: 8px;
}
.moscardblack .bottom-margin-30 {
  margin-bottom: 30px;
}
.moscardblack .note.conditions__item-text {
  color: #242729;
  font-size: 15px;
}
.moscard .cashback__image {
  width: 100%;
  background: url("/assets/images/personal/cards/moscard/cashback.png") no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.moscard .cashback__image p {
  display: block;
}
@media (max-width: 1023px) {
  .moscard .cashback__image {
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: -1;
    display: flex;
    width: 253px;
    height: 280px;
    flex-direction: column-reverse;
    text-align: center;
    background: url("/assets/images/personal/cards/moscard/cashback.png") no-repeat;
    background-position: center top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
.moscard .paysystem {
  margin-right: 12px;
}
.moscard h4 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .moscard h4 {
    font-size: 17px;
  }
}
.moscard .table_tariffs {
  margin-bottom: 40px;
}
.moscard .table_tariffs .table__value {
  padding-right: 110px;
}
@media (max-width: 1023px) {
  .moscard .table_tariffs .table__value {
    padding-right: 0;
  }
}
.moscard .table_tariffs .table__value .desc {
  font-size: 15px;
}
.moscard .top-magin-40 {
  margin-top: 40px;
}
.moscard .conditions__content {
  width: 730px;
}
@media (max-width: 1023px) {
  .moscard .conditions__content {
    width: 100%;
  }
}
.moscard .conditions__item {
  width: 340px;
}
@media (max-width: 767px) {
  .moscard .conditions__item {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .moscard .conditions__image-wrapper {
    position: initial;
    text-align: center;
    margin: 0 auto;
    transform: initial;
    margin-top: 30px;
    margin-bottom: 48px;
  }
}
.moscard .comparison-table .table__column span.text {
  font: 500 15px/24px 'LetoSans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.moscard .conditions__title {
  margin-bottom: 8px;
}
.moscard .bottom-margin-30 {
  margin-bottom: 30px;
}
.moscard .note.conditions__item-text {
  color: #242729;
  font-size: 15px;
}
.mudrostcard .cashback__image {
  width: 100%;
  background: url("/assets/images/personal/cards/mudrost/cashback.png") no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.mudrostcard .cashback__image p {
  display: block;
}
@media (max-width: 1023px) {
  .mudrostcard .cashback__image {
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: -1;
    display: flex;
    width: 253px;
    height: 280px;
    flex-direction: column-reverse;
    text-align: center;
    background: url("/assets/images/personal/cards/mudrost/cashback.png") no-repeat;
    background-position: center top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
.mudrostcard .paysystem {
  margin-right: 12px;
}
.mudrostcard h4 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .mudrostcard h4 {
    font-size: 17px;
  }
}
.mudrostcard .table_tariffs {
  margin-bottom: 40px;
}
.mudrostcard .table_tariffs .table__value {
  padding-right: 110px;
}
@media (max-width: 1023px) {
  .mudrostcard .table_tariffs .table__value {
    padding-right: 0;
  }
}
.mudrostcard .table_tariffs .table__value .desc {
  font-size: 15px;
}
.mudrostcard .top-magin-40 {
  margin-top: 40px;
}
.mudrostcard .top-margin-12 {
  margin-top: 12px;
}
.mudrostcard .conditions__content {
  width: 730px;
}
@media (max-width: 1023px) {
  .mudrostcard .conditions__content {
    width: 100%;
  }
}
.mudrostcard .conditions__item {
  width: 340px;
}
@media (max-width: 767px) {
  .mudrostcard .conditions__item {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .mudrostcard .conditions__image-wrapper {
    position: initial;
    text-align: center;
    margin: 0 auto;
    transform: initial;
    margin-top: 30px;
    margin-bottom: 48px;
  }
}
.mudrostcard .comparison-table .table__column span.text {
  font: 500 15px/24px 'LetoSans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.mudrostcard .conditions__title {
  margin-bottom: 8px;
}
.mudrostcard .bottom-margin-30 {
  margin-bottom: 30px;
}
.mudrostcard .note.conditions__item-text {
  color: #242729;
  font-size: 15px;
}
.mudrostcard .phonetext {
  margin-bottom: 8px;
  margin-top: 24px;
}
.mudrostcard .margin-bottom-10 {
  margin-bottom: 10px;
}
.bp-club .payment-offers__link {
  position: absolute;
  top: 0;
  right: 0;
}
.bp-club .tabs {
  display: none;
}
.bp-club .paysystem {
  margin-right: 12px;
}
.bp-club h4 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .bp-club h4 {
    font-size: 17px;
  }
}
.bp-club .table_tariffs .table__value {
  padding-right: 110px;
}
@media (max-width: 1023px) {
  .bp-club .table_tariffs .table__value {
    padding-right: 0;
  }
}
.bp-club .table_tariffs .table__value .desc {
  font-size: 15px;
}
.bp-club .top-magin-40 {
  margin-top: 40px;
}
.bp-club .top-margin-12 {
  margin-top: 12px;
}
.bp-club .bottom-margin-30 {
  margin-bottom: 30px;
}
.bp-club.bottom-margin-40 {
  margin-bottom: 40px;
}
.bp-club .note {
  line-height: 18px;
}
.bp-club .note.conditions__item-text {
  color: #242729;
  font-size: 15px;
}
.bp-club .phonetext {
  margin-bottom: 8px;
  margin-top: 24px;
}
.bp-club .margin-bottom-10 {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .bp-club .interest-rates {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .bp-club .interest-rates__title {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .bp-club .interest-rates__table {
    margin-bottom: -10px;
  }
  .bp-club .interest-rates__table .table__header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bp-club .interest-rates__table .table__header .table__column:first-child {
    min-width: 110px;
  }
  .bp-club .interest-rates__table .table__row .table__column {
    font-size: 17px;
  }
  .bp-club .interest-rates__table .table__row .table__column:first-child {
    font-size: 13px;
    min-width: 110px;
  }
  .bp-club .interest-rates__table .table__row:last-child {
    padding-bottom: 10px;
  }
}
.steps .swiper-slide img {
  display: block;
  max-width: 100%;
}
.steps__header {
  width: 1120px;
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 1440px) {
  .steps__header {
    width: 1120px;
  }
}
@media (max-width: 1200px) {
  .steps__header {
    width: 930px;
  }
}
@media (max-width: 1023px) {
  .steps__header {
    width: 690px;
  }
}
.steps__header .link {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .steps__header .link {
    display: none;
  }
}
@media (max-width: 1023px) {
  .steps__header {
    width: 100%;
    margin-bottom: 24px;
  }
}
.steps__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .steps__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .steps__description {
    font-size: 13px;
    line-height: 18px;
  }
  .steps__description br {
    display: none;
  }
}
.steps__list {
  position: relative;
}
@media (max-width: 1023px) {
  .steps__list {
    margin-right: -16px;
  }
}
.steps__list .mq-phone {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .steps__list .mq-phone {
    margin-top: 12px;
  }
}
.steps__list .mq-phone .link {
  font-size: 13px;
}
.steps__slide {
  position: relative;
}
.steps__slide img {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .steps__slide {
    width: 240px;
    margin-right: 0;
  }
}
.steps__slide:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .steps__slide:last-child {
    margin-bottom: 0;
  }
}
.steps__slide-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding-top: 32px;
  text-align: center;
  background-image: url("../images/card-page/partners/patrner-mask.png");
  background-size: contain;
}
.steps__slide-title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #242729;
}
.steps__slide-description {
  max-width: 200px;
  margin: auto;
  line-height: 22px;
  color: #6d6d73;
}
.steps__slide-description .small {
  font-size: 13px;
  line-height: 18px;
}
.steps__link {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .steps__link {
    line-height: 22px;
  }
}
.steps__buttons {
  position: absolute;
  top: 32%;
  right: -67px;
  z-index: 2;
  width: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .steps__buttons {
    display: none;
  }
}
.steps__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.steps__button:after {
  content: none;
}
.steps__button_next {
  margin-bottom: 12px;
}
.steps__button_prev {
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.steps__button.swiper-button-disabled {
  opacity: 1;
}
.steps__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.steps__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
@media (max-width: 1023px) {
  .steps .how-to-move {
    width: auto;
    overflow-x: auto;
    margin-right: -16px;
  }
}
.steps .how-to-move .slidewrapper {
  display: flex;
  justify-content: space-between;
  width: 1120px;
}
.steps .how-to-move .slidewrapper .swiper-container {
  margin-left: 0;
}
.steps .how-to-move .slidewrapper .slide {
  position: relative;
  width: 256px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .steps .how-to-move .slidewrapper .slide {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .steps .how-to-move .slidewrapper .slide {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .steps .how-to-move .slidewrapper .slide {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .steps .how-to-move .slidewrapper .slide {
    width: 256px;
    margin-right: 12px;
  }
}
.steps .how-to-move .slidewrapper .slide:last-child {
  margin-right: 0;
}
.steps .how-to-move .slidewrapper .slide .img-place {
  border-radius: 8px;
  background: #f7f7fa;
  margin-bottom: 24px;
}
.steps .how-to-move .slidewrapper .slide .img-place img {
  width: 100%;
  vertical-align: bottom;
}
.steps .how-to-move .slidewrapper .slide .descr {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .steps .how-to-move .slidewrapper .slide .descr {
    font-size: 13px;
    line-height: 18px;
  }
}
.salary-card .packages-faq .accordion__button:after {
  width: 26px;
  height: 26px;
  background-size: contain;
}
.salary-card.no-pdbot {
  padding-bottom: 0;
}
.salary-card.no-pdtop {
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .salary-card.no-pdtop {
    padding-top: 0;
  }
}
.salary-card.margin-btm40 {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .salary-card.margin-btm40 {
    margin-bottom: 24px;
  }
}
.salary-card .packages-faq__title {
  margin-bottom: 0;
}
.salary-card .packages-faq .accordion__panel-container {
  max-width: 832px;
}
.salary-card .packages-faq .accordion__panel-container .paragraph {
  margin-top: 12px;
}
.salary-card.how-to-make {
  background-color: transparent;
}
@media (max-width: 1023px) {
  .salary-card.how-to-make {
    margin-top: -20px;
  }
}
.salary-card .advantages__item {
  width: 352px;
}
@media (max-width: 1023px) {
  .salary-card .advantages__item {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .salary-card-card__title {
    font-size: 19px;
  }
}
.salary-card .tabs {
  position: relative;
}
.salary-card .tabs__list-wrapper {
  position: absolute;
  top: -38px;
  right: 0;
}
@media (max-width: 1023px) {
  .salary-card .tabs__list-wrapper {
    position: relative;
    top: auto;
    margin-top: 16px;
  }
}
.salary-card .how-to-move-notes {
  margin-top: 30px;
  max-width: 832px;
}
@media (max-width: 1023px) {
  .salary-card .how-to-move-notes {
    margin-top: 20px;
  }
}
.salary-card .how-to-move-notes p {
  line-height: 18px;
  margin-bottom: 12px;
}
.payring .conditions {
  padding: 0;
}
.payring .conditions__item-text {
  width: 340px;
}
@media (max-width: 1023px) {
  .payring .conditions__item-text {
    width: 240px;
  }
}
.payring .conditions__content {
  width: 730px;
}
@media (max-width: 1023px) {
  .payring .conditions__content {
    width: 100%;
    padding-top: 40px;
  }
}
.payring .conditions__items {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .payring .conditions__items {
    padding-bottom: 40px;
  }
}
.payring .conditions__item {
  width: 340px;
}
@media (max-width: 767px) {
  .payring .conditions__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .payring .conditions__image-wrapper {
    position: initial;
    text-align: center;
    margin: 0 auto;
    transform: initial;
    margin-bottom: 20px;
  }
}
.payring .conditions__title {
  margin-bottom: 8px;
}
.payring .note.conditions__item-text {
  color: #242729;
  font-size: 15px;
}
@media (max-width: 767px) {
  .payring .how-to-make__bank .how-to-make__bank-image {
    width: 100%;
    margin-top: 40px;
    height: 200px;
    background-position: center;
  }
}
.credit-card .cashback__image {
  width: 100%;
  background: url("/assets/images/personal/cards/moscard/cashback.png") no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.credit-card .cashback__image p {
  display: block;
}
@media (max-width: 1023px) {
  .credit-card .cashback__image {
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: -1;
    display: flex;
    width: 253px;
    height: 280px;
    flex-direction: column-reverse;
    text-align: center;
    background: url("/assets/images/personal/cards/moscard/cashback.png") no-repeat;
    background-position: center top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
.credit-card .paysystem {
  margin-right: 12px;
}
.credit-card h4 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .credit-card h4 {
    font-size: 17px;
  }
}
.credit-card .table_tariffs {
  margin-bottom: 40px;
}
.credit-card .table_tariffs .table__value {
  padding-right: 110px;
}
@media (max-width: 1023px) {
  .credit-card .table_tariffs .table__value {
    padding-right: 0;
  }
}
.credit-card .table_tariffs .table__value .desc {
  font-size: 15px;
}
.credit-card .top-magin-40 {
  margin-top: 40px;
}
.credit-card .conditions__content {
  width: 730px;
}
@media (max-width: 1023px) {
  .credit-card .conditions__content {
    width: 100%;
  }
}
.credit-card .conditions__item {
  width: 340px;
}
@media (max-width: 767px) {
  .credit-card .conditions__item {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .credit-card .conditions__image-wrapper {
    position: initial;
    text-align: center;
    margin: 0 auto;
    transform: initial;
    margin-top: 30px;
    margin-bottom: 48px;
  }
}
.credit-card .comparison-table .table__column span.text {
  font: 500 15px/24px 'LetoSans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.credit-card .conditions__title {
  margin-bottom: 8px;
}
.credit-card .bottom-margin-30 {
  margin-bottom: 30px;
}
.credit-card .note.conditions__item-text {
  max-width: 248px;
  color: #242729;
  font-size: 15px;
}
.credit-card .features-note {
  max-width: 634px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .credit-card .currency-exchange__table-info {
    max-width: 280px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .credit-card .currency-exchange__table-info_desktop {
    display: none;
  }
}
.how-to-make__credit-card .personal-info-fields {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-fields {
    margin-bottom: 12px;
  }
}
.how-to-make__credit-card .personal-info__birth-date,
.how-to-make__credit-card .personal-info__issue-date {
  max-width: 304px;
}
.how-to-make__credit-card .personal-info .field__input {
  padding: 15px 16px;
}
.how-to-make__credit-card .personal-info .field__input::-webkit-input-placeholder {
  color: #919399;
  opacity: 1;
}
.how-to-make__credit-card .personal-info .field__input:-ms-input-placeholder {
  color: #919399;
  opacity: 1;
}
.how-to-make__credit-card .personal-info .field__input::placeholder {
  color: #919399;
  opacity: 1;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info .field__input {
    max-width: 600px;
    padding: 11px 16px;
  }
}
.how-to-make__credit-card .personal-info-name {
  max-width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-name {
    margin-bottom: 17px;
  }
}
.how-to-make__credit-card .personal-info-contacts {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-contacts {
    display: block;
    margin-bottom: 19px;
  }
}
.how-to-make__credit-card .personal-info-row {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.how-to-make__credit-card .personal-info-row:last-child {
  margin-bottom: 0;
}
.how-to-make__credit-card .personal-info-phone,
.how-to-make__credit-card .personal-info-email {
  max-width: 304px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-phone,
  .how-to-make__credit-card .personal-info-email {
    max-width: 600px;
    margin-bottom: 16px;
  }
}
.how-to-make__credit-card .personal-info-phone .field__input,
.how-to-make__credit-card .personal-info-email .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-phone .field__input,
  .how-to-make__credit-card .personal-info-email .field__input {
    width: 100%;
  }
}
.how-to-make__credit-card .personal-info-phone {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-phone {
    margin-right: 0;
  }
}
.how-to-make__credit-card .personal-info-captcha {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-captcha {
    display: block;
    margin-bottom: 17px;
  }
}
.how-to-make__credit-card .personal-info-captcha-img {
  position: absolute;
  right: 42px;
  bottom: 3px;
  width: 117px;
  height: 40px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-captcha-img {
    bottom: 0;
  }
}
.how-to-make__credit-card .personal-info-captcha-btn {
  margin-top: 32px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.how-to-make__credit-card .personal-info-captcha-btn:hover {
  color: #c31639;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-captcha-btn {
    margin-top: 24px;
  }
}
.how-to-make__credit-card .personal-info-code {
  position: relative;
  width: 304px;
  margin-right: 7px;
}
.how-to-make__credit-card .personal-info-code .field__input {
  width: 130px;
  padding: 14px 16px;
}
.how-to-make__credit-card .personal-info-checkbox {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-checkbox {
    margin-bottom: 18px;
  }
}
.how-to-make__credit-card .personal-info-checkbox .field__icon {
  margin-right: 14px;
  margin-bottom: 22px;
}
.how-to-make__credit-card .personal-info-options {
  margin-bottom: 4px;
}
.how-to-make__credit-card .personal-info-options .how-to-make__order-checkbox {
  margin-bottom: 4px;
}
.how-to-make__credit-card .personal-info-options .how-to-make__order-checkbox:last-child {
  margin-bottom: 0;
}
.how-to-make__credit-card .personal-info-options .field__icon {
  margin-bottom: 0;
}
.how-to-make__credit-card .personal-info-options .field__input {
  padding: 0;
}
.how-to-make__credit-card .personal-info-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-bottom {
    flex-direction: column-reverse;
  }
}
.how-to-make__credit-card .personal-info-conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-conditions {
    font-size: 11px;
    line-height: 16px;
  }
}
.how-to-make__credit-card .personal-info-conditions a {
  color: #64666c;
  transition: color 0.35s;
}
.how-to-make__credit-card .personal-info-conditions a:hover {
  color: #dd0a34;
}
.how-to-make__credit-card .personal-info-button {
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info-button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.how-to-make__credit-card .personal-info__confirm-text {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info__confirm-text {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.how-to-make__credit-card .personal-info__confirm-fields {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info__confirm-fields {
    margin-bottom: 20px;
  }
}
.how-to-make__credit-card .personal-info__confirm-code {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info__confirm-code {
    margin-right: 33px;
  }
}
.how-to-make__credit-card .personal-info__confirm-code .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info__confirm-code .field__input {
    width: 166px;
  }
}
.how-to-make__credit-card .personal-info__confirm-btn {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.how-to-make__credit-card .personal-info__confirm-btn:hover {
  color: #c31639;
}
.how-to-make__credit-card .personal-info__confirm-change,
.how-to-make__credit-card .personal-info__confirm-message {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
  transition: color 0.35s;
}
.how-to-make__credit-card .personal-info__confirm-change:hover,
.how-to-make__credit-card .personal-info__confirm-message:hover {
  color: #dd0a34;
}
.how-to-make__credit-card .personal-info__confirm-change {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .personal-info__confirm-change {
    margin-bottom: 12px;
  }
}
.how-to-make__credit-card .card-details-fields {
  margin-bottom: 16px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details-fields {
    margin-bottom: 12px;
  }
}
.how-to-make__credit-card .card-details .field__date {
  max-width: 304px;
}
.how-to-make__credit-card .card-details__checkboxes {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__checkboxes {
    display: block;
    margin-bottom: 23px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__checkboxes .tabs__item span {
    padding: 11px 13px;
  }
}
.how-to-make__credit-card .card-details__type-card,
.how-to-make__credit-card .card-details__currency {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__type-card,
  .how-to-make__credit-card .card-details__currency {
    font-size: 11px;
    line-height: 16px;
  }
}
.how-to-make__credit-card .card-details__currency {
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__currency {
    margin-top: 18px;
  }
}
.how-to-make__credit-card .card-details__currencies .field__icon {
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-left: 12px;
  font-size: 13px;
  line-height: 32px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__currencies .field__icon {
    width: 42px;
    height: 42px;
    font-size: 21px;
    line-height: 42px;
  }
}
.how-to-make__credit-card .card-details__currencies .field_radio:first-child .field__icon {
  margin-left: 0;
}
.how-to-make__credit-card .card-details__name,
.how-to-make__credit-card .card-details__code {
  max-width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__name,
  .how-to-make__credit-card .card-details__code {
    margin-bottom: 16px;
  }
}
.how-to-make__credit-card .card-details__name .field__input,
.how-to-make__credit-card .card-details__code .field__input {
  padding: 15px 16px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__name .field__input,
  .how-to-make__credit-card .card-details__code .field__input {
    padding: 11px 16px;
  }
}
.how-to-make__credit-card .card-details__name .field__input {
  text-transform: uppercase;
}
.how-to-make__credit-card .card-details__code .field__input {
  margin-bottom: 8px;
  text-transform: lowercase;
}
.how-to-make__credit-card .card-details__code .field__input::-webkit-input-placeholder {
  text-transform: none;
}
.how-to-make__credit-card .card-details__code .field__input:-ms-input-placeholder {
  text-transform: none;
}
.how-to-make__credit-card .card-details__code .field__input::placeholder {
  text-transform: none;
}
.how-to-make__credit-card .card-details__code .field__error_secretword {
  position: relative;
  top: unset;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__code .field__error_secretword {
    max-width: 85%;
    margin-bottom: 31px;
    font-size: 11px;
    line-height: 16px;
  }
}
.how-to-make__credit-card .card-details__amount {
  max-width: 304px;
  margin-bottom: 34px;
}
.how-to-make__credit-card .card-details__description {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__description {
    max-width: 85%;
    font-size: 11px;
    line-height: 16px;
  }
}
.how-to-make__credit-card .card-details__bottom {
  text-align: right;
}
@media (max-width: 1023px) {
  .how-to-make__credit-card .card-details__button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.preliminary-calculator_credit__body {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.preliminary-calculator_credit__body_main {
  width: 100%;
  flex: 1 1;
}
.preliminary-calculator_credit__body_calculations {
  width: 100%;
  margin-left: 128px;
  flex: 1 1;
}
.preliminary-calculator_credit__fields {
  display: flex;
  max-width: 928px;
  margin-bottom: 22px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit__fields {
    margin-bottom: 5px;
  }
}
.preliminary-calculator_credit__field {
  width: 448px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit__field {
    width: 100%;
    max-width: 100%;
  }
}
.preliminary-calculator_credit__options {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .preliminary-calculator_credit__options {
    display: block;
  }
}
.preliminary-calculator_credit__option {
  margin-right: 26px;
}
.preliminary-calculator_credit__graph_button {
  font-size: 15px;
  line-height: 22px;
}
.payment-schedule__title {
  margin-bottom: 42px;
}
@media (max-width: 1023px) {
  .payment-schedule__title {
    margin-bottom: 24px;
  }
}
.payment-schedule__table {
  margin-bottom: 40px;
}
.payment-schedule__table .table__header {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e8ed;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__header {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
  }
}
.payment-schedule__table .table__header .table__column {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__header .table__column {
    font-size: 13px;
    line-height: 18px;
  }
}
.payment-schedule__table .table__header .table__column:first-child {
  position: relative;
  opacity: 0;
  will-change: transform;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__header .table__column:first-child {
    opacity: 1;
  }
}
.payment-schedule__table .table__header .table__column:first-child:before {
  position: absolute;
  top: -18px;
  right: 0;
  left: -10px;
  z-index: -1;
  height: calc(100% + 38px);
  background-color: #fff;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__header .table__column:first-child:before {
    content: '';
  }
}
.payment-schedule__table .table__header .table__column:first-child:after {
  position: absolute;
  top: -18px;
  right: 0;
  width: 1px;
  height: calc(100% + 38px);
  background-color: #e4e8ed;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__header .table__column:first-child:after {
    content: '';
  }
}
.payment-schedule__table .table__column {
  line-height: 22px;
  width: 160px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .payment-schedule__table .table__column {
    width: 160px;
  }
}
@media (max-width: 1200px) {
  .payment-schedule__table .table__column {
    width: 130px;
  }
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__column {
    width: 90px;
  }
}
@media (max-width: 1440px) {
  .payment-schedule__table .table__column {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .payment-schedule__table .table__column {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__column {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__column {
    min-width: 108px;
    margin-right: 40px;
  }
}
.payment-schedule__table .table__column:first-child {
  width: 64px;
}
@media (max-width: 1440px) {
  .payment-schedule__table .table__column:first-child {
    width: 64px;
  }
}
@media (max-width: 1200px) {
  .payment-schedule__table .table__column:first-child {
    width: 50px;
  }
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__column:first-child {
    width: 30px;
  }
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__column:first-child {
    min-width: 33px;
    margin-right: 20px;
  }
}
.payment-schedule__table .table__column:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__row {
    margin-bottom: 16px;
  }
}
.payment-schedule__table .table__row .table__column {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__row .table__column {
    font-size: 17px;
    line-height: 24px;
  }
}
.payment-schedule__table .table__row .table__column:first-child {
  font-size: 15px;
  color: #6d6d73;
  will-change: transform;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__row .table__column:first-child {
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 24px;
  }
}
.payment-schedule__table .table__row .table__column:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 16px);
  background-color: #fff;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__row .table__column:first-child:before {
    content: '';
  }
}
.payment-schedule__table .table__row .table__column:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% + 16px);
  background-color: #e4e8ed;
}
@media (max-width: 1023px) {
  .payment-schedule__table .table__row .table__column:first-child:after {
    content: '';
  }
}
.payment-schedule__table .table__row:last-child {
  margin-bottom: 0;
}
.payment-schedule__table .table__row:last-child .table__column:first-child:after {
  height: 100%;
}
@media (max-width: 1023px) {
  .payment-schedule__table-wrapper {
    margin-right: -16px;
    overflow: auto;
  }
}
.payment-schedule__buttons {
  display: flex;
  align-items: center;
}
.payment-schedule__button {
  display: inline-flex;
  margin-right: 12px;
  align-items: center;
}
.payment-schedule__button:last-child {
  margin-right: 0;
}
.preliminary-calculation__header {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .preliminary-calculation__header {
    display: block;
    margin-bottom: 22px;
  }
}
@media (max-width: 1023px) {
  .preliminary-calculation__title {
    margin-bottom: 16px;
  }
}
.preliminary-calculation .tabs__content {
  padding-top: 0;
  border-top: none;
}
@media (max-width: 1023px) {
  .preliminary-calculation .tabs__content {
    padding-top: 0;
    border: none;
  }
}
.cards-list {
  margin-bottom: 59px;
}
@media (max-width: 1023px) {
  .cards-list {
    margin-bottom: 49px;
    padding-top: 36px;
  }
}
.cards-list__title {
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  .cards-list__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.cards-list__results {
  margin-bottom: 40px;
}
.cards-list__results-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .cards-list__results-title {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.cards-list__interesting-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
.cards-item {
  display: flex;
  width: 100%;
  height: 264px;
  margin-bottom: 32px;
  overflow: hidden;
  background: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .cards-item {
    height: 558px;
    margin-bottom: 44px;
    flex-direction: column;
    background: #f3eeee;
    border-radius: 8px;
  }
}
.cards-item__visual {
  position: relative;
  width: 330px;
  background: url("../images/cards/background.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
}
.cards-item__visual .card_floatimg {
  position: absolute;
  bottom: 39px;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1023px) {
  .cards-item__visual {
    display: flex;
    width: 100%;
    height: 254px;
    background: none;
    justify-content: center;
    align-items: flex-end;
  }
}
.cards-item:hover .card_floatimg {
  opacity: 1;
}
.cards-item__percent {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 36px;
  line-height: 44px;
  word-spacing: -5px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .cards-item__percent {
    top: 44px;
    left: 35px;
    font-size: 64px;
    line-height: 44px;
  }
}
.cards-item__image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .cards-item__image {
    height: 209px;
    margin: unset;
    padding-top: 0;
  }
}
.cards-item__about {
  position: relative;
  display: flex;
  width: 790px;
  padding: 32px 40px 32px 55px;
  background-color: #f7f7fa;
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .cards-item__about {
    width: 100%;
    height: 304px;
    padding: 24px 20px;
    flex-direction: column-reverse;
    border-radius: 0 0 8px 8px;
    justify-content: flex-end;
  }
}
.cards-item__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .cards-item__title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 24px;
  }
}
.cards-item__text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .cards-item__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .cards-item__text {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 18px;
  }
}
.cards-item__descriptions {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cards-item__descriptions {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .cards-item__descriptions {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
}
.cards-item__descriptions-item {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .cards-item__descriptions-item {
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
.cards-item__descriptions-item:last-child {
  margin-right: 0;
}
.cards-item__descriptions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .cards-item__descriptions-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.cards-item__descriptions-value {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .cards-item__descriptions-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.cards-item__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .cards-item__actions {
    position: absolute;
    bottom: 24px;
  }
}
.cards-item__request {
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .cards-item__request {
    margin-right: 16px;
  }
}
.cards-item__details {
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
  opacity: 0.9;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .cards-item__details {
    font-size: 13px;
    line-height: 18px;
  }
}
.cards-item__details:hover {
  color: #242729;
}
@media (max-width: 1023px) {
  .cards-item__details.mq-phone {
    display: inline-block;
  }
}
.cards-item__note {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .cards-item__note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.promo-block {
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.promo-block.section_top {
  margin-bottom: 0;
}
.promo-block.section_top h1 {
  margin-bottom: 10px;
}
.promo-block .grid__column_size_3 {
  display: table-cell;
  margin-right: 0;
}
.promo-block .grid__column_size_3:nth-child(1) {
  max-width: 228px;
  float: left;
}
@media (max-width: 1023px) {
  .promo-block .grid__column_size_3:nth-child(1) {
    max-width: 100%;
    padding-top: 16px;
  }
}
.promo-block .grid__column_size_3:nth-child(2) {
  padding-left: 32px;
  width: 300px;
  height: 314px;
  padding-top: 114px;
}
.promo-block .grid__column_size_3:nth-child(2) button {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .promo-block .grid__column_size_3:nth-child(2) button {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .promo-block .grid__column_size_3:nth-child(2) {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    height: auto;
    padding-top: 15px;
  }
}
.promo-block .animation_card {
  position: relative;
}
.promo-block .animation_card.shadow {
  background: url("/assets/images/cards/shadow.png") 0 100% no-repeat;
  background-size: 228px;
  height: 314px;
}
.promo-block .animation_card.shadow .card_floatimg {
  position: absolute;
  bottom: 12px;
  width: 100%;
  height: 50px;
  transition: bottom 0.3s ease-in;
}
@media (max-width: 1023px) {
  .promo-block .animation_card.shadow .card_floatimg {
    bottom: 32px;
  }
}
.promo-block .animation_card.shadow .card_floatimg img {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media (max-width: 1023px) {
  .promo-block .animation_card.shadow .card_floatimg img {
    opacity: 1;
  }
}
.promo-block .animation_card.shadow .card_mainimg {
  display: table;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  transition: padding-top 0.3s ease-in;
}
@media (max-width: 1023px) {
  .promo-block .animation_card.shadow .card_mainimg {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .promo-block .animation_card.shadow {
    background: url("/assets/images/cards/shadow.png") 50% 100% no-repeat;
    background-size: 228px;
  }
}
.promo-block .animation_card:hover .card_mainimg {
  padding-top: 0;
}
.promo-block .animation_card:hover .card_floatimg {
  bottom: 32px;
}
.promo-block .animation_card:hover .card_floatimg img {
  opacity: 1;
}
@media (max-width: 1023px) {
  .promo-block {
    padding-bottom: 0;
  }
}
.promo-block__title {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .promo-block__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .promo-block__list {
    overflow-x: auto;
  }
}
.promo-block__item {
  display: flex;
  height: 570px;
  padding: 0;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .promo-block__item {
    padding: 16px 20px;
  }
}
.promo-block__about {
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .promo-block__about {
    margin-top: 0;
  }
}
.promo-block__about-note {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
  margin-right: 20px;
}
.promo-block__about-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .promo-block__about-title {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 36px;
  }
}
.promo-block__about-text {
  max-width: 90%;
  margin-bottom: 55px;
  font-size: 15px;
  line-height: 22px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .promo-block__about-text {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
  }
}
.promo-block__floatimg {
  width: 186px;
  height: 50px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1200px) {
  .promo-block__floatimg {
    width: 186px;
    height: 50px;
  }
}
@media (max-width: 1023px) {
  .promo-block__floatimg {
    width: 186px;
    height: 50px;
  }
}
.promo-block__mainimg {
  width: 159px;
  height: 252px;
}
@media (max-width: 1200px) {
  .promo-block__mainimg {
    width: 159px;
    height: 252px;
  }
}
@media (max-width: 1023px) {
  .promo-block__mainimg {
    width: 159px;
    height: 252px;
  }
}
.payments-transfers_grey {
  background-color: #f7f7fa;
}
.payments-transfers_white {
  background-color: #fff;
}
.payments-transfers__title {
  margin-bottom: 34px;
}
@media (max-width: 1023px) {
  .payments-transfers__title {
    margin-bottom: 23px;
  }
}
.payments-transfers__docs {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .payments-transfers__docs {
    margin-top: 40px;
  }
}
.transfers {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .transfers {
    margin-bottom: 24px;
  }
}
.transfers__title {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .transfers__title {
    font-size: 15px;
    line-height: 22px;
  }
}
.transfers__list {
  display: flex;
  justify-content: space-between;
}
.transfers__item {
  display: flex;
  height: 86px;
  margin-bottom: 32px;
  padding: 20px 24px 16px 34px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .transfers__item {
    height: auto;
    margin-bottom: 16px;
    padding: 16px 24px 16px 16px;
  }
}
.transfers__item_big {
  height: 176px;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .transfers__item_big {
    height: auto;
    padding-top: 16px;
    padding-right: 24px;
  }
}
.transfers__item_big .transfers__about-title {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .transfers__item_big .transfers__about-title {
    font-size: 17px;
    line-height: 24px;
  }
}
.transfers__about {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .transfers__about {
    padding-top: 0;
  }
}
.transfers__about-title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .transfers__about-title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .transfers__about-title {
    margin-bottom: 16px;
  }
}
.transfers__about-text {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.transfers__about-bottom {
  display: flex;
  align-items: center;
}
.transfers__about-button {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .transfers__about-button {
    display: none;
  }
}
@media (max-width: 1023px) {
  .transfers__icon-wrapper {
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background-color: rgba(221,10,52,0.1);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .transfers__icon {
    display: block;
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 1023px) {
  .payments {
    padding-bottom: 48px;
  }
}
.payments__title {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .payments__title {
    font-size: 15px;
    line-height: 22px;
  }
}
.payments__item {
  display: flex;
  height: 190px;
  margin-bottom: 32px;
  padding: 20px 24px 24px 32px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .payments__item {
    height: unset;
    margin-bottom: 16px;
    padding: 16px 24px 24px 16px;
  }
}
.payments__item_big {
  height: 176px;
  padding-right: 32px;
}
@media (max-width: 1023px) {
  .payments__item_big {
    height: unset;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}
.payments__item_big .payments__about-title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .payments__item_big .payments__about-title {
    font-size: 17px;
    line-height: 24px;
  }
}
.payments__item_big .payments__about-text {
  max-width: 100%;
}
.payments__about {
  display: flex;
  height: 100%;
  padding-top: 4px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .payments__about {
    max-width: 239px;
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .payments__about-top {
    margin-bottom: 32px;
  }
}
.payments__about-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .payments__about-title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .payments__about-title {
    font-size: 17px;
    line-height: 24px;
  }
}
.payments__about-text {
  max-width: 240px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .payments__about-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .payments__about-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.payments__about-bottom {
  display: flex;
  align-items: center;
}
.payments__about-button {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .payments__about-button {
    display: none;
  }
}
.payments__about-description {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .payments__button {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .payments__icon-wrapper {
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background-color: rgba(221,10,52,0.1);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .payments__icon {
    display: block;
    width: 23px;
    height: 23px;
  }
}
.services-pt {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  .services-pt {
    padding-top: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e8ed;
  }
}
.services-pt__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .services-pt__title {
    margin-left: 16px;
  }
}
.services-pt__card {
  display: flex;
  height: 232px;
  margin-bottom: 32px;
  padding: 24px 32px 32px;
  background-color: #f7f7fa;
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .services-pt__card {
    display: none;
  }
}
.services-pt__card_big {
  height: 345px;
  padding: 0 64px 0 48px;
  background: linear-gradient(98.13deg, #fff2f9 -8.04%, #f5d8e7 41.62%, #f4e3ff 97.89%);
}
@media (max-width: 1023px) {
  .services-pt__card_big {
    display: flex;
    height: unset;
    margin-bottom: -24px;
    padding: 0;
    flex-direction: column-reverse;
    background: #f7f7fa;
    border-radius: 0;
  }
}
.services-pt__card_big .services-pt__content {
  padding: 48px 0;
}
@media (max-width: 1023px) {
  .services-pt__card_big .services-pt__content {
    padding: 24px 16px 40px;
  }
}
.services-pt__card-4,
.services-pt__card-5 {
  height: 212px;
}
.services-pt__card-4 .services-pt__content-title,
.services-pt__card-5 .services-pt__content-title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .services-pt__card-4 .services-pt__content-title,
  .services-pt__card-5 .services-pt__content-title {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 25px;
  }
}
.services-pt__content {
  display: flex;
  width: 320px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .services-pt__content {
    width: 100%;
  }
}
.services-pt__content-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .services-pt__content-title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .services-pt__content-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.services-pt__content-big-title {
  margin-bottom: 16px;
}
.services-pt__content-text {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .services-pt__content-text {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .services-pt__content-text {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 24px;
  }
}
.services-pt__content-link,
.services-pt__content-note {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.services-pt__content-link:hover {
  color: #242729;
}
.services-pt__content-note {
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .services-pt__content-button {
    height: 36px;
    font-size: 13px;
    line-height: 18px;
  }
}
.services-pt__app-buttons {
  position: relative;
  display: flex;
}
.services-pt__app-button {
  margin-right: 12px;
}
.services-pt__app-button:not(.btn__icon) img {
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .services-pt__image-wrapper {
    display: flex;
    width: 100%;
    height: 199px;
    background: linear-gradient(98.13deg, #fff2f9 -8.04%, #f5d8e7 41.62%, #f4e3ff 97.89%);
    align-items: flex-end;
    justify-content: center;
  }
}
.services-pt__image {
  background-repeat: no-repeat;
  background-size: contain;
}
.services-pt__image-1 {
  width: 193px;
  height: 207px;
  margin-right: 5px;
}
.services-pt__image-2 {
  width: 64px;
  height: 64px;
}
.services-pt__image-3 {
  width: 481px;
  height: 345px;
}
@media (max-width: 1023px) {
  .services-pt__image-3 {
    width: 251px;
    height: 180px;
  }
}
.services-pt__image-4 {
  width: 218px;
  height: 141px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .services-pt__image-4 {
    width: 170px;
  }
}
@media (max-width: 1023px) {
  .services-pt__image-4 {
    width: 218px;
  }
}
.services-pt__image-5 {
  width: 119px;
  height: 199px;
  margin-top: -10px;
  margin-right: 16px;
}
.services-pt-phone__list {
  display: none;
}
@media (max-width: 1023px) {
  .services-pt-phone__list {
    display: block;
    margin: 0 0 16px 16px;
    overflow-x: scroll;
  }
}
.services-pt-phone__list-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.services-pt-phone__card {
  width: 240px;
  height: 389px;
  margin-right: 16px;
  background-color: #f7f7fa;
  border-radius: 6px;
}
.services-pt-phone__card:first-child .services-pt-phone__content:before,
.services-pt-phone__card:last-child .services-pt-phone__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 94px;
  height: 230px;
  background-image: url("../images/home/featured-products/card-mask.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.services-pt-phone__card:last-child {
  margin-right: 0;
}
.services-pt-phone__image-wrapper {
  display: flex;
  width: 240px;
  height: 130px;
  justify-content: center;
  align-items: flex-end;
}
.services-pt-phone__image {
  width: 100%;
  height: 85%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.services-pt-phone__content {
  position: relative;
  display: flex;
  height: 259px;
  padding: 19px 16px 24px;
  flex-direction: column;
  justify-content: space-between;
}
.services-pt-phone__content-top {
  position: relative;
  z-index: 1;
}
.services-pt-phone__content-title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
.services-pt-phone__content-text {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 22px;
}
.services-pt-phone__content-link {
  font-size: 13px;
  line-height: 40px;
  color: #dd0a34;
}
.pt-search-bar {
  margin-bottom: 40px;
}
.pt-search-bar .field_search {
  max-width: 100%;
}
.pt-search-bar .field__autosuggest input {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #e4e8ed;
}
padding:.pt-search-bar .field__autosuggest input::-ms-clear {
  display: none;
}
.pt-search-bar .field__autosuggest-suggestion {
  padding: 17px 24px;
}
.pt-search-bar .field__autosuggest-suggestion:hover .field__autosuggest-title {
  color: #dd0a34;
}
.pt-search-bar .field__autosuggest-type {
  right: 25px;
}
.pt-search-bar .field__autosuggest-title {
  transition: color 0.35s;
}
.deposits-calculate__block .vs__dropdown-option {
  font-weight: 700;
  font-size: 17px;
}
.deposits-calculate__calculator {
  margin-bottom: 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .deposits-calculate__calculator {
    margin-bottom: 24px;
    padding-bottom: 25px;
  }
}
.deposits-calculate__fields {
  display: flex;
  margin-bottom: 54px;
}
@media (max-width: 1023px) {
  .deposits-calculate__fields {
    margin-bottom: 1px;
    flex-direction: column;
  }
}
.deposits-calculate__field {
  position: relative;
  width: 100%;
  margin-right: 32px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .deposits-calculate__field {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.deposits-calculate__field:last-child {
  margin-right: 0;
}
.deposits-calculate__field .vue-slider {
  position: absolute;
  left: 0;
  bottom: -5.5px;
  width: 100%;
}
.deposits-calculate__field .field__label {
  margin-bottom: 6px;
}
.deposits-calculate__field .field__years {
  left: 16px;
  font-size: 17px;
  line-height: 22px;
  color: #242729;
  background-color: #f7f7fa;
}
.deposits-calculate__options-item {
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .deposits-calculate__options-item {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.deposits-calculate__options-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.deposits-calculate__options-item .field__wrapper {
  align-items: center;
}
.deposits-calculate__options-item .field__icon {
  margin-right: 10px;
}
.deposits-list {
  margin-bottom: 59px;
}
@media (max-width: 1023px) {
  .deposits-list {
    margin-bottom: 49px;
  }
}
@media (max-width: 1023px) {
  .deposits-list .deposits-item {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .deposits-list .deposits-item__about {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .deposits-list .deposits-item__actions {
    position: relative;
    margin-top: 54px;
  }
}
.deposits-list__title {
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  .deposits-list__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.deposits-list__results {
  margin-bottom: 40px;
}
.deposits-list__results-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .deposits-list__results-title {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.deposits-list__interesting-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
.deposits-item {
  display: flex;
  width: 100%;
  height: 264px;
  margin-bottom: 32px;
  overflow: hidden;
  background: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .deposits-item {
    height: 558px;
    margin-bottom: 44px;
    flex-direction: column;
    background: #f3eeee;
    border-radius: 8px;
  }
}
.deposits-item__visual {
  position: relative;
  width: 330px;
  background: url("../images/deposits/background.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media (max-width: 1023px) {
  .deposits-item__visual {
    display: flex;
    width: 100%;
    height: 254px;
    background: none;
    justify-content: center;
    align-items: flex-end;
  }
}
.deposits-item__percent {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 36px;
  line-height: 44px;
  word-spacing: -5px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .deposits-item__percent {
    top: 44px;
    left: 35px;
    font-size: 64px;
    line-height: 44px;
  }
}
.deposits-item__image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .deposits-item__image {
    height: 209px;
    margin: unset;
    padding-top: 0;
  }
}
.deposits-item__about {
  position: relative;
  display: flex;
  width: 790px;
  padding: 32px 40px 32px 55px;
  background-color: #f7f7fa;
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .deposits-item__about {
    width: 100%;
    height: 304px;
    padding: 24px 20px;
    flex-direction: column-reverse;
    border-radius: 0 0 8px 8px;
    justify-content: flex-end;
  }
}
.deposits-item__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .deposits-item__title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 24px;
  }
}
.deposits-item__text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .deposits-item__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .deposits-item__text {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 18px;
  }
}
.deposits-item__descriptions {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .deposits-item__descriptions {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .deposits-item__descriptions {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
}
.deposits-item__descriptions-item {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .deposits-item__descriptions-item {
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
.deposits-item__descriptions-item:last-child {
  margin-right: 0;
}
.deposits-item__descriptions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .deposits-item__descriptions-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.deposits-item__descriptions-value {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .deposits-item__descriptions-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.deposits-item__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .deposits-item__actions {
    position: absolute;
    bottom: 24px;
  }
}
.deposits-item__request {
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .deposits-item__request {
    margin-right: 16px;
  }
}
.deposits-item__details {
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
  opacity: 0.9;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .deposits-item__details {
    font-size: 13px;
    line-height: 18px;
  }
}
.deposits-item__details:hover {
  color: #242729;
}
@media (max-width: 1023px) {
  .deposits-item__details.mq-phone {
    display: inline-block;
  }
}
.deposits-item__note {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .deposits-item__note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.usefull-info {
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .usefull-info {
    padding-bottom: 46px;
  }
}
.usefull-info__title {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .usefull-info__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .usefull-info__list {
    overflow-x: auto;
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
  }
}
@media (max-width: 1023px) {
  .usefull-info__list-wrap {
    flex-wrap: nowrap;
  }
}
.usefull-info__item {
  display: flex;
  height: 216px;
  padding: 16px 24px;
  background-color: #f7f7fa;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .usefull-info__item {
    width: 240px;
    height: 226px;
    margin-right: 12px;
    padding: 16px 20px;
  }
}
.usefull-info__about {
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .usefull-info__about {
    margin-top: 0;
  }
}
.usefull-info__about-note {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
@media (max-width: 1200px) {
  .usefull-info__about-note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.usefull-info__about-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .usefull-info__about-title {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 22px;
  }
}
.usefull-info__about-text {
  max-width: 255px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .usefull-info__about-text {
    max-width: 200px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
  }
}
.usefull-info__conditions {
  display: flex;
  max-width: 272px;
  margin-top: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .usefull-info__conditions {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .usefull-info__conditions {
    margin-top: 12px;
    display: block;
  }
}
.usefull-info__conditions-item:first-child {
  margin-right: 38px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .usefull-info__conditions-item:first-child {
    margin-right: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .usefull-info__conditions-item:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 1200px) {
  .usefull-info__conditions-item {
    margin-bottom: 8px;
  }
}
.usefull-info__conditions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1200px) {
  .usefull-info__conditions-title {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.usefull-info__conditions-value {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .usefull-info__conditions-value {
    font-size: 15px;
    line-height: 22px;
  }
}
.usefull-info__icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .usefull-info__icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1023px) {
  .usefull-info__icon {
    width: 20px;
    height: 20px;
  }
}
.faq {
  padding-bottom: 0px;
}
.faq__header {
  padding-top: 16px;
}
.faq__sections {
  position: relative;
  margin-bottom: 0px;
}
.faq__section_close .faq__section-content {
  transition: max-height 200ms ease-in;
}
.faq__section_close .faq__section-header::after {
  transition: transform 200ms ease-in;
  transform: rotate(0);
}
.faq__section-header {
  position: relative;
  padding: 16px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 1px solid #e4e8ed;
  transition: color 0.35s;
}
.faq__section-header:hover {
  color: #dd0a34;
}
.faq__section-header:hover::after {
  background-image: url("../images/icons/arrow-down-large-red.svg");
}
.faq__section-header .title {
  max-width: 832px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .faq__section-header {
    padding: 24px 0;
    font-size: 19px;
    line-height: 25px;
  }
}
.faq__section-header::after {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  content: '';
  background-image: url("../images/icons/arrow-down-large.svg");
  background-size: cover;
  transition: transform 200ms ease-out, background-image 0.35s;
  transform: rotate(-180deg);
}
@media (max-width: 1023px) {
  .faq__section-header::after {
    top: 24px;
    width: 32px;
    height: 32px;
  }
}
.faq__section-content {
  overflow-y: hidden;
  transition: max-height 200ms ease-out;
  font-size: 17px;
}
.faq__section-inner {
  padding-bottom: 24px;
  max-width: 832px;
}
.faq__section-inner ul {
  padding: 0 0 16px 0;
  list-style-type: none;
}
.faq__section-inner ul li {
  padding: 6px 0;
  line-height: 20px;
  font-size: 15px;
}
.faq__section-inner ul li:before {
  color: #dd0a34;
  content: '●';
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .faq__section-inner {
    padding-bottom: 16px;
  }
}
.faq__section-inner p {
  padding-bottom: 15px;
}
.deposits-insurance .main-visual__content .section {
  margin-bottom: 16px;
}
.deposits-insurance .simpledocview {
  margin-top: 18px;
  margin-bottom: 18px;
}
.deposits-insurance .simpledocview.documents_extend-row .documents__doc {
  padding: 16px 13px;
  background-color: #f7f7fa;
}
.deposits-insurance .simpledocview.documents_extend-row .documents__doc .documents__doc-icon {
  margin-right: 25px;
  margin-left: 10px;
}
.deposits-insurance .typography h5:last-child {
  margin-top: 18px;
  margin-bottom: 13px;
}
.deposits-insurance .typography ul {
  margin-bottom: 16px;
}
.calculator .vs__dropdown-option {
  font-weight: 700;
  font-size: 17px;
}
@media (max-width: 1023px) {
  .calculator {
    display: block;
    padding-right: 16px;
  }
}
.calculator__fields {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .calculator__fields {
    margin-bottom: 43px;
  }
}
.calculator__field {
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .calculator__field {
    margin-bottom: 42px;
  }
}
.calculator__field:last-child {
  margin-bottom: 0;
}
.calculator__options:last-of-type {
  margin-bottom: 9px;
}
.calculator__options_additional {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  will-change: max-height;
}
.calculator__all-options {
  display: flex;
  margin-bottom: 26px;
  align-items: center;
}
.calculator__all-options:hover span {
  color: #c31639;
}
.calculator__all-options:hover path {
  fill: #c31639;
}
.calculator__all-options.opened svg {
  transform: rotate(180deg);
}
.calculator__all-options span {
  margin-right: 7px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.calculator__all-options svg {
  transition: transform 0.35s;
}
.calculator__all-options path {
  transition: fill 0.35s;
}
.calculate-offer__calculator {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .calculate-offer__calculator {
    display: block;
    padding-right: 16px;
  }
}
.calculate-offer__calculation {
  padding-top: 27px;
}
@media (max-width: 1023px) {
  .calculate-offer__calculation {
    padding-top: 2px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__calculation-block {
    display: block;
  }
}
.calculate-offer__calculation-item {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .calculate-offer__calculation-item {
    margin-right: 12px;
    margin-bottom: 12px;
    display: inline-table;
  }
}
.calculate-offer__calculation-item:last-child {
  margin-bottom: 0;
}
.calculate-offer__calculation-item.fullwidth {
  width: 100%;
}
.calculate-offer__calculation-label {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
  color: #636363;
}
@media (max-width: 1023px) {
  .calculate-offer__calculation-label {
    font-size: 11px;
    line-height: 16px;
  }
}
.calculate-offer__calculation-value {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .calculate-offer__calculation-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.calculate-offer__calculation-value_small {
  font-size: 20px;
  line-height: 26px;
}
.calculate-offer__calculation-value_large {
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 1200px) {
  .calculate-offer__calculation-value_large {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .calculate-offer__calculation-value_large {
    font-size: 28px;
    line-height: 36px;
  }
}
.calculate-offer__circle {
  position: absolute;
  top: 8px;
  right: 28px;
}
.calculate-offer__circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.calculate-offer__circle-label {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
  color: #636363;
}
.calculate-offer__circle-value {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .deposit-calculator {
    margin-bottom: -24px;
  }
}
.deposit-calculator__container {
  position: relative;
  display: flex;
}
@media (max-width: 1023px) {
  .deposit-calculator__container {
    display: block;
    margin-bottom: 0;
  }
}
.deposit-calculator__header {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .deposit-calculator__header {
    display: block;
    margin-bottom: 22px;
  }
}
@media (max-width: 1023px) {
  .deposit-calculator__title {
    margin-bottom: 16px;
  }
}
.deposit-calculator__body {
  width: 544px;
  margin-right: 128px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .deposit-calculator__body {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .deposit-calculator__body {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .deposit-calculator__body {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .deposit-calculator__body {
    width: 100%;
  }
}
.deposit-calculator .tabs.inner {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .deposit-calculator .tabs.inner {
    margin-bottom: 22px;
  }
}
.deposit-calculator .tabs__content {
  padding-top: 24px;
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .deposit-calculator .tabs__content {
    padding-top: 0;
    border: none;
  }
}
.deposit-calculator .tabs__content .tabs__content {
  padding-top: 0;
  border-top: 0px solid #e4e8ed;
}
.deposit-calculator .deposits-profit {
  margin-top: 24px;
}
.table_savings .table__column:first-child {
  width: 25% !important;
}
.deposits-faq .page__section {
  padding-top: 48px;
}
.ipoteka-building {
  padding-top: 120px;
}
.ipoteka-building__form {
  width: 640px;
  margin: 0 auto;
}
.ipoteka-building__form-heading {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.ipoteka-building__controls-right {
  position: absolute;
  top: calc(50% - 92px);
  right: 16px;
}
.ipoteka-building__control-button {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  padding: 8px;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
}
.ipoteka-building__control-button-circle {
  margin-top: 32px;
  border-radius: 50%;
}
.ipoteka-building__map-container {
  position: relative;
  height: calc(100vh - 120px);
}
.ipoteka-building__map {
  height: 100%;
}
.ipoteka-building__loader {
  width: 30px;
  height: 30px;
  margin: 24px auto;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #242729;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
.ipoteka-building__container {
  position: relative;
}
.ipoteka-building__item {
  display: flex;
  padding: 24px 0;
  line-height: 22px;
  cursor: pointer;
  border-bottom: 1px solid #e4e8ed;
}
.ipoteka-building__item-icon {
  margin-right: 13px;
}
.ipoteka-building__item-address {
  color: #6d6d73;
}
.ipoteka-building__item-developer {
  color: #6d6d73;
}
.ipoteka-building__bar {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 6;
  width: 443px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.ipoteka-building__bar-header {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.ipoteka-building__bar-search {
  margin-bottom: 24px;
}
.ipoteka-building__bar-list {
  height: 348px;
  margin-bottom: 24px;
  overflow-y: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal_app-qr.ipoteka-building__modal .modal__content {
  width: 928px;
  height: 628px;
  padding: 40px;
}
.modal_app-qr.ipoteka-building__modal-result .modal__content {
  width: 928px;
  height: 252px;
  padding: 40px;
}
.ipoteka-building .btn__loader {
  width: 32px;
  height: 32px;
}
.ipoteka-building .application-success__text {
  max-width: 100%;
}
.ipoteka-calculate__calculator {
  margin-bottom: 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .ipoteka-calculate__calculator {
    margin-bottom: 24px;
    padding-bottom: 25px;
  }
}
.ipoteka-calculate__calculator .vs__dropdown-option {
  font-weight: 700;
  font-size: 17px;
}
.ipoteka-calculate__fields {
  display: flex;
  margin-bottom: 54px;
}
@media (max-width: 1023px) {
  .ipoteka-calculate__fields {
    margin-bottom: 1px;
    flex-direction: column;
  }
}
.ipoteka-calculate__field {
  position: relative;
  width: 100%;
  margin-right: 32px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .ipoteka-calculate__field {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.ipoteka-calculate__field:last-child {
  margin-right: 0;
}
.ipoteka-calculate__field .vue-slider {
  position: absolute;
  left: 0;
  bottom: -5.5px;
  width: 100%;
}
.ipoteka-calculate__field .field__label {
  margin-bottom: 6px;
}
.ipoteka-calculate__field .field__years {
  left: 16px;
  font-size: 17px;
  line-height: 22px;
  color: #242729;
  background-color: #f7f7fa;
}
.ipoteka-calculate__options-item {
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .ipoteka-calculate__options-item {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.ipoteka-calculate__options-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.ipoteka-calculate__options-item .field__wrapper {
  align-items: center;
}
.ipoteka-calculate__options-item .field__icon {
  margin-right: 16px;
}
.ipoteka-list {
  margin-bottom: 59px;
}
@media (max-width: 1023px) {
  .ipoteka-list {
    margin-bottom: 49px;
  }
}
@media (max-width: 1023px) {
  .ipoteka-list .ipoteka-item {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .ipoteka-list .ipoteka-item__about {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .ipoteka-list .ipoteka-item__actions {
    position: relative;
    margin-top: 54px;
  }
}
.ipoteka-list__title {
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  .ipoteka-list__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.ipoteka-list__results {
  margin-bottom: 40px;
}
.ipoteka-list__results-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .ipoteka-list__results-title {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.ipoteka-list__interesting-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
.ipoteka-item {
  display: flex;
  width: 100%;
  height: 264px;
  margin-bottom: 32px;
  overflow: hidden;
  background: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .ipoteka-item {
    height: 558px;
    margin-bottom: 44px;
    flex-direction: column;
    background: #f3eeee;
    border-radius: 8px;
  }
}
.ipoteka-item__visual {
  position: relative;
  width: 330px;
  background: url("../images/ipoteka/background.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media (max-width: 1023px) {
  .ipoteka-item__visual {
    display: flex;
    width: 100%;
    height: 254px;
    background: none;
    justify-content: center;
    align-items: flex-end;
  }
}
.ipoteka-item__percent {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 36px;
  line-height: 44px;
  word-spacing: -5px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .ipoteka-item__percent {
    top: 44px;
    left: 35px;
    font-size: 64px;
    line-height: 44px;
  }
}
.ipoteka-item__image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .ipoteka-item__image {
    height: 209px;
    margin: unset;
    padding-top: 0;
  }
}
.ipoteka-item__about {
  position: relative;
  display: flex;
  width: 790px;
  padding: 32px 40px 32px 55px;
  background-color: #f7f7fa;
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .ipoteka-item__about {
    width: 100%;
    height: 304px;
    padding: 24px 20px;
    flex-direction: column-reverse;
    border-radius: 0 0 8px 8px;
    justify-content: flex-end;
  }
}
.ipoteka-item__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .ipoteka-item__title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 24px;
  }
}
.ipoteka-item__text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .ipoteka-item__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .ipoteka-item__text {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 18px;
  }
}
.ipoteka-item__descriptions {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .ipoteka-item__descriptions {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .ipoteka-item__descriptions {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
}
.ipoteka-item__descriptions-item {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .ipoteka-item__descriptions-item {
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
.ipoteka-item__descriptions-item:last-child {
  margin-right: 0;
}
.ipoteka-item__descriptions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .ipoteka-item__descriptions-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.ipoteka-item__descriptions-value {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .ipoteka-item__descriptions-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.ipoteka-item__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .ipoteka-item__actions {
    position: absolute;
    bottom: 24px;
  }
}
.ipoteka-item__request {
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .ipoteka-item__request {
    margin-right: 16px;
    white-space: nowrap;
  }
}
.ipoteka-item__details {
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
  opacity: 0.9;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .ipoteka-item__details {
    font-size: 13px;
    line-height: 18px;
  }
}
.ipoteka-item__details:hover {
  color: #242729;
}
@media (max-width: 1023px) {
  .ipoteka-item__details.mq-phone {
    display: inline-block;
  }
}
.ipoteka-item__note {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .ipoteka-item__note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.ipoteka .usefull-info {
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info {
    padding-bottom: 46px;
  }
}
.ipoteka .usefull-info__title {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info__list {
    overflow-x: auto;
  }
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info__list-wrap {
    flex-wrap: nowrap;
  }
}
.ipoteka .usefull-info__item {
  display: flex;
  height: 216px;
  padding: 16px 24px;
  background-color: #f7f7fa;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info__item {
    width: 240px;
    height: 226px;
    margin-right: 12px;
    padding: 16px 20px;
  }
}
.ipoteka .usefull-info__about {
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info__about {
    margin-top: 0;
  }
}
.ipoteka .usefull-info__about-note {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__about-note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.ipoteka .usefull-info__about-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__about-title {
    font-size: 15px;
    line-height: 22px;
  }
}
.ipoteka .usefull-info__about-text {
  max-width: 255px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__about-text {
    max-width: 200px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
  }
}
.ipoteka .usefull-info__conditions {
  display: flex;
  max-width: 272px;
  margin-top: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__conditions {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info__conditions {
    margin-top: 12px;
    display: block;
  }
}
.ipoteka .usefull-info__conditions-item:first-child {
  margin-right: 38px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__conditions-item:first-child {
    margin-right: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info__conditions-item:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__conditions-item {
    margin-bottom: 8px;
  }
}
.ipoteka .usefull-info__conditions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__conditions-title {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.ipoteka .usefull-info__conditions-value {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__conditions-value {
    font-size: 15px;
    line-height: 22px;
  }
}
.ipoteka .usefull-info__icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .ipoteka .usefull-info__icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1023px) {
  .ipoteka .usefull-info__icon {
    width: 20px;
    height: 20px;
  }
}
.how-to-make_ipoteka .card-details__amount {
  margin-bottom: 44px;
}
.card-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-container-row .repay__card {
  display: flex;
  width: 352px;
  height: 188px;
  margin-bottom: 32px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
}
.credits-calculate__calculator {
  margin-bottom: 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .credits-calculate__calculator {
    margin-bottom: 24px;
    padding-bottom: 25px;
  }
}
.credits-calculate__fields {
  display: flex;
  margin-bottom: 54px;
}
@media (max-width: 1023px) {
  .credits-calculate__fields {
    margin-bottom: 1px;
    flex-direction: column;
  }
}
.credits-calculate__field {
  position: relative;
  width: 100%;
  margin-right: 32px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .credits-calculate__field {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.credits-calculate__field:last-child {
  margin-right: 0;
}
.credits-calculate__field .vue-slider {
  position: absolute;
  left: 0;
  bottom: -5.5px;
  width: 100%;
}
.credits-calculate__field .field__label {
  margin-bottom: 6px;
}
.credits-calculate__field .field__years {
  left: 16px;
  font-size: 17px;
  line-height: 22px;
  color: #242729;
}
.credits-calculate__options-item {
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .credits-calculate__options-item {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.credits-calculate__options-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.credits-calculate__options-item .field__wrapper {
  align-items: center;
}
.credits-calculate__options-item .field__icon {
  margin-right: 16px;
}
.credits-list {
  margin-top: 28px;
  margin-bottom: 59px;
  padding-top: 32px;
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .credits-list {
    margin-bottom: 49px;
    padding-top: 24px;
  }
}
.credits-list__title {
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  .credits-list__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.credits-list__results {
  margin-bottom: 40px;
}
.credits-list__results-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .credits-list__results-title {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.credits-list__interesting-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
.credits-item {
  display: flex;
  width: 100%;
  height: 264px;
  margin-bottom: 32px;
  overflow: hidden;
  background: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .credits-item {
    height: 558px;
    margin-bottom: 44px;
    flex-direction: column;
    background: #f3eeee;
    border-radius: 8px;
  }
}
.credits-item__visual {
  position: relative;
  width: 330px;
  background: url("../images/credits/background.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media (max-width: 1023px) {
  .credits-item__visual {
    display: flex;
    width: 100%;
    height: 254px;
    background: none;
    justify-content: center;
    align-items: flex-end;
  }
}
.credits-item__percent {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 36px;
  line-height: 44px;
  word-spacing: -5px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .credits-item__percent {
    top: 44px;
    left: 35px;
    font-size: 64px;
    line-height: 44px;
  }
}
.credits-item__image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 270px;
  height: auto;
  max-height: 100%;
  margin: auto;
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .credits-item__image {
    height: 209px;
    margin: unset;
    padding-top: 0;
  }
}
.credits-item__about {
  position: relative;
  display: flex;
  padding: 32px 40px 32px 55px;
  background-color: #f7f7fa;
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .credits-item__about {
    max-width: 100%;
    height: 304px;
    padding: 24px 32px;
    flex-direction: column-reverse;
    border-radius: 0 0 8px 8px;
    justify-content: flex-end;
  }
}
.credits-item__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .credits-item__title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 24px;
  }
}
.credits-item__text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .credits-item__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .credits-item__text {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 18px;
  }
}
.credits-item__descriptions {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .credits-item__descriptions {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .credits-item__descriptions {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
}
.credits-item__descriptions-item {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .credits-item__descriptions-item {
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
.credits-item__descriptions-item:last-child {
  margin-right: 0;
}
.credits-item__descriptions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .credits-item__descriptions-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.credits-item__descriptions-value {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .credits-item__descriptions-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.credits-item__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .credits-item__actions {
    position: absolute;
    bottom: 24px;
  }
}
.credits-item__request {
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .credits-item__request {
    margin-right: 16px;
  }
}
.credits-item__details {
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
  opacity: 0.9;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .credits-item__details {
    font-size: 13px;
    line-height: 18px;
  }
}
.credits-item__details:hover {
  color: #242729;
}
@media (max-width: 1023px) {
  .credits-item__details.mq-phone {
    display: inline-block;
  }
}
.credits-item__note {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .credits-item__note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.other-offers {
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .other-offers {
    padding-bottom: 46px;
  }
}
.other-offers__title {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .other-offers__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .other-offers__list {
    overflow-x: auto;
  }
}
@media (max-width: 1023px) {
  .other-offers__list-wrap {
    flex-wrap: nowrap;
  }
}
.other-offers__item {
  display: flex;
  height: 216px;
  padding: 16px 24px;
  background-color: #f7f7fa;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .other-offers__item {
    width: 240px;
    height: 246px;
    margin-right: 12px;
    padding: 16px 20px;
  }
}
.other-offers__about {
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .other-offers__about {
    margin-top: 0;
  }
}
.other-offers__about-note {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
@media (max-width: 1200px) {
  .other-offers__about-note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.other-offers__about-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .other-offers__about-title {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
  }
}
.other-offers__about-text {
  max-width: 255px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .other-offers__about-text {
    max-width: 200p;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
  }
}
.other-offers__conditions {
  display: flex;
  max-width: 272px;
  margin-top: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .other-offers__conditions {
    margin-top: 12px;
  }
}
.other-offers__conditions-item:first-child {
  margin-right: 38px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .other-offers__conditions-item:first-child {
    margin-right: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .other-offers__conditions-item:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 1200px) {
  .other-offers__conditions-item {
    margin-bottom: 8px;
  }
}
.other-offers__conditions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1200px) {
  .other-offers__conditions-title {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.other-offers__conditions-value {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .other-offers__conditions-value {
    font-size: 15px;
    line-height: 22px;
  }
}
.other-offers__icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .other-offers__icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1023px) {
  .other-offers__icon {
    width: 20px;
    height: 20px;
  }
}
.advantages {
  padding-top: 24px;
}
@media (max-width: 1023px) {
  .advantages {
    padding-top: 8px;
  }
}
.advantages__title {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .advantages__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.advantages__description {
  max-width: 630px;
  padding-top: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
.advantages__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .advantages__list {
    display: block;
  }
}
.advantages__item {
  position: relative;
  width: 256px;
  margin-right: 32px;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .advantages__item {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .advantages__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .advantages__item {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .advantages__item {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 48px;
  }
}
.advantages__item:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .advantages__item:last-child {
    margin-bottom: 0;
  }
}
.advantages__list_highlight .advantages__item {
  padding: 30px 20px 24px;
  background-color: #f7f7fa;
}
@media (max-width: 1023px) {
  .advantages__list_highlight .advantages__item {
    width: 100%;
    min-height: auto;
    margin-bottom: 12px;
    padding: 16px 50px 16px 20px;
  }
  .advantages__list_highlight .advantages__item .advantages__icon {
    top: 16px;
    right: 16px;
    left: auto;
    width: 24px;
    height: 24px;
  }
}
.advantages__list_fullwidth .advantages__item {
  width: 100%;
}
.advantages__icon {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .advantages__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin-bottom: 0;
  }
}
.advantages__item-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .advantages__item-title {
    margin-bottom: 4px;
  }
}
.advantages__item-description {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .advantages__item-description {
    padding-right: 14px;
  }
}
.advantages__item-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .advantages__item-link {
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
  }
}
.advantages__modal .modal__content {
  max-width: 832px;
  padding: 40px 112px 48px 48px;
}
@media (max-width: 1023px) {
  .advantages__modal .modal__content {
    padding: 32px 16px;
  }
}
.advantages__modal-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .advantages__modal-header {
    padding-right: 32px;
  }
}
.advantages__modal-title {
  width: 544px;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .advantages__modal-title {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .advantages__modal-title {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .advantages__modal-title {
    width: 330px;
  }
}
@media (max-width: 320px) {
  .advantages__modal-title {
    width: 100%;
  }
}
.advantages__modal-subtitle {
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .gift {
    margin-top: 70px;
  }
}
.gift .container {
  overflow: visible;
}
.gift__body {
  position: relative;
  display: flex;
  height: 200px;
  background-color: #f7f7fa;
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .gift__body {
    height: auto;
    margin: 0 -16px;
    border-radius: 0;
  }
}
.gift__content {
  width: 496px;
  padding: 32px 0 0 32px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .gift__content {
    width: 496px;
  }
}
@media (max-width: 1200px) {
  .gift__content {
    width: 410px;
  }
}
@media (max-width: 1023px) {
  .gift__content {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .gift__content {
    width: 100%;
    padding: 100px 32px 24px;
  }
}
.gift__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .gift__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .gift__description {
    font-size: 13px;
    line-height: 18px;
  }
}
.gift__image {
  width: 380.79999999999995px;
  margin-right: 100px;
  align-self: center;
}
@media (max-width: 1440px) {
  .gift__image {
    width: 380.79999999999995px;
  }
}
@media (max-width: 1200px) {
  .gift__image {
    width: 314px;
  }
}
@media (max-width: 1023px) {
  .gift__image {
    width: 228px;
  }
}
@media (max-width: 1023px) {
  .gift__image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.product-conditions__title {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .product-conditions__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.product-conditions__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .product-conditions__list {
    display: block;
  }
}
.product-conditions__item {
  width: 256px;
  min-height: 200px;
  margin-right: 32px;
  padding: 30px 20px 24px;
  background-color: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .product-conditions__item {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .product-conditions__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .product-conditions__item {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .product-conditions__item {
    width: 100%;
    min-height: auto;
    margin-bottom: 12px;
    padding: 16px 25px 16px 20px;
  }
}
.product-conditions__item:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .product-conditions__item:last-child {
    margin-bottom: 0;
  }
}
.product-conditions__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .product-conditions__icon {
    top: auto;
    bottom: 0;
    max-width: 100%;
    transform: translateY(0);
  }
}
.product-conditions__icon-wrapper {
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .product-conditions__icon-wrapper {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
}
.product-conditions__text {
  line-height: 22px;
}
.product-conditions__subtext {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
.product-conditions__description {
  max-width: 630px;
  padding-top: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
.credits-slider .container {
  padding: 0 100px 0 20px;
}
@media (max-width: 1023px) {
  .credits-slider .container {
    padding: 0 20px;
  }
}
.credits-slider__title {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .credits-slider__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.credits-slider__list {
  position: relative;
}
@media (max-width: 1023px) {
  .credits-slider__list {
    margin-right: -16px;
  }
}
.credits-slider__list .swiper-container {
  width: 100%;
}
.credits-slider__slide {
  padding-bottom: 34px;
}
@media (max-width: 1023px) {
  .credits-slider__slide {
    width: 240px !important;
    height: 272px;
    padding: 16px 20px;
  }
}
.credits-slider__slide-inner {
  width: 304px;
}
@media (max-width: 1440px) {
  .credits-slider__slide-inner {
    width: 304px;
  }
}
@media (max-width: 1200px) {
  .credits-slider__slide-inner {
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .credits-slider__slide-inner {
    width: 180px;
  }
}
.credits-slider__slide-caption {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .credits-slider__slide-caption {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.credits-slider__slide-title {
  margin-bottom: 12px;
}
.credits-slider__advantages {
  display: flex;
}
@media (max-width: 1023px) {
  .credits-slider__advantages {
    display: block;
  }
}
.credits-slider__advantages-item {
  display: inline-block;
  margin-right: 32px;
}
@media (max-width: 1200px) {
  .credits-slider__advantages-item {
    margin-right: 24px;
  }
}
@media (max-width: 1023px) {
  .credits-slider__advantages-item {
    margin-bottom: 12px;
  }
}
.credits-slider__advantages-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.credits-slider__advantages-label,
.credits-slider__advantages-value {
  line-height: 22px;
}
.credits-slider__advantages-label {
  margin-bottom: 2px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .credits-slider__advantages-label {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 320px) {
  .credits-slider__advantages-label {
    max-width: 140px;
  }
}
@media (max-width: 1200px) {
  .credits-slider__advantages-value {
    font-size: 13px;
    line-height: 18px;
  }
}
.credits-slider__image {
  height: 100%;
}
.credits-slider__image-wrapper {
  position: absolute;
  top: 0;
  right: 24px;
  width: 202px;
  height: 100%;
  text-align: right;
}
@media (max-width: 1200px) {
  .credits-slider__image-wrapper {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .credits-slider__image-wrapper {
    top: auto;
    bottom: 0;
    height: 148px;
  }
}
.credits-slider__buttons {
  position: absolute;
  top: 50%;
  right: -67px;
  z-index: 2;
  width: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .credits-slider__buttons {
    display: none;
  }
}
.credits-slider__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.credits-slider__button:after {
  content: none;
}
.credits-slider__button_next {
  margin-bottom: 12px;
}
.credits-slider__button_prev {
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.credits-slider__button.swiper-button-disabled {
  opacity: 1;
}
.credits-slider__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.credits-slider__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
.credits-slider .featured-products__card {
  width: auto;
}
.how-to-make {
  padding: 72px 0;
  background-color: rgba(247,247,250,0.65);
}
.how-to-make__bank-button {
  padding: 16px 32px;
}
@media (max-width: 1023px) {
  .how-to-make {
    margin-top: -48px;
    padding: 68px 0 32px;
  }
}
.how-to-make__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .how-to-make__title {
    margin-bottom: 16px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .how-to-make__phone-form {
    margin: 0 -16px;
  }
}
.how-to-make__tabs {
  display: flex;
  width: 928px;
  margin: auto;
}
@media (max-width: 1440px) {
  .how-to-make__tabs {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make__tabs {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__tabs {
    width: 570px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__tabs {
    display: none;
  }
}
.how-to-make_incasation .how-to-make__tabs {
  display: flex;
  width: 928px;
}
@media (max-width: 1440px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 570px;
  }
}
.how-to-make__tab {
  position: relative;
  z-index: 1;
  display: flex;
  width: 309px;
  height: 73px;
  flex-direction: column;
  cursor: pointer;
  color: #919399;
  background-color: #fcfcfd;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  transition: background-color 0.35s ease, color 0.35s ease;
  align-items: center;
  justify-content: center;
}
.how-to-make__tab-title {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tab-title {
    font-size: 15px;
  }
}
.how-to-make__tab-description {
  font-size: 11px;
  line-height: 16px;
}
.how-to-make__tab.how-to-make__tab.active {
  z-index: 3;
  color: #242729;
  background-color: #fff;
}
.how-to-make__tab:first-child {
  z-index: 2;
}
.how-to-make__tab:last-child {
  z-index: 0;
}
.how-to-make__content {
  position: relative;
  display: flex;
  width: 928px;
  z-index: 4;
  margin: auto;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 13px 16px rgba(79,105,118,0.1);
}
@media (max-width: 1440px) {
  .how-to-make__content {
    width: 928px;
  }
}
@media (max-width: 1200px) {
  .how-to-make__content {
    width: 770px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__content {
    width: 570px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__content {
    width: 100%;
  }
}
.how-to-make__inner {
  display: none;
  width: 100%;
}
.how-to-make__inner.active {
  display: block;
}
.how-to-make__additional-checkbox {
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .how-to-make__additional-checkbox {
    margin-bottom: 5px;
  }
}
.how-to-make__order {
  padding: 48px 144px 40px;
}
@media (max-width: 1200px) {
  .how-to-make__order {
    padding: 48px 70px 40px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__order {
    display: none;
    padding: 32px 0 58px;
  }
  .how-to-make_incasation .how-to-make__order {
    display: block;
    padding: 25px 16px 0;
  }
}
.how-to-make__order-options {
  display: flex;
  flex-direction: column;
}
.how-to-make__order-phone-title {
  display: none;
}
@media (max-width: 1023px) {
  .how-to-make__order-phone-title {
    display: block;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__order-steps-wrap {
    margin-right: -16px;
    margin-bottom: 15px;
    padding: 6px 0 5px;
    overflow-x: scroll;
  }
}
.how-to-make__order-steps {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .how-to-make__order-steps {
    margin-bottom: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.how-to-make__order-step {
  margin-right: 32px;
  font-size: 11px;
  line-height: 16px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .how-to-make__order-step {
    margin-right: 0;
    padding-right: 32px;
  }
}
.how-to-make__order-step.active {
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .how-to-make__order .field__error {
    top: calc(100% + 2px);
    width: 100%;
    overflow: hidden;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.how-to-make__order-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__order-title {
    display: none;
  }
}
.how-to-make__order-title_confirm {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .how-to-make__order-title_confirm {
    margin-bottom: 2px;
  }
}
.how-to-make__order-caption {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.how-to-make__app {
  display: flex;
  padding: 18px 70px 31px 72px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app {
    display: block;
    padding: 0 16px;
  }
}
.how-to-make__app_jcfs {
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app_jcfs {
    padding: 32px 16px 24px;
  }
}
.how-to-make__app-content {
  max-width: 385px;
  margin-top: 53px;
}
.how-to-make__app-content_large {
  max-width: 430px;
  margin-top: 23px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-content_large {
    margin-top: 0;
  }
}
.how-to-make__app-note {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
.how-to-make__app-title {
  margin-bottom: 15px;
}
.how-to-make__app-list {
  margin-bottom: 48px;
}
.how-to-make__app-item {
  display: flex;
  margin-bottom: 12px;
}
.how-to-make__app-number {
  min-width: 14px;
  margin-right: 9px;
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
}
.how-to-make__app-text {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .how-to-make__app-text {
    line-height: 24px;
  }
}
.how-to-make__app-text_pd32 {
  padding-bottom: 32px;
}
.how-to-make__app-buttons {
  position: relative;
  display: flex;
}
.how-to-make__app-button {
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-button {
    width: 100%;
    height: 40px;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
    justify-content: center;
  }
}
.how-to-make__app-qr-btn {
  display: inline-flex;
  padding: 0 16px;
  align-items: center;
}
.how-to-make__app-qr-btn img {
  margin-right: 8px;
}
.how-to-make__app-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 8px;
  background-color: #dd0a34;
  border-radius: 4px;
  transition: background-color 0.35s;
  align-items: center;
  justify-content: center;
}
.how-to-make__app-link:hover {
  background-color: #c31639;
}
.how-to-make__app-image {
  width: 360px;
  height: 470px;
  background-repeat: no-repeat;
  background-size: contain;
}
.how-to-make_incasation .how-to-make__app-image {
  width: 224px;
  height: 200px;
  margin-top: 23px;
  margin-left: 30px;
  background-size: cover;
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__app-image {
    display: none;
  }
}
.how-to-make__bank {
  display: flex;
  padding: 48px 72px;
}
.how-to-make__bank-title {
  max-width: 426px;
  margin-bottom: 24px;
}
.how-to-make__bank-list {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .how-to-make__bank-list {
    margin-bottom: 30px;
  }
}
.how-to-make__bank-item {
  display: flex;
  width: 468px;
  margin-bottom: 16px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .how-to-make__bank-item {
    width: 100%;
  }
}
.how-to-make__bank-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  flex-shrink: 0;
}
.how-to-make__bank-text {
  line-height: 22px;
}
.how-to-make__bank-image {
  width: 328px;
  height: 280px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .how-to-make__bank-image {
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .how-to-make__bank {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_card {
    margin-top: 0;
    padding-top: 32px;
  }
}
.how-to-make_card .how-to-make__order {
  padding-top: 26px;
}
.how-to-make_card .how-to-make__app {
  padding-bottom: 32px;
}
.how-to-make_card .how-to-make__app-content {
  margin-top: 22px;
}
.how-to-make_card .how-to-make__app-list {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_card .how-to-make-phone__item {
    padding: 16px 24px;
  }
}
.how-to-make_card .how-to-make-phone__list .content__icon {
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
}
.how-to-make_card .how-to-make-phone__list .content__title {
  width: 100%;
}
.how-to-make_card .how-to-make-phone__list .content__text {
  max-width: 260px;
}
@media (max-width: 1023px) {
  .how-to-make_credit {
    margin-top: 0;
    padding-top: 32px;
  }
}
.how-to-make_credit .how-to-make__order {
  padding: 40px 144px;
}
@media (max-width: 1200px) {
  .how-to-make_credit .how-to-make__order {
    padding: 40px 70px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order {
    padding: 32px 0 58px;
  }
}
.how-to-make_credit .how-to-make__order-step {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-step {
    margin-right: 0;
  }
}
.how-to-make_credit .how-to-make__order-step:last-child {
  margin-right: 0;
}
.how-to-make_credit .how-to-make__order-title {
  position: relative;
  display: inline-block;
}
.how-to-make_credit .how-to-make__order-caption {
  position: absolute;
  top: 3px;
  right: -12px;
  width: 352px;
  transform: translateX(100%);
}
@media (max-width: 1440px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-caption {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_credit .how-to-make__order-caption {
    position: relative;
    top: 0;
    right: auto;
    display: block;
    width: 100%;
    padding-top: 4px;
    font-size: 11px;
    line-height: 16px;
    transform: translateX(0);
  }
}
.how-to-make_credit .how-to-make__order-fields {
  display: block;
}
.how-to-make_credit .how-to-make__additional-checkbox {
  margin-bottom: 16px;
}
.how-to-make_credit .how-to-make-phone__list .content__icon {
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
}
.how-to-make_credit .how-to-make-phone__list .content__title {
  width: 100%;
}
.how-to-make_credit .how-to-make-phone__list .content__text {
  max-width: 210px;
}
.how-to-make-phone__list {
  display: none;
}
@media (max-width: 1023px) {
  .how-to-make-phone__list {
    display: block;
  }
}
.how-to-make-phone__list .content__description {
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 16px;
  color: #dd0a34;
}
.how-to-make-phone__list .content__icon {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 24px;
  height: 24px;
}
.how-to-make-phone__list .content__title {
  width: 70%;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
}
.how-to-make-phone__list .content__text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #242729;
}
.how-to-make-phone__item {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.how-to-make-phone__item:last-child {
  margin-bottom: 0;
}
.how-to-make-phone__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how-to-make-phone__content .content__bottom {
  display: flex;
  align-items: center;
}
.how-to-make-phone__button {
  display: inline-flex;
  margin-right: 16px;
  vertical-align: top;
  align-items: center;
}
.how-to-make-phone__button img {
  margin-right: 8px;
  margin-bottom: 4px;
}
.how-to-make-phone__button_google img {
  margin-bottom: 2px;
}
.how-to-make-phone__link {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .how-to-make_deposits {
    margin-top: 0;
    padding-top: 32px;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation {
    background: transparent;
  }
}
@media (max-width: 1023px) {
  .how-to-make_incasation .how-to-make__tabs {
    width: 100%;
  }
}
.how-to-make_incasation .how-to-make__tab {
  width: 50%;
}
.application-failed__title {
  max-width: 530px;
}
.application-failed__text {
  max-width: 530px;
  margin-bottom: 40px;
}
.application-failed__text-footer {
  margin-bottom: 8px;
  font-size: 17px;
}
.application-failed__text-phone {
  margin-bottom: 30px;
  font-size: 28px;
  color: #dd0a34;
}
.application-failed__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .application-failed__buttons {
    flex-direction: column;
  }
}
.captcha-container {
  margin-bottom: 24px;
}
.captcha-container .field__error:before {
  content: '*';
}
.captcha-container .field__error {
  top: calc(100% + 8px);
}
.form__footer {
  flex-flow: row-reverse;
}
.checkbox_error {
  margin-bottom: 15px;
}
.how-to-make__order-checkbox {
  display: flex;
  align-items: flex-start;
}
.how-to-make__order-checkbox .field__error {
  top: 100%;
}
.field__caption.checkbox a {
  cursor: pointer;
}
.field__caption.checkbox a.dialog {
  border-bottom: 1px dashed #6d6d73;
}
.modal-app-qr {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-app-qr__image {
  padding-bottom: 70px;
  width: 50%;
}
.modal-app-qr__text {
  font-size: 13px;
  line-height: 18px;
}
.modal-app-qr .metro-data {
  word-break: break-all;
}
.modal-app-qr .metro-data span {
  margin: 0 4px;
}
.modal-app-qr .metro-data span::before {
  margin-right: 2px;
  content: '\24C2';
}
.modal-app-qr .metro-data_gray {
  color: #808080;
}
.modal-app-qr .metro-data_lime {
  color: #0f0;
}
.modal-app-qr .metro-data_red {
  color: #f00;
}
.modal-app-qr .metro-data_green {
  color: #008000;
}
.modal-app-qr .metro-data_orange {
  color: #ffa500;
}
.modal-app-qr .metro-data_blue {
  color: #006994;
}
.modal-app-qr .metro-data_purple {
  color: #800080;
}
.modal-app-qr .metro-data_silver {
  color: #c0c0c0;
}
.modal-app-qr .schedule-data {
  display: flex;
}
.modal-app-qr .schedule-data div {
  margin-right: 5px;
}
.vue-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */
}
.vue-modal .modal-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background-color: rgba(36,39,41,0.6);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.vue-modal .modal-wrapper {
  display: inline-flex;
  height: 100vh;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.vue-modal .modal-container {
  position: relative;
  margin: 0 auto;
  padding: 20px 30px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.33);
  transition: all 0.3s ease;
}
.vue-modal .modal-header {
  overflow: hidden;
}
.vue-modal .modal-body {
  margin: 20px 0;
}
.vue-modal .modal-default-button {
  float: right;
}
.vue-modal .modal-enter {
  opacity: 0;
}
.vue-modal .modal-leave-active {
  opacity: 0;
}
.vue-modal .modal-enter .modal-container,
.vue-modal .modal-leave-active .modal-container {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.vue-modal .map-container {
  width: 70vw;
  min-width: 200px;
  height: 80vh;
}
.vue-modal .modal__close {
  z-index: 1;
}
.pif-page .main-banner__description {
  max-width: 544px;
}
.pif-page .main-banner__button {
  margin-bottom: 56px;
}
.pif-page .advantages {
  padding-top: 16px;
}
.pif-page .advantages__item {
  width: 100%;
  max-width: 352px;
}
.pif-page .advantages .container {
  padding: 0;
}
.pif-page .tax-variants {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .pif-page .tax-variants {
    margin-top: 16px;
  }
}
.pif-page .tax-variants .achievement-cards__card {
  padding: 24px 100px 24px 40px;
}
@media (max-width: 1024px) {
  .pif-page .tax-variants .achievement-cards__card {
    padding: 20px 16px;
  }
}
@media (max-width: 1024px) {
  .pif-page .tax-variants .achievement-cards__card-title {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 350px) {
  .pif-page .tax-variants .achievement-cards__card-title {
    width: 220px;
  }
}
.pif-page .tax-variants .achievement-cards__card-description {
  color: #6d6d73;
}
.pif-page .tax-variants .achievement-cards__item {
  width: 544px;
}
@media (max-width: 1024px) {
  .pif-page .tax-variants .achievement-cards__item {
    width: 100%;
  }
}
.pif-page .tax-variants .achievement-cards__card-icon {
  top: 24px;
  right: 40px;
  width: 42px;
  height: 42px;
  background-size: 42px;
}
@media (max-width: 1024px) {
  .pif-page .tax-variants .achievement-cards__card-icon {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.pif-page .how-to-make__bank-content {
  max-width: 476px;
}
.pif-page .how-to-make__bank-title {
  max-width: 100%;
}
.pif-page .how-to-make__tabs {
  display: none;
}
@media (max-width: 1024px) {
  .pif-page .how-to-make .link {
    padding: 9px 16px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #dd0a34;
    border-radius: 4px;
  }
}
.pif-page .promo-banner-new__body {
  max-height: 310px;
}
@media (max-width: 1023px) {
  .pif-page .promo-banner-new__body {
    max-height: none;
  }
}
.pif-page .promo-banner-new__content {
  justify-content: space-around;
}
@media (max-width: 767px) {
  .pif-page .promo-banner-new__image-phone {
    display: block;
    width: 100%;
    max-width: 339px;
    max-height: 233px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pif-page .promo-banner-new__content {
    padding: 20px 15px 40px;
  }
}
.pif-page .sale {
  width: 100%;
}
.pif-page .sale__title {
  margin-bottom: 40px;
}
.pif-page .sale__row {
  display: flex;
  padding: 16px 0;
}
.pif-page .sale__headeings {
  display: flex;
  padding: 0;
  padding-bottom: 16px;
  color: #636363;
  border-bottom: 1px solid #e4e8ed;
}
.pif-page .sale__column {
  min-width: 140px;
  margin-left: 24px;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .pif-page .sale__column {
    min-width: 140px;
    margin-left: 5px;
    font-size: 13px;
  }
}
.pif-page .sale__column:first-child {
  margin-left: 0;
}
.pif-page .sale__column-small {
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #6d6d73;
}
.pif-page .sale__column-list {
  padding: 12px 0;
}
.pif-page .sale__large-text {
  font-size: 20px;
  line-height: 26px;
  color: #242729;
}
@media (max-width: 1024px) {
  .pif-page .sale__large-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.pif-page .sale__num {
  font-size: 28px;
  line-height: 36px;
  color: #242729;
}
@media (max-width: 1024px) {
  .pif-page .sale__num {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .pif-page .sale-col {
    width: 20% !important;
  }
}
.pif-page .disclamer {
  padding-bottom: 0;
  line-height: 18px;
}
.pif-page .disclamer-note {
  max-width: 832px;
}
.pif-page .disclamer-text {
  margin-top: 32px;
}
.pif-page__doc {
  margin-top: 16px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .iis-page .main-banner__image-wrapper {
    right: 50%;
    transform: translateX(50%);
    width: 305px;
  }
}
@media (max-width: 1023px) {
  .iis-page .advantages {
    padding-top: 16px;
  }
}
.iis-page .advantages__item {
  max-width: 352px;
  width: 100%;
}
.iis-page .advantages .container {
  padding: 0;
}
.iis-page .tax-variants {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .iis-page .tax-variants {
    margin-top: 16px;
  }
}
.iis-page .tax-variants .achievement-cards__card {
  padding: 24px 100px 46px 40px;
}
@media (max-width: 1024px) {
  .iis-page .tax-variants .achievement-cards__card {
    padding: 20px 16px;
  }
}
@media (max-width: 1024px) {
  .iis-page .tax-variants .achievement-cards__card-title {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 350px) {
  .iis-page .tax-variants .achievement-cards__card-title {
    width: 220px;
  }
}
.iis-page .tax-variants .achievement-cards__card-description {
  color: #6d6d73;
  max-width: 365px;
}
.iis-page .tax-variants .achievement-cards__item {
  width: 544px;
}
@media (max-width: 1024px) {
  .iis-page .tax-variants .achievement-cards__item {
    width: 100%;
  }
}
.iis-page .tax-variants .achievement-cards__card-icon {
  top: 24px;
  right: 40px;
  width: 42px;
  height: 42px;
  background-size: 42px;
}
@media (max-width: 1024px) {
  .iis-page .tax-variants .achievement-cards__card-icon {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.iis-page .how-to-make__bank-text {
  max-width: 432px;
}
.iis-page .how-to-make__tabs {
  display: none;
}
@media (max-width: 1024px) {
  .iis-page .how-to-make .link {
    border: 1px solid #dd0a34;
    padding: 9px 16px;
    border-radius: 4px;
    line-height: 18px;
    font-size: 13px;
  }
  .iis-page .how-to-make .content__icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .iis-page .promo-banner-new__image-phone {
    display: block;
    width: 100%;
    max-width: 339px;
    max-height: 233px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .iis-page .promo-banner-new__content {
    padding: 20px 15px 40px;
  }
}
.iis-page .small-text {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
.iis-page .small-text.custom-width {
  max-width: 349px;
}
.iis-page .def-text {
  font-size: 15px;
  line-height: 22px;
  color: #242729;
}
.iis-page .custom-width {
  width: 448px;
}
.iis-page .desktop-view {
  display: block;
}
.iis-page .mobile-view {
  display: none;
}
.iis-page .documents__list-item {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .iis-page .how-to-make.how-to-make_default {
    margin-top: 0;
    padding: 32px 0;
  }
  .iis-page .table__name {
    max-width: 96px;
  }
  .iis-page .table__value {
    font-size: 13px;
  }
  .iis-page .table__value .typography ul li {
    font-size: 13px;
    padding-left: 0;
  }
  .iis-page .table__value .typography ul li::before {
    display: none;
  }
  .iis-page .small-text {
    margin-top: 2px;
    font-size: 11px;
    line-height: 16px;
  }
  .iis-page .desktop-view {
    display: none;
  }
  .iis-page .mobile-view {
    display: block;
  }
  .iis-page .mt24 {
    margin-top: 24px;
  }
}
.iis-page .disclamer {
  line-height: 18px;
  padding-bottom: 80px;
}
.iis-page .disclamer-note {
  max-width: 832px;
}
.iis-page .disclamer-text {
  margin-top: 32px;
}
.broker-app {
  width: 100%;
  background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
}
@media (max-width: 1023px) {
  .broker-app {
    display: none;
  }
}
.broker-app__wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.broker-app__inner {
  display: flex;
}
.broker-app__content {
  width: 448px;
  margin-top: 72px;
  margin-right: 32px;
}
.broker-app__sup-title {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  margin-bottom: 12px;
}
.broker-app__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .broker-app__title {
    font-size: 19px;
    line-height: 25px;
  }
}
.broker-app__list {
  padding-left: 18px;
  list-style: square;
}
.broker-app__item {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
.broker-app__item:last-child {
  margin-bottom: 0px;
}
.broker-app__item::marker {
  color: #dd0a34;
}
.broker-app__btns {
  display: flex;
  margin-top: 46px;
}
.broker-app__btns_middle {
  margin: 0px 12px;
}
.broker-app__image-box_img {
  display: block;
  width: 640px;
  height: 456px;
}
.broker-app-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .broker-app-mobile {
    display: block;
  }
}
.broker-app-mobile__image-inner {
  background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
}
.broker-app-mobile_img {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 200px;
}
.broker-app-mobile__content {
  width: 100%;
  background-color: #f7f7fa;
  padding: 24px 16px 44px 16px;
}
.broker-app-mobile__btns {
  display: flex;
  margin-top: 24px;
}
.broker-app-mobile__btn {
  margin-right: 16px;
}
.broker-app-mobile__btn:last-child {
  margin-right: 0px;
}
.broker-app-mobile__btn img {
  display: block;
  width: 163px;
  height: 48px;
}
.broker-tariffs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .broker-tariffs {
    padding: 0px 0px 0px 16px;
  }
}
.broker-tariffs__heading {
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .broker-tariffs__heading {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 16px;
  }
}
.broker-tariffs__card-box {
  width: 100%;
  display: flex;
}
@media (max-width: 1023px) {
  .broker-tariffs__card-box {
    overflow-y: auto;
  }
}
.broker-tariffs__card-inner {
  position: relative;
  height: 100%;
}
.broker-tariffs__card {
  width: 352px;
  height: 386px;
  padding: 32px 32px 40px 32px;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .broker-tariffs__card {
    min-width: 287px;
    height: 318px;
    padding: 16px 24px;
  }
}
.broker-tariffs__card:last-child {
  margin-right: 0px;
}
.broker-tariffs__card__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .broker-tariffs__card__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.broker-tariffs__card__note {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .broker-tariffs__card__note {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.broker-tariffs__card__list {
  padding-left: 18px;
  list-style: square;
}
.broker-tariffs__card__item {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .broker-tariffs__card__item {
    font-size: 13px;
    line-height: 18px;
  }
}
.broker-tariffs__card__item:last-child {
  margin-bottom: 0px;
}
.broker-tariffs__card__item::marker {
  color: #dd0a34;
}
.broker-tariffs__card__item span {
  font-weight: bold;
}
.broker-tariffs__card__btns {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}
.broker-tariffs__card__first-btn {
  margin-right: 24px;
}
.broker-tariffs__note {
  width: 832px;
  margin-top: 24px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .broker-tariffs__note {
    width: 343px;
  }
}
.modal-button-detail {
  height: 22px;
  border: none;
  padding: 0px;
  background: #f7f7fa;
}
.currency-card {
  width: 256px;
  padding: 24px;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .currency-card {
    min-width: 256px;
  }
}
.currency-card__currency {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.currency-card__img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 8px auto 16px;
}
.currency-card__sum {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.currency-card__description {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.modal-detail .modal__content {
  width: 1120px;
  height: 664px;
  padding: 40px 32px 0px 32px;
}
@media (max-width: 1023px) {
  .modal-detail .modal__content {
    width: 375px;
    height: auto;
    padding: 20px 0px 60px 16px;
  }
}
.modal-detail__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .modal-detail__title {
    width: 247px;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 32px;
  }
}
.modal-detail__title-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .modal-detail__title-row {
    width: 401px;
    overflow-y: auto;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
.modal-detail__title-item {
  width: 240px;
  margin-right: 32px;
}
.modal-detail__title-item:last-child {
  margin-right: 0px;
}
@media (max-width: 1023px) {
  .modal-detail__title-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.modal-detail__title-text {
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .modal-detail__title-text {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }
}
.modal-detail__title-description {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .modal-detail__title-description {
    font-size: 11px;
    line-height: 16px;
  }
}
.modal-detail__table-body {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .modal-detail__table-body {
    overflow-y: auto;
    width: 388px;
  }
}
.modal-detail__body-row {
  width: 100%;
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .modal-detail__body-row {
    margin-bottom: 24px;
  }
}
.modal-detail__body-row:last-child {
  margin-right: 0px;
}
.modal-detail__body-item {
  width: 240px;
  font-size: 15px;
  line-height: 22px;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .modal-detail__body-item {
    min-width: 108px;
    font-size: 11px;
    line-height: 16px;
  }
}
.modal-detail__body-item:last-child {
  margin-right: 0px;
}
@media (max-width: 1023px) {
  .modal-detail__body-item:first-child {
    flex-basis: 100%;
    color: #919399;
  }
}
.modal-detail__body-item_rate {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .modal-detail__body-item_rate {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
.modal-detail__body-item_description {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .modal-detail__body-item_description {
    font-size: 11px;
    line-height: 16px;
  }
}
.modal-detail__body-item_text {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .modal-detail__body-item_text {
    font-size: 13px;
    line-height: 18px;
  }
}
.modal-detail__docs-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .modal-detail__docs-row {
    justify-content: start;
    flex-direction: column;
  }
}
.modal-detail__docs-item {
  display: flex;
  text-decoration: none;
  width: 252px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .modal-detail__docs-item {
    width: 353px;
    margin-bottom: 24px;
    margin-right: 0px;
  }
}
.modal-detail__docs-item:last-child {
  margin-right: 0px;
}
@media (max-width: 1023px) {
  .modal-detail__docs-item:last-child {
    margin-bottom: 0px;
  }
}
.modal-detail__docs-image {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .modal-detail__docs-image {
    margin-right: 26px;
  }
}
.modal-detail__docs-name {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #242729;
}
@media (max-width: 1023px) {
  .modal-detail__docs-name {
    font-size: 17px;
    line-height: 24px;
  }
}
.modal-detail__docs-type {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .modal-detail__docs-type {
    font-size: 15px;
    line-height: 22px;
  }
}
.investments-list {
  margin-bottom: 59px;
}
@media (max-width: 1023px) {
  .investments-list {
    margin-bottom: 49px;
  }
}
.investments-list__title {
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  .investments-list__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.investments-list__results {
  margin-bottom: 40px;
}
.investments-list__results-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .investments-list__results-title {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.investments-list__interesting-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
.investments-item-offer {
  display: flex;
  width: 100%;
  height: 264px;
  margin-bottom: 32px;
  overflow: hidden;
  background: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .investments-item-offer {
    height: auto;
    margin-bottom: 24px;
    flex-direction: column;
    background: #f3eeee;
    border-radius: 8px;
  }
}
.investments-item-offer__visual {
  position: relative;
  width: 330px;
  background: url("../images/investments/background.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media (max-width: 1023px) {
  .investments-item-offer__visual {
    display: flex;
    width: 100%;
    height: 254px;
    background: none;
    justify-content: center;
    align-items: flex-end;
  }
}
.investments-item-offer__percent {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 36px;
  line-height: 44px;
  word-spacing: -5px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .investments-item-offer__percent {
    top: 44px;
    left: 35px;
    font-size: 64px;
    line-height: 44px;
  }
}
.investments-item-offer__image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .investments-item-offer__image {
    height: 209px;
    margin: unset;
    padding-top: 0;
  }
}
.investments-item-offer__about {
  position: relative;
  display: flex;
  width: 790px;
  padding: 32px 40px 32px 55px;
  background-color: #f7f7fa;
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .investments-item-offer__about {
    width: 100%;
    height: auto;
    padding: 24px 32px;
    flex-direction: column-reverse;
    border-radius: 0 0 8px 8px;
    justify-content: flex-end;
  }
}
.investments-item-offer__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .investments-item-offer__title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 24px;
  }
}
.investments-item-offer__text {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 22px;
  max-width: 543px;
  min-height: 44px;
}
@media (max-width: 1200px) {
  .investments-item-offer__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .investments-item-offer__text {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 18px;
  }
}
.investments-item-offer__descriptions {
  display: flex;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .investments-item-offer__descriptions {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .investments-item-offer__descriptions {
    margin-bottom: 48px;
    flex-wrap: wrap;
  }
}
.investments-item-offer__descriptions-item {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .investments-item-offer__descriptions-item {
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
.investments-item-offer__descriptions-item:last-child {
  margin-right: 0;
}
.investments-item-offer__descriptions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .investments-item-offer__descriptions-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.investments-item-offer__descriptions-value {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .investments-item-offer__descriptions-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.investments-item-offer__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .investments-item-offer__actions {
    position: absolute;
    bottom: 24px;
  }
}
.investments-item-offer__request {
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .investments-item-offer__request {
    margin-right: 16px;
  }
}
.investments-item-offer__details {
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
  opacity: 0.9;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .investments-item-offer__details {
    font-size: 13px;
    line-height: 18px;
  }
}
.investments-item-offer__details:hover {
  color: #242729;
}
@media (max-width: 1023px) {
  .investments-item-offer__details.mq-phone {
    display: inline-block;
  }
}
.investments-item-offer__note {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .investments-item-offer__note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .investments-list__interesting-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.investments-item-intresting {
  display: flex;
  width: 100%;
  height: 338px;
  margin-bottom: 32px;
  overflow: hidden;
  background: #f7f7fa;
  border-radius: 8px;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .investments-item-intresting {
    height: auto;
    margin-bottom: 44px;
    flex-direction: column;
    background: #f7f7fa;
    border-radius: 8px;
    flex-direction: column;
    border-radius: 0;
  }
}
.investments-item-intresting__visual {
  position: relative;
  width: 487px;
}
@media (max-width: 1023px) {
  .investments-item-intresting__visual {
    display: flex;
    width: 100%;
    height: auto;
    background: none;
    justify-content: center;
    align-items: flex-end;
  }
}
.investments-item-intresting__percent {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 36px;
  line-height: 44px;
  word-spacing: -5px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .investments-item-intresting__percent {
    top: 44px;
    left: 35px;
    font-size: 64px;
    line-height: 44px;
  }
}
.investments-item-intresting__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 464px;
  height: 100%;
  margin: auto;
  padding-top: 16px;
}
.investments-item-intresting__image.mq-desktop {
  display: block;
}
.investments-item-intresting__image.mq-phone {
  display: none;
}
@media (max-width: 1023px) {
  .investments-item-intresting__image {
    height: 209px;
    margin: unset;
    padding-top: 0;
    width: auto;
  }
  .investments-item-intresting__image.mq-desktop {
    display: none;
  }
  .investments-item-intresting__image.mq-phone {
    display: block;
  }
}
.investments-item-intresting__about {
  position: relative;
  display: flex;
  width: 790px;
  padding: 48px 40px 48px 48px;
  background-color: #f7f7fa;
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .investments-item-intresting__about {
    width: 100%;
    height: 200px;
    padding: 24px 32px;
    flex-direction: column-reverse;
    border-radius: 0 0 8px 8px;
    justify-content: flex-end;
  }
}
.investments-item-intresting__title {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .investments-item-intresting__title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 24px;
  }
}
.investments-item-intresting__text {
  margin-bottom: 72px;
  font-size: 17px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .investments-item-intresting__text {
    margin-bottom: 62px;
  }
}
@media (max-width: 1023px) {
  .investments-item-intresting__text {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 18px;
  }
}
.investments-item-intresting__descriptions {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .investments-item-intresting__descriptions {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .investments-item-intresting__descriptions {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
}
.investments-item-intresting__descriptions-item {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .investments-item-intresting__descriptions-item {
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
.investments-item-intresting__descriptions-item:last-child {
  margin-right: 0;
}
.investments-item-intresting__descriptions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .investments-item-intresting__descriptions-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.investments-item-intresting__descriptions-value {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .investments-item-intresting__descriptions-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.investments-item-intresting__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .investments-item-intresting__actions {
    position: absolute;
    bottom: 24px;
  }
}
.investments-item-intresting__actions .how-to-make__app-qr-btn {
  height: 40px;
}
.investments-item-intresting__actions .desktop-view {
  display: flex;
}
@media (max-width: 1023px) {
  .investments-item-intresting__actions .desktop-view {
    display: none;
  }
}
.investments-item-intresting__actions .mobile-view {
  display: none;
}
@media (max-width: 1023px) {
  .investments-item-intresting__actions .mobile-view {
    display: flex;
  }
}
.investments-item-intresting__request {
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .investments-item-intresting__request {
    margin-right: 16px;
  }
}
.investments-item-intresting__details {
  font-size: 15px;
  line-height: 22px;
  color: #dd0a34;
  opacity: 0.9;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .investments-item-intresting__details {
    font-size: 13px;
    line-height: 18px;
  }
}
.investments-item-intresting__details:hover {
  color: #242729;
}
@media (max-width: 1023px) {
  .investments-item-intresting__details.mq-phone {
    display: inline-block;
  }
}
.investments-item-intresting__note {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  opacity: 0.9;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .investments-item-intresting__note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.investments-main .investments-list__results {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .investments-main .investments-list__results {
    margin-bottom: 40px;
  }
}
.investments-main .investments-item-intresting__visual {
  width: 523px;
  margin-right: 74px;
}
@media (max-width: 1023px) {
  .investments-main .investments-item-intresting__visual {
    width: 100%;
    margin-right: 0;
  }
}
.investments-main .investments-item-intresting {
  height: 345px;
}
@media (max-width: 1023px) {
  .investments-main .investments-item-intresting {
    height: auto;
  }
}
.investments-main .investments-item-intresting__text {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .investments-main .investments-item-intresting__text {
    margin-bottom: 38px;
  }
}
@media (max-width: 1023px) {
  .investments-main .investments-item-intresting__about {
    height: 256px;
  }
}
.investments-main .investments-item-intresting__image {
  width: 500px;
}
@media (max-width: 1023px) {
  .investments-main .investments-item-intresting__image {
    height: 200px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .investments .advantages {
    padding-top: 16px;
  }
}
.investments .advantages .container {
  padding: 0;
}
.investments-note {
  font-size: 13px;
  line-height: 18px;
  margin-top: 24px;
  color: #919399;
}
.investments__title {
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .investments__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
.investments-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.investments-offer_item {
  width: 31.5%;
}
.investments-offer_item img {
  margin-bottom: 22;
}
.investments-offer_item-text {
  font-size: 17px;
  line-height: 24px;
}
.investments-offer_item-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 8;
}
.investments__tariffs-item {
  width: 352px;
  height: 386px;
  padding: 32px;
  position: relative;
}
.investments__tariffs-item-bottom-container {
  position: absolute;
  bottom: 40px;
  padding-left: 4px;
  display: flex;
  align-items: center;
}
.investments__tariffs-item-bottom-container a {
  margin-left: 24px;
}
.investments__tariffs-item-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 12px;
}
.investments__tariffs-item-caption {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
  margin-bottom: 16px;
}
.investments__tariffs-item-description {
  font-size: 15px;
  line-height: 22px;
  color: #242729;
}
.investments__events-header_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 32px);
  margin-left: -32px;
}
.investments__events-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.investments__events-item-caption {
  margin-bottom: 8px;
  margin-left: 30px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
  position: relative;
}
.investments__events-item-caption::before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  left: -30px;
  background: url("../images/investments/calendar.svg");
}
@media (max-width: 1023px) {
  .investments__events-item-caption {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 18px;
  }
}
.investments__events-item-description {
  font-size: 17px;
  line-height: 24px;
}
.investments__app {
  background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
}
.investments__app .app__buttons {
  margin-top: 46px;
}
.investments__app-container {
  display: flex;
  justify-content: space-between;
}
.investments__app-content {
  padding-top: 72px;
  padding: bottom 72px;
  max-width: 448px;
}
.investments__app-image img {
  height: 456px;
}
.btn-qr {
  padding-right: 16px;
  padding-left: 16px;
}
.btn-qr img {
  margin-right: 11px;
}
.show-more-button {
  display: none;
}
.show-more-button.active {
  display: block;
}
.modal-header {
  margin-right: 50px;
}
.target__slider-block {
  background-color: #fff;
  height: 212px;
  width: 256px;
  border: 1px solid #e4e8ed;
  margin-left: 32px;
  margin-bottom: 32px;
  border-radius: 8px;
  text-align: center;
  padding: 50px;
  position: relative;
}
.target__slider-block--hidden {
  display: none;
}
.target__slider-block-img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0px auto 20px;
}
.target__slider-block-title {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.target__slider-block-title--profit {
  color: #57b22f;
}
.target__slider-block-duration {
  color: #919399;
  font-size: 13px;
}
.target__slider-block-type {
  position: absolute;
  color: #919399;
  font-size: 13px;
  left: 20px;
  top: 20px;
}
.target__slider-block-sum {
  color: #242729;
  font-size: 13px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.how-to-make__inner .how-to-make__order {
  padding: 33px 180px 40px 108px;
}
.how-to-make__inner .how-to-make__order-step {
  white-space: nowrap;
}
.how-to-make_etf .card-details__amount {
  margin-bottom: 44px;
}
.how-to-make__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .how-to-make__title {
    margin-bottom: 16px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .how-to-make.how-to-make_etf {
    margin-top: 0;
    padding: 32px 0;
  }
}
.packages-banner {
  height: 560px;
  overflow: hidden;
  background: linear-gradient(88.9deg, #f4f4f7 0.37%, #eaeaec 99.63%);
}
@media (max-width: 1023px) {
  .packages-banner {
    height: auto;
  }
}
.packages-banner .container {
  position: relative;
  height: 100%;
}
.packages-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .packages-banner__content {
    padding-top: 24px;
  }
}
.packages-banner__title {
  max-width: 410px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .packages-banner__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
.packages-banner__description {
  max-width: 450px;
  margin-bottom: 72px;
}
@media (max-width: 1023px) {
  .packages-banner__description {
    margin-bottom: 22px;
  }
}
.packages-banner__image {
  position: absolute;
  right: 150px;
  bottom: 0;
}
@media (max-width: 1023px) {
  .packages-banner__image {
    position: relative;
    right: 0;
    max-width: 224px;
    margin: 0 auto -60px;
  }
}
.packages {
  padding-top: 8px;
}
.packages .tabs__content {
  padding-top: 0;
}
.packages__inner {
  display: none;
}
.packages__inner.active {
  display: block;
}
@media (max-width: 1023px) {
  .packages__inner-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: -18px;
    padding-left: 16px;
    overflow: auto;
  }
}
@media (max-width: 1023px) {
  .packages__cards-list .grid {
    padding: 0;
  }
}
.packages__cards-list .grid__column_size_3 {
  width: 252px;
}
@media (max-width: 1200px) {
  .packages__cards-list .grid__column {
    width: calc(((100% - 120px) / 4));
  }
}
@media (max-width: 1023px) {
  .packages__cards-list .grid__column {
    width: 100%;
    margin-bottom: 16px;
  }
  .packages__cards-list .grid__column:last-child {
    margin-bottom: 0;
  }
}
.packages__cards-item {
  position: relative;
  display: flex;
  height: 140px;
  padding: 16px 15px 16px 23px;
  background-color: #f7f7fa;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .packages__cards-item {
    height: 100%;
    padding: 20px 30px 20px 16px;
  }
}
.packages__cards-about-title {
  max-width: 181px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .packages__cards-about-title {
    max-width: calc(100% - 34px);
  }
}
.packages__cards-about-text {
  font-size: 15px;
  line-height: 22px;
}
.packages__cards-icon {
  position: absolute;
  top: 16px;
  right: 24px;
}
@media (max-width: 1200px) {
  .packages__cards-icon {
    top: 20px;
    right: 16px;
  }
}
@media (max-width: 1023px) {
  .packages__cards-icon {
    top: 16px;
    right: 24px;
  }
}
.packages__main-title {
  display: flex;
  padding: 56px 0 32px;
  border-bottom: 1px solid #e4e8ed;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .packages__main-title {
    display: block;
  }
}
@media (max-width: 1023px) {
  .packages__main-title .heading {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 25px;
  }
}
.packages__main-title span {
  font-size: 13px;
  line-height: 18px;
}
.packages__list {
  padding-top: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .packages__list {
    padding: 32px 0 16px;
    border-bottom: none;
    display: inline-block;
    width: 610px;
  }
  .packages__list .grid__column.grid__column_size_3 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .packages__list .grid__column {
    display: inline-table;
    width: 127px;
    padding: 0 36px 0 0;
    vertical-align: top;
    white-space: normal;
  }
}
.packages__list .grid__column_size_3 {
  width: 30%;
  max-width: 333px;
}
.packages__item {
  display: flex;
  width: 160px;
  height: 144px;
  margin-left: auto;
  padding-left: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .packages__item {
    width: 100%;
    height: 154px;
  }
}
.packages__title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .packages__title {
    font-size: 13px;
    line-height: 18px;
  }
}
.packages__text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .packages__text {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 16px;
  }
}
.packages__button {
  width: 115px;
}
.packages__table .grid__column_size_3 {
  width: 30%;
  max-width: 333px;
}
@media (max-width: 1023px) {
  .packages__table .grid__column.grid__column_size_3:first-child {
    display: block;
    width: auto;
    padding-bottom: 8px;
  }
}
.packages__row {
  padding: 42px 0 5px;
}
@media (max-width: 1023px) {
  .packages__row {
    display: block;
    padding: 12px 0;
    white-space: nowrap;
  }
}
.packages__row-price,
.packages__row-description,
.packages__row-free {
  width: 160px;
}
.packages__row-name {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .packages__row-name {
    padding-right: 20px;
    font-size: 11px;
    line-height: 16px;
  }
}
.packages__row-free {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .packages__row-free {
    font-size: 13px;
    line-height: 18px;
  }
}
.packages__row-free_tall {
  width: 100%;
  padding-left: 96px;
}
@media (max-width: 1200px) {
  .packages__row-free_tall {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .packages__row-free_tall {
    padding-left: 0;
  }
}
.packages__row-price {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .packages__row-price {
    font-size: 17px;
    line-height: 24px;
  }
}
.packages__row-description {
  font-size: 13px;
  line-height: 22px;
  color: #919399;
}
@media (max-width: 1023px) {
  .packages__row-description {
    font-size: 11px;
    color: #6d6d73;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .packages__row .grid__column {
    display: inline-block;
    width: 151px;
    padding: 0 32px 0 0;
    vertical-align: top;
    white-space: normal;
  }
}
@media (max-width: 1023px) {
  .packages__row .grid__column::first-child {
    width: 127px;
    padding: 0 32px 0 0;
    background-color: #fff;
    flex-shrink: 0;
  }
}
.packages__row .grid__column::first-child:before {
  position: absolute;
  top: -16px;
  right: 0;
  left: -16px;
  bottom: -16px;
  z-index: 1;
  content: '';
  background-color: #fff;
  border-right: 1px solid rgba(228,232,237,0.4);
}
@media (max-width: 1023px) {
  .packages__row .grid__column:nth-child(2) {
    width: 151px;
    padding: 0 36px 0 0;
  }
}
.packages__row .grid__column.fixed {
  display: none;
}
@media (max-width: 1023px) {
  .packages__row .grid__column.fixed {
    position: absolute;
    display: block;
  }
}
.packages__row .grid__column.fixed .packages__row-name {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .packages__row .grid__column.last {
    width: auto;
  }
}
.packages__buttons {
  display: flex;
  padding-top: 35px;
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .packages__buttons {
    width: 960px;
  }
}
@media (max-width: 1023px) {
  .packages__buttons {
    width: 680px;
    padding: 35px 0 0;
    justify-content: flex-end;
  }
}
.packages__buttons .packages__item {
  height: auto;
}
@media (max-width: 1023px) {
  .packages__buttons .grid__column {
    display: inline-block;
    width: 176px;
    padding: 0 18px;
    vertical-align: top;
    white-space: normal;
  }
}
@media (max-width: 1023px) {
  .packages__buttons .grid__column:last-child {
    margin-left: 152px;
  }
}
.packages-documents__title {
  max-width: 650px;
  margin-bottom: 23px;
}
@media (max-width: 1023px) {
  .packages-documents .grid {
    padding: 0;
  }
}
.packages-documents__list {
  display: flex;
  flex-wrap: wrap;
}
.packages-documents__list-item {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .packages-documents__list-item {
    margin-bottom: 16px;
  }
}
.packages-documents__doc {
  position: relative;
  display: flex;
  margin-top: 8px;
  border-radius: 8px;
}
.packages-documents__doc:hover .packages-documents__doc-additional,
.packages-documents__doc:hover .packages-documents__doc-download-text {
  opacity: 1;
}
@media (max-width: 1023px) {
  .packages-documents__doc:hover .packages-documents__doc-additional,
  .packages-documents__doc:hover .packages-documents__doc-download-text {
    opacity: 0;
  }
}
.packages-documents__doc-additional {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.35s;
}
.packages-documents__doc-icon {
  margin-right: 16px;
}
.packages-documents__doc-info {
  margin-right: 71px;
}
@media (max-width: 1023px) {
  .packages-documents__doc-info {
    margin-right: 0;
  }
}
.packages-documents__doc-name {
  max-width: 650px;
  margin-bottom: 8px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .packages-documents__doc-name {
    font-size: 13px;
    line-height: 18px;
  }
}
.packages-documents__doc-download-text {
  margin-left: 15px;
  opacity: 0;
  transition: opacity 0.35s;
}
.packages-documents__doc-meta {
  font-size: 15px;
  line-height: 22px;
  color: #919399;
}
@media (max-width: 1023px) {
  .packages-documents__doc-meta {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .packages-faq {
    padding-top: 8px;
  }
}
.packages-faq__title {
  margin-bottom: 46px;
}
@media (max-width: 1023px) {
  .packages-faq__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
.packages-faq .accordion {
  padding: 32px 0;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .packages-faq .accordion {
    padding: 26px 0 24px;
  }
}
.packages-faq .accordion:last-child {
  border-bottom: 1px solid transparent;
}
.packages-faq .accordion__button {
  display: flex;
  justify-content: space-between;
}
.packages-faq .accordion__button::after {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  content: '';
  background-image: url("../images/icons/arrow-down-large.svg");
  background-repeat: no-repeat;
  transition: transform 200ms ease-in;
  transform: rotate(0);
}
@media (max-width: 1023px) {
  .packages-faq .accordion__button::after {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}
.packages-faq .accordion__panel-container {
  max-width: 800px;
  padding: 0;
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .packages-faq .accordion__panel-container {
    padding-top: 18px;
  }
}
@media (max-width: 1023px) {
  .packages-faq .accordion__panel-container p {
    font-size: 13px;
    line-height: 18px;
  }
}
.packages-faq .accordion_open .accordion__panel {
  transition: max-height 200ms ease-out;
}
.packages-faq .accordion_open .accordion__button::after {
  transition: transform 200ms ease-out;
  transform: rotate(-180deg);
}
.packages-faq .accordion__button-text {
  max-width: 85%;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #242729;
}
@media (max-width: 1023px) {
  .packages-faq .accordion__button-text {
    font-size: 15px;
    line-height: 20px;
  }
}
.atms {
  position: relative;
  height: calc(100vh - 120px);
  background-color: #f7f7fa;
  border-top: 1px solid transparent;
  transition: border-color 0.35s;
}
@media (max-width: 1023px) {
  .atms {
    height: 100%;
  }
}
.atms__nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
@media (max-width: 1023px) {
  .atms__nav {
    display: block;
  }
}
.atms__nav .tabs__list {
  display: flex;
  margin-right: 0;
  padding: 0;
  background-color: #fff;
  justify-content: center;
}
.atms__nav .tabs__label span {
  padding: 16px 22px;
  font-size: 15px;
  line-height: 22px;
  color: #242729;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.atms__nav .tabs__input:checked + span {
  color: #dd0a34;
  border-color: #dd0a34;
  box-shadow: none;
}
.atms__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: none;
  width: 100%;
  padding: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .atms__footer {
    display: flex;
  }
}
.atms__search {
  display: flex;
  height: 36px;
  margin-right: 16px;
  padding: 0 12px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(79,105,118,0.1);
  flex: 1;
  align-items: center;
}
.atms__search img {
  margin-right: 12px;
}
.atms__filter {
  display: flex;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(79,105,118,0.1);
  transition: box-shadow 0.35s;
  justify-content: center;
  align-items: center;
}
.atms_list .atms__footer {
  display: none;
}
.atms_metro {
  border-color: #e4e8ed;
}
.atms_metro .atms__footer {
  background-color: #fff;
}
.atms_metro .atms__search {
  background-color: #f7f7fa;
}
.atms_metro .atms__filter {
  background-color: #f7f7fa;
}
.map-filter {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 6;
  width: 434px;
  max-height: calc(100vh - 151px);
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(79,105,118,0.1);
}
@media (max-width: 1023px) {
  .map-filter {
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 8;
    width: 100%;
    height: calc(100% - 48px);
    max-height: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: transform 0.35s;
    transform: translateY(100%);
  }
}
.map-filter__inner {
  display: none;
}
.map-filter__inner.active {
  display: block;
}
.map-filter__swipe {
  display: none;
  position: relative;
  padding: 12px 0;
}
.map-filter__swipe:before {
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  width: 34px;
  height: 3px;
  content: '';
  background-color: #cbcbd0;
  border-radius: 2px;
  transform: translateX(-50%);
}
.map-filter__swipe:after {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: -20px;
  width: 100%;
  content: '';
}
@media (max-width: 1023px) {
  .map-filter__swipe {
    display: block;
  }
}
.map-filter__header {
  padding: 24px;
}
@media (max-width: 1023px) {
  .map-filter__header {
    display: none;
  }
}
.map-filter__top {
  padding: 0 24px 24px;
}
@media (max-width: 1023px) {
  .map-filter__top {
    padding: 0 16px 16px;
  }
}
@media (max-width: 1023px) {
  .map-filter__search {
    display: none;
  }
}
.map-filter__search input {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
}
.map-filter__search .field__clear {
  display: none;
}
.map-filter__heading {
  margin-bottom: 16px;
}
.map-filter__hr {
  margin-top: 0;
  margin-bottom: 24px;
  border: none;
  border-bottom: 1px solid #e4e8ed;
}
.map-filter__tabs {
  margin-bottom: 18px;
}
.map-filter__tabs .tabs__label span {
  font-size: 13px;
  line-height: 18px;
}
.map-filter__options {
  margin-bottom: 16px;
}
.map-filter__options-select {
  display: inline-block;
  vertical-align: top;
}
.map-filter__options-select .select-field__select {
  height: auto;
  padding-right: 19px;
  padding-left: 6px;
  background-color: transparent;
  border: none;
}
.map-filter__options-select .select-field__select .vs__search {
  top: 0;
  min-width: 89px;
  height: 100%;
  border: none;
  transform: translateY(0);
}
.map-filter__options-select .select-field__select .vs__selected {
  font-size: 15px;
  line-height: 22px;
}
.map-filter__options-select .select-field__select .vs__selected-options {
  padding: 0;
}
.map-filter__options-select .select-field__select .vs__actions {
  right: 0;
  pointer-events: none;
}
.map-filter__options-select .select-field__select .vs__actions:before {
  width: 16px;
  height: 16px;
}
.map-filter__options-select .select-field__select .vs__dropdown-menu {
  right: auto;
  left: -10px;
  width: auto;
}
.map-filter__options-select .select-field__select .vs__dropdown-option {
  padding: 9px 11px 9px 16px;
  font-size: 15px;
  line-height: 22px;
}
.map-filter__options-select .select-field__select .vs__dropdown-option--highlight {
  color: #dd0a34;
}
.map-filter__accessibility {
  margin-bottom: 24px;
}
.map-filter__buttons {
  margin-right: -12px;
  margin-bottom: -12px;
}
.map-filter__button {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #636363;
  border-radius: 4px;
  transition: color 0.35s;
}
.map-filter__button-text {
  padding: 6px 12px;
  color: #6d6d73;
  border: 1px solid #e7ebef;
  border-radius: 4px;
  transition: color 0.35s, border-color 0.35s;
}
@media (min-width: 1024px) {
  .map-filter__button-text:hover {
    color: #dd0a34;
  }
}
@media (max-width: 1023px) {
  .map-filter__button-text {
    padding: 6px 12px;
  }
}
.map-filter__button-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.map-filter__button-input:checked + .map-filter__button-text {
  color: #dd0a34;
  border-color: #86868a;
}
.map-filter__dropdown-button {
  line-height: 22px;
  color: #dd0a34;
}
.map-filter__partners-section {
  margin-bottom: 8px;
}
.map-filter__partners-section:last-child {
  margin-bottom: 0;
}
.map-filter__partners-title {
  margin-bottom: 12px;
}
.map-filter__partners-subtitle {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: $lineHeightsXS;
  color: #919399;
}
.map-filter__partners-icon {
  position: absolute;
  top: 3px;
  left: 0;
}
.map-filter__partners .field__icon {
  margin-right: 14px;
}
.map-filter__partners .field__caption {
  position: relative;
  padding-left: 26px;
}
.map-filter__partners_atms {
  margin-bottom: 17px;
}
.map-filter__services-header {
  display: flex;
}
.map-filter__services-clear {
  display: flex;
  margin-left: auto;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  align-items: center;
}
.map-filter__services-clear svg {
  margin-left: 4px;
}
.map-filter__services-section {
  margin-bottom: 16px;
}
.map-filter__services-section:last-child {
  margin-bottom: 0;
}
.map-filter__services-title {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.map-filter__services-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  will-change: max-height;
}
.map-filter__services-inner {
  padding-top: 24px;
}
@media (max-width: 1023px) {
  .map-filter__list {
    display: none;
  }
}
.map-filter__footer {
  display: none;
  padding: 32px 16px;
}
@media (max-width: 1023px) {
  .map-filter__footer {
    display: block;
  }
}
.map-filter__footer-button {
  width: 100%;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .map-filter .map-notification {
    display: none;
  }
}
.map-filter .field__autosuggest .autosuggest__results-container {
  z-index: auto;
  overflow-y: visible;
}
@media (max-width: 1023px) {
  .map-filter.active {
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .map-filter.show {
    transform: translateY(78%);
  }
}
.map-filter-list__button {
  width: 100%;
  padding: 19px 24px 21px;
  text-align: left;
  background-color: #f7f7fa;
}
.map-filter-list__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  will-change: max-height;
}
.map-filter-list__inner {
  padding: 0 24px;
}
.map-filter-list_phone {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 115px;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  transition: visibility 0s, opacity 0.35s;
}
@media (max-width: 1023px) {
  .map-filter-list_phone {
    display: block;
  }
}
.map-filter-list_phone .map-filter-list__button {
  display: none;
}
.map-filter-list_phone .map-filter-list__content {
  max-height: 100%;
  overflow: auto;
}
.map-filter-list_phone.active {
  visibility: visible;
  opacity: 1;
}
.map-filter-item {
  position: relative;
  padding: 24px 25px;
  cursor: pointer;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .map-filter-item {
    padding: 20px 25px;
  }
}
.map-filter-item__icon {
  position: absolute;
  top: 27px;
  left: 0;
  width: 12px;
  height: 14px;
}
@media (max-width: 1023px) {
  .map-filter-item__icon {
    top: 21px;
  }
}
@media (max-width: 1023px) {
  .map-filter-item__icon svg {
    display: block;
  }
}
.map-filter-item__name {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .map-filter-item__name {
    font-size: 13px;
    line-height: 18px;
  }
}
.map-filter-item__address {
  margin-bottom: 16px;
  color: #919399;
}
@media (max-width: 1023px) {
  .map-filter-item__address {
    font-size: 11px;
    line-height: 16px;
  }
}
.map-filter-item__schedule {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
.map-info {
  padding: 0 24px 24px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .map-info {
    padding: 0 16px 24px;
  }
}
.map-info__swipe {
  display: none;
  position: relative;
  padding: 12px 0;
}
.map-info__swipe:before {
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  width: 34px;
  height: 3px;
  content: '';
  background-color: #cbcbd0;
  border-radius: 2px;
  transform: translateX(-50%);
}
.map-info__swipe:after {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: -20px;
  width: 100%;
  content: '';
}
.map-info__back {
  display: flex;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  align-items: center;
}
.map-info__back svg {
  margin-right: 2px;
}
.map-info__hr {
  margin-top: 0;
  margin-bottom: 16px;
  border: none;
  border-bottom: 1px solid #e4e8ed;
}
.map-info__heading {
  margin-bottom: 12px;
}
.map-info__title {
  margin-bottom: 12px;
}
.map-info__address {
  margin-bottom: 16px;
  color: #919399;
}
.map-info__metro {
  margin-right: -24px;
  margin-bottom: 21px;
}
.map-info__metro-icon {
  display: inline-block;
  height: 32px;
  margin-right: 4px;
  vertical-align: middle;
}
.map-info__metro-item {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
}
.map-info__metro-item:last-child {
  margin-bottom: 0;
}
.map-info__accessibilities {
  margin-bottom: 25px;
  font-size: 0;
}
.map-info__accessibilities-item {
  display: inline-block;
  margin-right: 14px;
  vertical-align: top;
}
.map-info__accessibilities-item:last-child {
  margin-right: 0;
}
.map-info__accessibilities-item svg {
  display: block;
}
.map-info__route {
  display: inline-flex;
  margin-bottom: 24px;
  cursor: pointer;
  align-items: flex-start;
}
.map-info__route-icon {
  margin-right: 8px;
}
.map-info__route-icon svg {
  display: block;
}
.map-info__schedule {
  position: relative;
  margin-bottom: 12px;
  padding-left: 36px;
}
.map-info__schedule-icon {
  position: absolute;
  top: 1px;
  left: 8px;
  width: 16px;
  height: 16px;
}
.map-info__list-item {
  display: inline-block;
  width: 154px;
  margin-right: 32px;
  vertical-align: top;
}
.map-info__list-item:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .map-info__list-item {
    width: calc(((100% - 32px) / 2));
  }
}
.map-info__list-title,
.map-info__list-text {
  font-size: 13px;
  line-height: 18px;
}
.map-info__list-title {
  margin-bottom: 8px;
  color: #6d6d73;
}
.map-info__list_phones .map-info__list-text a {
  display: block;
}
.map-info__contacts {
  position: relative;
  margin-bottom: 24px;
  padding-left: 36px;
}
.map-info__contacts-icon {
  position: absolute;
  top: 0;
  left: 6px;
  width: 24px;
  height: 24px;
}
.map-info__services-group {
  margin-bottom: 16px;
}
.map-info__services-group:last-child {
  margin-bottom: 0;
}
.map-info__services-title {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.map-info__services ul li {
  font-size: 13px;
  line-height: 18px;
}
.map-info_phone {
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 7;
  width: 100%;
  height: calc(100% - 48px);
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  transition: transform 0.35s;
  transform: translateY(78%);
}
.map-info_phone .map-info__swipe {
  display: block;
}
@media (max-width: 1023px) {
  .map-info_phone .map-info__back {
    display: none;
  }
}
.map-info_phone.open {
  transform: translateY(0);
}
.map-notification__message {
  position: relative;
  padding: 24px 110px 32px 61px;
  border-bottom: 1px solid #e4e8ed;
}
.map-notification__icon {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 24px;
  height: 24px;
}
.map-notification__button {
  line-height: 22px;
  color: #dd0a34;
}
.map-notification__table {
  max-width: 320px;
}
.map-notification__table .table__row {
  margin-bottom: 6px;
}
.map-notification__table .table__row:last-child {
  margin-bottom: 0;
}
.map-notification__table .table__column {
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .map-notification__table .table__column {
    font-size: 11px;
    line-height: 16px;
  }
}
.map-notification__table .table__column:first-child {
  width: 120px;
  color: #6d6d73;
  flex-shrink: 0;
}
.map-notification_phone {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
}
@media (max-width: 1023px) {
  .map-notification_phone {
    display: block;
  }
}
.map-notification_phone .map-notification__icon {
  display: none;
}
.map-notification_phone .map-notification__message {
  padding: 12px 16px;
  background-color: #f7f7fa;
}
.map-notification_phone .map-notification__button {
  font-size: 11px;
  line-height: 16px;
}
.map-notification_phone .modal__content {
  width: calc(100% - 80px);
  min-height: auto;
  border-radius: 8px;
}
.map-notification_phone .modal__close {
  top: 12px;
  right: 12px;
}
.map-notification_phone .modal__title {
  display: none;
}
.atms_list .map-notification_phone {
  display: none;
}
.atms-bar {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
}
@media (max-width: 1023px) {
  .atms-bar {
    top: 75px;
    display: block;
    width: calc(100% - 32px);
  }
  .atms_notification .atms-bar {
    top: 124px;
  }
  .atms_list.atms_notification .atms-bar {
    top: 75px;
  }
}
.atms-bar__tabs {
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(79,105,118,0.1);
}
@media (max-width: 1023px) {
  .atms_list .atms-bar__tabs {
    box-shadow: none;
  }
}
@media (max-width: 1023px) {
  .atms-bar__tabs {
    height: 36px;
  }
}
.atms-bar__tabs .tabs__list {
  background-color: #fff;
}
@media (max-width: 1023px) {
  .atms-bar__tabs .tabs__list {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .atms_list .atms-bar__tabs .tabs__list {
    background-color: #f7f7fa;
  }
}
@media (max-width: 1023px) {
  .atms-bar__tabs .tabs__item {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .atms-bar__tabs .tabs__label span {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
}
.atms-bar__tabs .tabs__label span svg {
  display: block;
}
.atms-bar__tabs .tabs__input:checked + span {
  background-color: #f7f7fa;
  box-shadow: none;
}
@media (max-width: 1023px) {
  .atms_list .atms-bar__tabs .tabs__input:checked + span {
    background-color: #fff;
  }
}
.atms-bar__tabs_scheme {
  margin-left: 24px;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0,0,0,0.11);
}
@media (max-width: 1023px) {
  .atms-bar__tabs_scheme {
    display: none;
  }
}
.atms-bar__tabs_scheme .tabs__list {
  padding: 3px 4px;
  border-radius: 4px;
}
.atms-bar__tabs_scheme .tabs__item:first-child {
  margin-right: 10px;
}
.atms-bar__tabs_scheme .tabs__label span {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.atms-map {
  position: relative;
  height: 100%;
  visibility: hidden;
  background-color: #f7f7fa;
  opacity: 0;
  transition: visibility 0s, opacity 0.35s;
}
.atms-map.active {
  visibility: visible;
  opacity: 1;
}
.atms-map__controls {
  position: absolute;
}
.atms-map__controls_top {
  top: 16px;
  right: 16px;
}
.atms-map__controls_right {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.atms-map__map {
  height: 100%;
}
.atms-map__zoom {
  margin-bottom: 32px;
}
.atms-map__position,
.atms-map__zoom-item,
.atms-map__filter {
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(79,105,118,0.1);
  transition: box-shadow 0.35s;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .atms-map__position,
  .atms-map__zoom-item,
  .atms-map__filter {
    width: 36px;
    height: 36px;
  }
}
.atms-map__position:hover,
.atms-map__zoom-item:hover,
.atms-map__filter:hover {
  box-shadow: 0 0 16px rgba(79,105,118,0.2);
}
.atms-map__zoom-item_plus {
  margin-bottom: 16px;
}
.atms-map__position {
  border-radius: 50%;
}
.atms-map__legend {
  position: absolute;
  right: 16px;
  bottom: 30px;
  padding: 11px 16px 11px 48px;
  font-size: 13px;
  line-height: 18px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
@media (max-width: 1023px) {
  .atms-map__legend {
    display: none;
  }
}
.atms-map__legend-icon {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 20px;
  height: 20px;
}
.atms-map__filter {
  position: absolute;
  right: 16px;
  bottom: 24px;
  display: none;
}
@media (max-width: 1023px) {
  .atms-map__filter {
    display: flex;
  }
}
.atms-map .marker {
  width: 27px;
  height: 32px;
}
.atms-map .marker_selected {
  transform: scale(2);
}
@media (max-width: 1023px) {
  .atms-map .marker_selected {
    transform: scale(1.5);
  }
}
.atms-map .marker_selected:before {
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: none;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #dd0a34;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .atms-map .marker_selected:before {
    display: block;
  }
}
.atms-map [class*='-image-with-content'] {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
}
.atms-map [class*='-default-cluster'] {
  display: flex;
  font-family: 'LetoSans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 15px;
  line-height: 22px !important;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.atms-metro {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  width: calc(100% - 465px);
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  transition: visibility 0s, opacity 0.35s;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .atms-metro {
    width: 100%;
  }
}
.atms-metro.active {
  visibility: visible;
  opacity: 1;
}
.atms-metro__wrapper {
  width: 100%;
  height: 100%;
}
.atms-metro__container {
  position: absolute;
  width: 773px;
  height: 726px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  will-change: transform;
}
.atms-metro__container_grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.atms-metro__scheme {
  position: absolute;
  width: 100%;
  height: 100%;
}
.atms-metro__scheme svg {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'LetoSans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atms-metro__scheme svg text {
  font-family: inherit !important;
  stroke-width: 0;
}
.atms-metro__scheme svg g [id*='Group'] {
  cursor: pointer;
}
.atms-metro__scheme svg g.disabled text {
  fill: #e3e3e8;
}
.atms-metro__zoom {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.atms-metro__zoom-item {
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(79,105,118,0.1);
  transition: box-shadow 0.35s;
  justify-content: center;
  align-items: center;
}
.atms-metro__zoom-item:hover {
  box-shadow: 0 0 16px rgba(79,105,118,0.2);
}
.atms-metro__zoom-item_plus {
  margin-bottom: 16px;
}
.atms-metro__info {
  position: fixed;
  top: 6px;
  left: 0;
  z-index: 5;
  width: 210px;
  padding: 10px 12px;
  visibility: hidden;
  background-color: #242729;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.35s ease-in, visibility 0s ease-in 0.35s;
}
@media (max-width: 1023px) {
  .atms-metro__info {
    display: none;
  }
}
.atms-metro__info:before {
  position: absolute;
  top: -5px;
  left: 9px;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  background-color: #242729;
  transform: rotate(45deg);
}
.atms-metro__info-item {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
.atms-metro__info-item:last-child {
  margin-bottom: 0;
}
.atms-metro__info.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.35s ease-in, visibility  ease-in 0s;
}
.atms-search {
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 8;
  display: none;
  width: 100%;
  height: calc(100% - 48px);
  padding: 0 16px;
  overflow: auto;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  transition: transform 0.35s;
  transition: transform 0.35s;
  transform: translateY(100%);
}
@media (max-width: 1023px) {
  .atms-search {
    display: flex;
  }
}
.atms-search__swipe {
  position: relative;
  padding: 12px 0;
  padding: 12px 0;
}
.atms-search__swipe:before {
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  width: 34px;
  height: 3px;
  content: '';
  background-color: #cbcbd0;
  border-radius: 2px;
  transform: translateX(-50%);
}
.atms-search__swipe:after {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: -20px;
  width: 100%;
  content: '';
}
.atms-search__heading {
  max-width: 275px;
  margin-bottom: 16px;
}
.atms-search__search .field__icon {
  top: 8px;
  transform: translateY(0);
}
.atms-search__search .field__autosuggest input {
  padding: 10px 30px 10px 47px;
  font-size: 13px;
  line-height: 18px;
}
.atms-search__search .field__autosuggest .autosuggest__results-container {
  z-index: auto;
  overflow-y: visible;
}
.atms-search__search .autosuggest__results-container {
  position: relative;
  max-height: none;
  box-shadow: none;
}
.atms-search__search .autosuggest__results-container::-webkit-scrollbar {
  display: none;
}
.atms-search__search .autosuggest__results-item {
  border-bottom: 1px solid #e4e8ed;
}
.atms-search__search .field__autosuggest-suggestion {
  padding: 16px 0;
}
.atms-search__footer {
  width: 100%;
  margin-top: auto;
  padding: 32px 0;
}
.atms-search__footer-button {
  width: 100%;
  height: 40px;
  font-size: 15px;
  line-height: 22px;
}
.atms-search.active {
  transform: translateY(0);
}
.atms-metro-info__body {
  padding: 0 24px 24px;
}
@media (max-width: 1023px) {
  .atms-metro-info__body {
    padding: 0 16px 16px;
  }
}
.atms-metro-info__back {
  display: flex;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  align-items: center;
}
.atms-metro-info__back svg {
  margin-right: 2px;
}
@media (max-width: 1023px) {
  .atms-metro-info__back {
    display: none;
  }
}
.atms-metro-info__items .map-filter-item:last-child {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .atms-metro-info .map-info__back {
    position: relative;
    z-index: 1;
  }
}
.lending-agency__title {
  width: 60%;
}
@media (max-width: 1023px) {
  .lending-agency__title {
    width: 100%;
  }
}
.personal-info__data_padding-bottom {
  padding-bottom: 32px;
}
.personal-info-fields {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .personal-info-fields {
    margin-bottom: 12px;
  }
}
.personal-info .field__input {
  padding: 15px 16px;
}
@media (max-width: 1023px) {
  .personal-info .field__input {
    max-width: 600px;
    padding: 11px 16px;
  }
}
.personal-info-name {
  max-width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .personal-info-name {
    margin-bottom: 17px;
  }
}
.personal-info-contacts {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .personal-info-contacts {
    display: block;
    margin-bottom: 19px;
  }
}
.personal-info-row {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.personal-info-row:last-child {
  margin-bottom: 0;
}
.personal-info-phone,
.personal-info-email {
  max-width: 304px;
}
@media (max-width: 1023px) {
  .personal-info-phone,
  .personal-info-email {
    max-width: 600px;
    margin-bottom: 16px;
  }
}
.personal-info-phone .field__input,
.personal-info-email .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .personal-info-phone .field__input,
  .personal-info-email .field__input {
    width: 100%;
  }
}
.personal-info-phone {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .personal-info-phone {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .personal-info-incasation {
    display: block;
  }
}
@media (max-width: 1023px) {
  .personal-info-incasation .form__col_half {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 1023px) {
  .personal-info-centre {
    max-width: 600px;
  }
}
.personal-info-captcha {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media (max-width: 1023px) {
  .personal-info-captcha {
    display: block;
    margin-bottom: 17px;
  }
}
.personal-info-captcha-img {
  position: absolute;
  right: 42px;
  bottom: 3px;
  width: 117px;
  height: 40px;
}
@media (max-width: 1023px) {
  .personal-info-captcha-img {
    bottom: 0;
  }
}
.personal-info-captcha-btn {
  margin-top: 32px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.personal-info-captcha-btn:hover {
  color: #c31639;
}
@media (max-width: 1023px) {
  .personal-info-captcha-btn {
    margin-top: 24px;
  }
}
.personal-info-code {
  position: relative;
  width: 304px;
  margin-right: 7px;
}
.personal-info-code .field__input {
  width: 130px;
  padding: 14px 16px;
}
.personal-info-checkbox {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .personal-info-checkbox {
    margin-bottom: 18px;
  }
}
.personal-info-checkbox .field__icon {
  margin-right: 14px;
  margin-bottom: 22px;
}
.personal-info-options {
  margin-bottom: 4px;
}
.personal-info-options .how-to-make__order-checkbox {
  margin-bottom: 4px;
}
.personal-info-options .how-to-make__order-checkbox:last-child {
  margin-bottom: 0;
}
.personal-info-options .field__icon {
  margin-bottom: 0;
}
.personal-info-options .field__input {
  padding: 0;
}
.personal-info-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .personal-info-bottom {
    flex-direction: column-reverse;
  }
}
.personal-info-conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .personal-info-conditions {
    font-size: 11px;
    line-height: 16px;
  }
}
.personal-info-conditions a {
  color: #64666c;
  transition: color 0.35s;
}
.personal-info-conditions a:hover {
  color: #dd0a34;
}
.personal-info-button {
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .personal-info-button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.personal-info__confirm-text {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-text {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }
}
.personal-info__confirm-fields {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .personal-info__confirm-fields {
    margin-bottom: 20px;
  }
}
.personal-info__confirm-code {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-code {
    margin-right: 33px;
  }
}
.personal-info__confirm-code .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-code .field__input {
    width: 166px;
  }
}
.personal-info__confirm-btn {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  transition: color 0.35s;
}
.personal-info__confirm-btn:hover {
  color: #c31639;
}
.personal-info__confirm-change,
.personal-info__confirm-message {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
  transition: color 0.35s;
}
.personal-info__confirm-change:hover,
.personal-info__confirm-message:hover {
  color: #dd0a34;
}
.personal-info__confirm-change {
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .personal-info__confirm-change {
    margin-bottom: 12px;
  }
}
.personal-info__footer {
  padding-top: 24px;
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .personal-info__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.personal-info__footer-label {
  padding-right: 24px;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .personal-info__footer-label {
    display: block;
    margin-bottom: 17px;
    font-size: 11px;
    line-height: 16px;
    color: #919399;
  }
}
.personal-info__footer-tel_padding-right {
  padding-right: 24px;
}
.personal-info__footer-tel_large-padding-right {
  padding-right: 80px;
}
@media (max-width: 1023px) {
  .personal-info__footer .link {
    margin-bottom: 12px;
  }
  .personal-info__footer .link:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .about-banner__content_card .main-banner__image-wrapper {
    right: 40px;
  }
}
@media (max-width: 1023px) {
  .about-banner__content_card .main-banner__image {
    width: 310px;
    height: 240px;
  }
}
@media (max-width: 1023px) {
  .about-banner__content_card .main-banner__body {
    padding-top: 24px;
  }
}
.about-banner__content_card .heading {
  max-width: 540px;
}
@media (max-width: 1023px) {
  .about-banner__content_card .heading {
    max-width: 330px;
  }
}
.about-banner__content_card .heading_level_2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .about-banner__content_card .heading_level_2 {
    font-size: 19px;
    line-height: 25px;
  }
}
.about-banner__content_card .main-banner__description {
  max-width: 550px;
}
@media (max-width: 1023px) {
  .about-banner__content_card .main-banner__description {
    max-width: 290px;
  }
}
.the-best {
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .the-best {
    padding-top: 8px;
  }
}
.the-best__header {
  position: relative;
  margin-bottom: 80px;
  padding-right: 32px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .the-best__header {
    margin-bottom: 16px;
    padding: 16px 16px 12px;
  }
}
.the-best__header-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .the-best__header-content {
    width: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 320px) {
  .the-best__header-content {
    padding-right: 0;
  }
}
.the-best__title {
  margin-bottom: 20px;
  max-width: 832px;
}
@media (max-width: 1023px) {
  .the-best__title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }
}
.the-best__link {
  font-size: 20px;
  line-height: 26px;
  color: #242729;
  text-align: right;
}
@media (max-width: 1023px) {
  .the-best__link {
    font-size: 11px;
    line-height: 16px;
    color: #6d6d73;
    text-align: left;
  }
}
.the-best__image-wrapper {
  position: absolute;
  top: 28px;
  right: 43px;
  width: 500px;
}
@media (max-width: 1023px) {
  .the-best__image-wrapper {
    top: auto;
    right: 16px;
    bottom: 35px;
    width: 215px;
  }
}
.the-best__image {
  display: block;
  max-width: 100%;
}
.the-best__cards {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: -32px;
}
@media (max-width: 1440px) {
  .the-best__cards {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .the-best__cards {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .the-best__cards {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .the-best__cards {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.the-best__card {
  position: relative;
  width: 544px;
  margin-right: 32px;
  height: 260px;
  margin-bottom: 32px;
  padding: 32px;
}
@media (max-width: 1440px) {
  .the-best__card {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .the-best__card {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .the-best__card {
    width: 330px;
  }
}
@media (max-width: 1440px) {
  .the-best__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .the-best__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .the-best__card {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .the-best__card {
    width: calc(((100% - 60px) / 2));
  }
}
@media (max-width: 1023px) {
  .the-best__card {
    width: 100%;
    height: 140px;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 16px 16px 12px;
  }
}
@media (max-width: 1023px) {
  .the-best__card:last-child {
    margin-bottom: 0;
  }
}
.the-best__card-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.the-best__card-label {
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .the-best__card-label {
    font-size: 11px;
    line-height: 16px;
  }
}
.the-best__card-text {
  width: 250px;
  font-size: 28px;
  line-height: 36px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .the-best__card-text {
    max-width: 175px;
    font-size: 20px;
    line-height: 26px;
  }
}
.the-best__img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 237px;
  height: 260px;
}
@media (max-width: 1023px) {
  .the-best__img-wrapper {
    width: 128px;
    height: 140px;
  }
}
.the-best__img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .ratings {
    padding-bottom: 9px;
  }
}
.ratings__header {
  display: flex;
  margin-bottom: 56px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .ratings__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .ratings__title {
    font-size: 19px;
    line-height: 25px;
  }
}
.ratings__items-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .ratings__items-wrapper {
    margin-bottom: 32px;
  }
}
.ratings__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
}
@media (max-width: 1440px) {
  .ratings__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .ratings__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .ratings__items {
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .ratings__items {
    margin-bottom: -24px;
  }
}
.ratings__item {
  width: 256px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .ratings__item {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .ratings__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .ratings__item {
    width: 150px;
  }
}
@media (max-width: 1440px) {
  .ratings__item {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .ratings__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .ratings__item {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .ratings__item {
    width: calc(((100% - 60px) / 2));
    margin-bottom: 24px;
  }
}
.ratings__item-value {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .ratings__item-value {
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 44px;
  }
}
.ratings__item-text {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .ratings__item-text {
    font-size: 13px;
    line-height: 18px;
  }
}
.ratings__button {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .ratings__button {
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.fond {
  padding-top: 43px;
  background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
}
@media (max-width: 1023px) {
  .fond {
    position: relative;
    padding-top: 274px;
  }
}
.fond__body {
  display: flex;
  padding-right: 50px;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .fond__body {
    margin: 0 -16px;
    padding: 24px 16px;
    background-color: #f7f7fa;
  }
}
.fond__content {
  max-width: 476px;
  padding-bottom: 105px;
}
@media (max-width: 1023px) {
  .fond__content {
    padding-bottom: 0;
  }
}
.fond__heading {
  display: flex;
  margin-bottom: 39px;
}
@media (max-width: 1023px) {
  .fond__heading {
    margin-bottom: 20px;
  }
}
.fond__heading-icon {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .fond__heading-icon {
    width: 42px;
    height: 42px;
    margin-right: 12px;
  }
}
.fond__heading-title {
  width: 142px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #919399;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .fond__heading-title {
    font-size: 15px;
    line-height: 22px;
  }
}
.fond__title {
  margin-bottom: 12px;
}
.fond__description {
  margin-bottom: 48px;
  line-height: 25px;
}
@media (max-width: 1023px) {
  .fond__description {
    margin-bottom: 32px;
    line-height: 22px;
  }
}
.fond__image-wrapper {
  width: 397px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .fond__image-wrapper {
    position: absolute;
    top: 15px;
    left: 75px;
    width: 211px;
  }
}
.fond__image {
  display: block;
  max-width: 100%;
}
.fond__button {
  display: inline-flex;
  margin-right: 32px;
  color: #fff;
  align-items: center;
}
@media (max-width: 1023px) {
  .fond__button {
    margin-right: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.fond__button:hover {
  color: #fff;
}
.fond__link {
  display: inline-flex;
  font-size: 17px;
  line-height: 27px;
  background-color: transparent;
  align-items: center;
}
@media (max-width: 1023px) {
  .fond__link {
    padding-right: 0;
    padding-left: 0;
    border: none;
  }
}
@media (max-width: 1023px) {
  .fond__button,
  .fond__link {
    height: 40px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
@media (max-width: 1023px) and (max-width: 320px) {
  .fond__button,
  .fond__link {
    font-size: 13px;
    line-height: 18px;
  }
}
.useful {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .useful {
    padding-bottom: 24px;
  }
}
.useful__title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .useful__title {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 25px;
  }
}
.useful__cards {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
}
@media (max-width: 1440px) {
  .useful__cards {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .useful__cards {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .useful__cards {
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .useful__cards {
    margin-right: 0;
  }
}
.useful__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 352px;
  margin-right: 32px;
  height: 180px;
  padding: 24px;
}
@media (max-width: 1440px) {
  .useful__card {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .useful__card {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .useful__card {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .useful__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .useful__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .useful__card {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .useful__card {
    width: calc(((100% - 90px) / 3));
  }
}
@media (max-width: 767px) {
  .useful__card {
    width: 100%;
    height: 88px;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 16px;
  }
  .useful__card:last-child {
    margin-bottom: 0;
  }
}
.useful__card-title {
  max-width: 204px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .useful__card-title {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
  }
}
.useful__card-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .useful__card-icon {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
}
.useful__card-link {
  line-height: 22px;
}
@media (max-width: 767px) {
  .useful__card-link {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .awards__title {
    margin-bottom: 24px;
  }
}
.awards__header {
  display: flex;
  margin-bottom: 56px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .awards__header {
    display: block;
    margin-bottom: 40px;
  }
}
.awards__year {
  margin-bottom: 42px;
}
.awards__tabs .tabs__item span {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 1023px) {
  .awards__tabs .tabs__item span {
    font-size: 15px;
    line-height: 22px;
  }
}
.awards__items-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .awards__items-wrapper {
    margin-bottom: 32px;
  }
}
.awards__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: -50px;
}
@media (max-width: 1440px) {
  .awards__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .awards__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .awards__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .awards__items {
    margin-bottom: -32px;
  }
}
.awards__item {
  width: 352px;
  margin-right: 32px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .awards__item {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .awards__item {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .awards__item {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .awards__item {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .awards__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .awards__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .awards__item {
    width: calc(50% - 30px);
    margin-bottom: 32px;
  }
}
.awards__item-text {
  position: relative;
  max-width: 288px;
  padding-top: 24px;
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .awards__item-text {
    padding-top: 16px;
    font-size: 15px;
    line-height: 22px;
  }
}
.awards__item-text:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
  height: 3px;
  content: '';
  background-color: #dd0a34;
}
.awards__image-wrapper {
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .awards__image {
    display: block;
    max-width: 100%;
  }
}
.awards-banner__content_card .heading {
  max-width: 420px;
}
.awards-banner__content_card .heading_level_2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1023px) {
  .awards-banner__content_card .heading_level_2 {
    font-size: 19px;
    line-height: 25px;
  }
}
.awards-banner__content_card .main-banner__description {
  max-width: 550px;
}
@media (max-width: 1023px) {
  .awards-banner__content_card .main-banner__description {
    max-width: 290px;
  }
}
.awards .page__section {
  padding: 56px 0;
}
@media (max-width: 1023px) {
  .awards .page__section {
    padding-top: 44px;
    padding-bottom: 0;
    margin-bottom: 56px;
  }
}
@media (max-width: 1023px) {
  .awards-block__title {
    margin-bottom: 24px;
  }
}
.awards-block__header {
  display: flex;
  margin-bottom: 64px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .awards-block__header {
    display: block;
    margin-bottom: 40px;
  }
}
.awards-block__tabs .tabs__item span {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 1023px) {
  .awards-block__tabs .tabs__item span {
    font-size: 15px;
    line-height: 22px;
  }
}
.awards-block__items-wrapper {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .awards-block__items-wrapper {
    margin-bottom: 32px;
  }
}
.awards-block__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: -50px;
}
@media (max-width: 1440px) {
  .awards-block__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .awards-block__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .awards-block__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .awards-block__items {
    margin-bottom: -32px;
  }
}
.awards-block__item {
  width: 352px;
  margin-right: 32px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .awards-block__item {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .awards-block__item {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .awards-block__item {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .awards-block__item {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .awards-block__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .awards-block__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .awards-block__item {
    width: calc(50% - 30px);
    margin-bottom: 32px;
  }
}
.awards-block__item-text {
  position: relative;
  max-width: 269px;
  padding-top: 24px;
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .awards-block__item-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.awards-block__item-text:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
  height: 3px;
  content: '';
  background-color: #dd0a34;
}
.awards-block__image-wrapper {
  position: relative;
  height: 51px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .awards-block__image-wrapper {
    width: 80px;
    height: 36px;
    margin-bottom: 24px;
  }
}
.awards-block__image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .awards-block__image {
    display: block;
    max-width: 100%;
  }
}
.awards-block__load-more {
  cursor: pointer;
  color: #dd0a34;
  transition: color;
}
@media (max-width: 1023px) {
  .awards-block__load-more {
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.awards-block__load-more:hover {
  color: #242729;
}
.corporate-governance {
  margin-top: 56px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .corporate-governance {
    margin-top: 30px;
    margin-bottom: 48px;
  }
}
.corporate-governance .static-sidebar {
  width: 216px;
  margin-right: 72px;
}
.corporate-governance__body {
  display: flex;
}
@media (max-width: 1023px) {
  .corporate-governance__body {
    display: block;
  }
}
.corporate-governance .paragraph {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .corporate-governance .paragraph {
    margin-bottom: 16px;
  }
}
.corporate-governance .paragraph.small-margin {
  margin-bottom: 12px;
}
.corporate-governance .typography h3 {
  margin-bottom: 12px;
}
.corporate-governance .typography h3.double-margin {
  margin-bottom: 24px;
}
.corporate-governance .typography ol li {
  display: block;
  padding-left: 18px;
}
.corporate-governance .typography ol li:before {
  position: absolute;
  margin-left: -18px;
}
.corporate-governance .typography ol li span {
  margin-bottom: 8px;
  display: block;
}
.corporate-governance-banner__content_card .heading {
  max-width: 420px;
}
.corporate-governance-banner__content_card .heading_level_2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1023px) {
  .corporate-governance-banner__content_card .heading_level_2 {
    font-size: 19px;
    line-height: 25px;
  }
}
.corporate-governance-banner__content_card .main-banner__description {
  max-width: 550px;
}
@media (max-width: 1023px) {
  .corporate-governance-banner__content_card .main-banner__description {
    max-width: 290px;
  }
}
.multilevel-sidebar__body {
  display: flex;
}
@media (max-width: 1023px) {
  .multilevel-sidebar__body {
    display: block;
  }
}
@media (max-width: 1023px) {
  .multilevel-sidebar__body .static-sidebar {
    display: none;
  }
}
.multilevel-sidebar .typography p {
  margin-bottom: 12px;
}
.multilevel-sidebar__menu {
  display: none;
}
@media (max-width: 1023px) {
  .multilevel-sidebar__menu {
    display: block;
  }
}
.multilevel-sidebar__menu-inner {
  display: flex;
}
@media (max-width: 1023px) {
  .multilevel-sidebar__menu-inner {
    display: none;
  }
}
@media (max-width: 1023px) {
  .multilevel-sidebar__menu-inner.active {
    display: block;
  }
}
@media (max-width: 1023px) {
  .multilevel-sidebar__menu-inner__heading {
    display: none;
  }
}
.multilevel-sidebar__menu.open .multilevel-sidebar__dropdown {
  display: none;
}
.multilevel-sidebar__menu.open .multilevel-sidebar__dropdown.open {
  display: block;
}
.multilevel-sidebar__menu.open-section .multilevel-sidebar__dropdown-back {
  display: inline-flex;
}
.multilevel-sidebar__menu.open-section .multilevel-sidebar__dropdown-title {
  display: none;
}
.multilevel-sidebar__menu.open-section .multilevel-sidebar__dropdown-menu {
  display: none;
}
.multilevel-sidebar__dropdown .link {
  color: inherit;
}
.multilevel-sidebar__dropdown.active .link {
  color: inherit;
}
.multilevel-sidebar__dropdown-back {
  display: none;
  position: relative;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 700;
}
.multilevel-sidebar__dropdown-back::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url("../images/icons/arrow-left.svg");
  opacity: 1;
}
.multilevel-sidebar__dropdown-back span {
  transform: translateX(28px);
  display: block;
}
.multilevel-sidebar__dropdown-title {
  position: relative;
  padding: 10px 0;
  font-size: 17px;
}
.multilevel-sidebar__dropdown-title::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url("../images/icons/arrow-left.svg");
  opacity: 0;
  transition: transform 200ms ease-in, opacity 200ms ease-in;
  transform: translateX(3px);
}
.multilevel-sidebar__dropdown-title::after {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url("../images/icons/arrow-right.svg");
  transition: opacity 200ms ease-in;
}
.multilevel-sidebar__dropdown-title span {
  display: block;
  transition: transform 0.35s;
}
.multilevel-sidebar__dropdown-content {
  overflow-y: hidden;
  transition: max-height 200ms ease-in;
}
.multilevel-sidebar__dropdown-body {
  padding: 10px 0;
}
.multilevel-sidebar__dropdown-menu {
  padding: 10px 0 10px 28px;
}
.multilevel-sidebar__dropdown-item {
  margin-bottom: 16px;
  color: #6d6d73;
}
.multilevel-sidebar__dropdown-item:last-child {
  margin-bottom: 0;
}
.multilevel-sidebar__dropdown-link {
  line-height: 22px;
}
.multilevel-sidebar__dropdown.open {
  display: block;
}
.multilevel-sidebar__dropdown.open .multilevel-sidebar__dropdown-title {
  font-weight: 700;
}
.multilevel-sidebar__dropdown.open .multilevel-sidebar__dropdown-title:before {
  opacity: 1;
  transform: translateX(0);
}
.multilevel-sidebar__dropdown.open .multilevel-sidebar__dropdown-title:after {
  opacity: 0;
}
.multilevel-sidebar__dropdown.open .multilevel-sidebar__dropdown-title span {
  transform: translateX(28px);
}
.requisites__header {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .requisites__header {
    margin-bottom: 32px;
  }
}
.requisites__title {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .requisites__title {
    margin-bottom: 14px;
  }
}
.requisites__table {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .requisites__table {
    margin-bottom: 32px;
  }
}
.requisites__table .table__name {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .requisites__table .table__name {
    width: 152px;
    padding-right: 32px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .requisites__table .table__row:nth-child(1) .table__value,
  .requisites__table .table__row:nth-child(2) .table__value,
  .requisites__table .table__row:nth-child(3) .table__value {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .requisites__table .table__value .phone-info {
    font-size: 13px;
    line-height: 18px;
  }
}
.instructions .table__header,
.instructions .table__row {
  display: flex;
  width: 100%;
  align-items: baseline;
}
.instructions .table__header {
  margin-bottom: 24px;
  color: #000;
}
.instructions .table__header .table__column:first-child {
  max-width: 96px;
}
.instructions .table__row .table__column {
  color: #6d6d73;
}
.instructions .table__row .table__column:first-child {
  max-width: 96px;
  color: #000;
}
.instructions__table {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .instructions__table {
    display: none;
  }
}
.instructions__tables {
  display: none;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .instructions__tables {
    display: block;
  }
}
.instructions__tables .instructions__table {
  display: block;
  margin-bottom: 24px;
  border-bottom: 1px solid #e4e8ed;
}
.instructions__tables .instructions__table:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.instructions__tables .instructions__table .table__row {
  margin-bottom: 16px;
}
.instructions__tables .instructions__table .table__row:last-child {
  margin-bottom: 24px;
}
.instructions__tables .instructions__table .table__name {
  width: 104px;
  padding-right: 30px;
  font-size: 11px;
  line-height: 16px;
  flex-shrink: 0;
}
.instructions__tables .instructions__table .table__value {
  font-size: 15px;
  line-height: 24px;
  word-break: break-word;
}
.instructions__tables .instructions__table .table__value .small {
  font-size: 13px;
  line-height: 18px;
}
.instructions__footer {
  display: flex;
  align-items: center;
}
.instructions__button {
  margin-right: 15px;
}
.instructions__button img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .instructions__link {
    display: none;
  }
}
@media (max-width: 1023px) {
  .auditor {
    width: 100%;
  }
}
.auditor__tables {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .auditor__tables {
    margin-bottom: 32px;
  }
}
.auditor__table {
  margin-bottom: 40px;
  border-bottom: 2px solid #e3e3e8;
}
@media (max-width: 767px) {
  .auditor__table {
    margin-bottom: 24px;
    border-width: 1px;
  }
}
.auditor__table:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.auditor__table .table__name {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .auditor__table .table__name {
    width: 152px;
    padding-right: 32px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .auditor__table .table__value {
    font-size: 13px;
    line-height: 18px;
  }
}
.rating {
  padding-top: 56px;
}
.rating__condition {
  margin-top: 32px;
  padding-bottom: 24px;
  display: flex;
  font-size: 15px;
  line-height: 22px;
}
.rating__condition__header {
  margin-bottom: 8px;
}
.rating__condition .title {
  color: #6d6d73;
}
.rating__condition .description {
  margin-bottom: 18px;
}
.rating__condition .documents__doc {
  background-color: transparent;
  padding: 12px 0 0 0;
}
.rating__condition .level {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #dd0a34;
}
.rating__condition sup {
  font-size: 42%;
  vertical-align: super;
}
.rating table {
  min-width: 800px;
}
.rating table.common_table {
  width: 100%;
}
.rating table.common_table th {
  border-bottom: 1px solid #e4e8ed;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  padding: 17px 33px 17px 0;
}
.rating table.common_table th:nth-child(1) {
  width: 288px;
}
.rating table.common_table td {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 33px 10px 0;
}
.rating table.common_table td p {
  margin: 20px 0;
}
.rating table span {
  color: #6d6d73;
  line-height: 18px;
}
.cookies {
  width: 832px;
  margin-right: 32px;
  margin-top: -32px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cookies {
    width: 832px;
  }
}
@media (max-width: 1200px) {
  .cookies {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .cookies {
    width: 510px;
  }
}
@media (max-width: 1440px) {
  .cookies {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .cookies {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .cookies {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .cookies {
    padding: 0 16px;
    width: 100%;
    margin-top: -16px;
  }
}
.cookies-description {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 12px;
}
.cookies-agreement {
  font-size: 17px;
  line-height: 27px;
}
.cookies-header {
  width: 60%;
}
@media (max-width: 1023px) {
  .cookies-header {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
}
.mission {
  margin-top: 64px;
  margin-bottom: 80px;
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .mission {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.mission__title {
  margin-top: 32px;
}
.mission .list__title {
  margin-bottom: 8px;
}
.press {
  margin-top: 56px;
  margin-bottom: 80px;
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .press {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
.press-banner__content_card .heading {
  max-width: 420px;
}
.press-banner__content_card .heading_level_2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1023px) {
  .press-banner__content_card .heading_level_2 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
.press-banner__content_card .main-banner__description {
  max-width: 550px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .press-banner__content_card .main-banner__description {
    max-width: 290px;
  }
}
.press .news-list__item-date {
  font-size: 15px;
}
.press .press__news__body {
  margin-bottom: 21px;
}
@media (max-width: 1023px) {
  .press .press__news__body {
    margin-bottom: 15px;
  }
}
.press__news {
  width: 832px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .press__news {
    width: 832px;
  }
}
@media (max-width: 1200px) {
  .press__news {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .press__news {
    width: 510px;
  }
}
@media (max-width: 1023px) {
  .press__news {
    width: 100%;
    margin-right: 0;
  }
}
.press__news-title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .press__news-title {
    margin-bottom: 16px;
  }
}
.press__centre {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .press__centre {
    margin-top: 48px;
  }
}
.press__centre-title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .press__centre-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .press__centre .person-list__items {
    flex-wrap: nowrap;
    display: -webkit-box;
    width: 100%;
  }
}
.press__centre .person-list__item {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .press__centre .person-list__item {
    margin-right: 24px;
    width: 256px;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .press__centre .person-list__item__title {
    margin-top: 16px;
    line-height: 27px;
    max-width: initial;
  }
}
@media (max-width: 1023px) {
  .press__centre .person-list__item .note {
    margin-top: 8px;
  }
}
.press__centre .person-list__image {
  max-width: 162px;
}
@media (max-width: 1023px) {
  .press__centre .person-list__image {
    max-width: 162px;
    margin: 0;
  }
}
.press__centre .person-list__image-wrapper {
  margin-top: 0;
}
.press__centre .person-list__items-wrapper {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .press__centre .person-list__items-wrapper {
    margin-right: -16px;
    overflow-x: auto;
  }
}
.press__emitent-news {
  width: 832px;
  flex-shrink: 0;
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .press__emitent-news {
    width: 832px;
  }
}
@media (max-width: 1200px) {
  .press__emitent-news {
    width: 690px;
  }
}
@media (max-width: 1023px) {
  .press__emitent-news {
    width: 510px;
  }
}
@media (max-width: 1023px) {
  .press__emitent-news {
    margin-top: 66px;
    width: 100%;
    margin-right: 0;
  }
}
.press__emitent-news .note {
  margin-bottom: 12px;
  line-height: 18px;
}
.press__emitent-news-title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .press__emitent-news-title {
    max-width: 340px;
    margin-bottom: 16px;
  }
}
.wed__features .product-conditions__item {
  width: 352px;
}
.wed__questions .accordion {
  padding: 33px 0;
  border-bottom: 1px solid #e4e8ed;
}
.wed__questions .accordion:last-child {
  border-bottom: none;
}
.wed__questions .accordion__button {
  color: #242729;
}
.wed__questions .accordion__button::after {
  float: right;
  text-align: right;
  color: #242729;
}
.send-phone {
  padding: 64px 0 80px;
  background-color: #f7f7fa;
}
@media (max-width: 1023px) {
  .send-phone {
    padding: 0px;
    background-color: #fff;
  }
}
.send-phone__title {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1023px) {
  .send-phone__title {
    margin-bottom: 8px;
    text-align: left;
  }
}
.send-phone__description {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 1023px) {
  .send-phone__description {
    margin-bottom: 22px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
  }
}
.send-phone__body {
  width: 928px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  padding: 42px 144px;
}
@media (max-width: 1023px) {
  .send-phone__body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
  }
}
.send-phone__phone-number {
  width: 304px;
}
@media (max-width: 1023px) {
  .send-phone__phone-number {
    width: 343px;
  }
}
.send-phone__phone-number_text {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .send-phone__phone-number_text {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.send-phone__phone-number_number {
  padding: 16px 116px 16px 16px;
}
@media (max-width: 1023px) {
  .send-phone__phone-number_number {
    padding: 12px 176px 14px 16px;
    font-size: 15px;
    line-height: 22px;
  }
}
.send-phone__checkboxes {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .send-phone__checkboxes {
    margin-top: 28px;
  }
}
.send-phone__checkboxes__first {
  margin-bottom: 24px;
}
.send-phone__button-box {
  margin-top: 32px;
}
.send-phone__button-box_button {
  display: block;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .send-phone__button-box_button {
    width: 342px;
    height: 40px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 22px;
  }
}
.send-phone .captcha-confirmation {
  margin-top: 24px;
}
.send-phone .application-success {
  margin-top: 0;
}
.send-phone .application-success__text {
  max-width: 460px;
  margin-bottom: 32px;
}
.send-phone .application-success__content {
  margin-bottom: 0;
}
.send-phone .application-processing {
  margin-top: 0;
}
.send-phone .application-processing__text {
  margin-bottom: 32px;
}
.send-phone .application-processing__content {
  margin-bottom: 0;
}
.send-phone .application-failed {
  margin-top: 0;
}
.send-phone .application-failed__text {
  margin-bottom: 32px;
}
.send-phone .application-failed__content {
  margin-bottom: 0;
}
.send-phone .link-text {
  border-bottom: 1px dashed #6d6d73;
}
@media (max-width: 1023px) {
  .send-phone .link-text {
    display: contents;
    border-bottom: none;
  }
}
.send-phone .field_checkbox {
  padding: 0px;
}
@media (max-width: 1023px) {
  .send-phone .field__icon {
    width: 16px;
    height: 16px;
  }
}
.send-phone .vue-modal .modal-header {
  margin-top: 8px;
}
.send-phone .vue-modal .modal-container {
  overflow: hidden;
}
.send-phone .vue-modal .modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .send-phone .vue-modal .modal-body {
    width: auto;
    max-width: 90vw;
  }
}
.send-phone .vue-modal .modal-body .container {
  padding: 0;
  padding-right: 10px;
  font-size: 15px;
}
.send-phone .vue-modal .modal__close {
  top: 16px;
  z-index: 1;
}
.send-phone .field__error {
  top: calc(100% + 4px);
}
.person-info {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .person-info {
    margin-top: 32px;
  }
}
.person-info img {
  width: 162px;
  height: 162px;
}
.person-info .main-info {
  display: flex;
}
@media (max-width: 767px) {
  .person-info .main-info {
    display: block;
  }
}
.person-info__description {
  margin-right: 0;
}
@media (max-width: 767px) {
  .person-info__description {
    font-size: 13px;
    line-height: 18px;
  }
}
.person-info .heading {
  margin-bottom: 8px;
}
.person-info__position {
  color: #6d6d73;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .person-info__position {
    font-size: 13px;
    line-height: 18px;
  }
}
.person-info__table {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .person-info__table {
    margin-bottom: 32px;
  }
}
.person-info__table .table__name {
  flex-shrink: 0;
  width: 192px;
  padding-top: 5px;
  padding-right: 32px;
  color: #6d6d73;
}
@media (max-width: 767px) {
  .person-info__table .table__name {
    width: 152px;
    padding-top: 0;
    padding-right: 32px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .person-info__table .table__row .table__value {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .person-info__table .table__value .phone-info {
    font-size: 13px;
    line-height: 18px;
  }
}
.person-list__items-wrapper {
  margin-top: 40px;
  margin-right: -96px;
}
@media (max-width: 1023px) {
  .person-list__items-wrapper {
    margin-right: 0;
  }
}
.person-list__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
}
@media (max-width: 1440px) {
  .person-list__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .person-list__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .person-list__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .person-list__items {
    display: block;
    width: 100%;
  }
}
.person-list__item {
  width: 256px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .person-list__item {
    width: 256px;
  }
}
@media (max-width: 1200px) {
  .person-list__item {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .person-list__item {
    width: 150px;
  }
}
@media (max-width: 1440px) {
  .person-list__item {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .person-list__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .person-list__item {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .person-list__item {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.person-list__item__title {
  position: relative;
  max-width: 288px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .person-list__item__title {
    margin-top: 8px;
    font-size: 17px;
    max-width: initial;
  }
}
.person-list__item .note {
  margin-top: 8px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .person-list__item .note {
    margin-top: 4px;
  }
}
.person-list__image-wrapper {
  margin-top: 32px;
}
.person-list__image {
  width: 162px;
}
@media (max-width: 1023px) {
  .person-list__image {
    display: block;
    max-width: 50%;
    margin: 0 auto;
  }
}
.person-list__link {
  transition: color 0.35s;
}
.person-list__link:hover {
  color: #dd0a34;
}
@media (max-width: 767px) {
  .person-page {
    margin-top: 32px;
  }
}
.person-page img {
  width: 162px;
  height: 162px;
}
.person-page .main-info {
  margin-top: 28px;
  display: flex;
}
@media (max-width: 1023px) {
  .person-page .main-info {
    display: block;
  }
}
.person-page__description {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .person-page__description {
    font-size: 13px;
    line-height: 18px;
  }
}
.person-page .heading {
  margin-bottom: 8px;
}
.person-page__position {
  color: #6d6d73;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .person-page__position {
    font-size: 13px;
    line-height: 18px;
  }
}
.person-page__body h3 {
  margin-top: 32px;
  margin-bottom: 8px !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
}
.person-page__body p {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}
.person-page__info {
  font-size: 17px;
  line-height: 27px;
}
.person-page__info li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px !important;
}
.person-page__info li p {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}
.person-page__table {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .person-page__table {
    margin-bottom: 32px;
  }
}
.person-page__table-line {
  display: flex;
  margin-top: 24px;
}
.person-page__table-title {
  flex-shrink: 0;
  width: 192px;
  padding-right: 32px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .person-page__table-title {
    width: 152px;
    padding-top: 0;
    padding-right: 32px;
    font-size: 13px;
    line-height: 18px;
  }
}
.person-page__table-descr {
  max-width: 526px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .person-page__table-descr {
    font-size: 13px;
    line-height: 18px;
  }
}
.person-page__table-descr ul li,
.person-page__table-descr ol li {
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .person-page__table-descr ul li,
  .person-page__table-descr ol li {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .person-page__table-descr .phone-info {
    font-size: 13px;
    line-height: 18px;
  }
}
.work-filter .period-field {
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .work-filter .period-field .tabs__item,
  .work-filter .period-field tabs__list {
    display: block;
    margin-bottom: 16px;
  }
}
.work-filter .period-field .tabs__item span,
.work-filter .period-field .tabs__input span,
.work-filter .period-field .tabs__item:checked + span,
.work-filter .period-field .tabs__input:checked + span {
  color: inherit;
}
.work-filter__select-fields {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .work-filter__select-fields {
    display: block;
  }
}
.work-filter__city,
.work-filter__sphere {
  margin-right: 32px;
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .work-filter__city,
  .work-filter__sphere {
    width: 100%;
    margin-right: 0;
  }
}
.work-filter__city .vs__selected,
.work-filter__sphere .vs__selected {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.work-filter .tabs__content {
  padding-top: 40px;
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .work-filter .tabs__content {
    padding-top: 0;
    border: none;
  }
}
.work-filter .select-field input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
.work-filter .select-field input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
.work-filter .select-field input::placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .work-banner .main-banner__body {
    padding-top: 24px;
  }
}
@media (max-width: 1023px) {
  .work-banner .main-banner__image-wrapper {
    right: inherit;
  }
}
@media (max-width: 1023px) {
  .work-banner .main-banner__image {
    height: 240px;
  }
}
.work-list {
  padding-top: 106px;
  padding-bottom: 84px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .work-list {
    padding-top: 48px;
    padding-bottom: 54px;
  }
}
.work-list__filter {
  margin-bottom: 47px;
}
@media (max-width: 1023px) {
  .work-list__filter {
    margin-bottom: 24px;
  }
}
.work-list__content {
  display: flex;
}
@media (max-width: 1023px) {
  .work-list__content {
    flex-direction: column-reverse;
  }
}
.work-list__body {
  width: 736px;
  margin-right: 130px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .work-list__body {
    width: 736px;
  }
}
@media (max-width: 1200px) {
  .work-list__body {
    width: 610px;
  }
}
@media (max-width: 1023px) {
  .work-list__body {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .work-list__body {
    width: 100%;
    margin-right: 0;
  }
}
.work-list__items {
  margin-bottom: 8px;
}
.work-list__item {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8ed;
  transition: opacity 0.175s ease-in;
}
@media (max-width: 1023px) {
  .work-list__item {
    margin-bottom: 24px;
    padding-bottom: 13px;
  }
}
.work-list__item:last-child {
  margin-bottom: 0;
  border: none;
}
.work-list__item-date,
.work-list__item-title {
  margin-bottom: 12px;
}
.work-list__item-date {
  line-height: 22px;
  color: #919399;
}
.work-list__item-title {
  font-weight: normal;
  cursor: pointer;
}
.work-list__item-link {
  transition: color 0.35s;
}
.work-list__item-link:hover {
  color: #dd0a34;
}
.loading .work-list__item {
  opacity: 0;
}
.work-list__tag {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
  transition: color 0.35s;
}
.work-list__tag-text {
  padding: 7px 12px;
}
@media (min-width: 1024px) {
  .work-list__tag-text:hover {
    color: #dd0a34;
  }
}
@media (max-width: 1023px) {
  .work-list__tag-text {
    padding: 6px 12px;
  }
}
.work-list__tag-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.work-list__tag-input:checked + .work-list__tag-text {
  color: #dd0a34;
}
.work-list__tag_more {
  min-width: 48px;
  text-align: center;
}
.work-list__tag_more .work-list__tag-text svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.work-list__tag-close {
  display: none;
}
@media (max-width: 1023px) {
  .work-list__tag-close {
    display: inline-block;
  }
}
.work-list__tag-close .work-list__tag-text {
  display: flex;
  align-items: center;
}
.work-list__tag-plus {
  margin-left: 8px;
  font-weight: 100;
  font-size: 21px;
  line-height: 18px;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .work-list__tags {
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .work-list__tags_work {
    margin-bottom: 0;
  }
}
.work-list__tags_work .work-list__tag {
  margin-right: 16px;
}
.work-list__tags_work .work-list__tag-text {
  color: #dd0a34;
}
.work-list__tags_work .work-list__tag-text:hover {
  color: #242729;
}
.work-list__pages {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .work-list__pages {
    display: none;
  }
}
.work-list__pagination {
  display: flex;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}
.work-list__pagination-button {
  display: inline-flex;
  margin-right: 16px;
  font-size: 17px;
  line-height: 24px;
  color: #636363;
  transition: color 0.35s;
  align-items: center;
}
.work-list__pagination-button:last-child {
  margin-right: 0;
}
.work-list__pagination-button:hover {
  color: #dd0a34;
}
.work-list__pagination-button svg {
  vertical-align: middle;
}
.work-list__pagination-button.active {
  color: #dd0a34;
}
.work-list__more {
  display: none;
  margin-right: 55px;
}
@media (max-width: 1023px) {
  .work-list__more {
    display: block;
    height: 40px;
    font-size: 15px;
    line-height: 22px;
  }
}
.vacancy {
  margin-bottom: 80px;
  font-size: 17px;
  line-height: 27px;
}
.vacancy .typography h1 {
  margin-bottom: 22px;
}
@media (max-width: 1023px) {
  .vacancy {
    margin-bottom: 40px;
  }
}
.vacancy__info {
  margin-bottom: 80px;
}
.send-resume {
  display: flex;
  padding: 64px 0 80px;
  flex-direction: column;
  background-color: #f7f7fa;
  align-items: center;
}
@media (max-width: 1023px) {
  .send-resume {
    padding: 0;
    background-color: transparent;
  }
}
.send-resume__title {
  margin-bottom: 36px;
  text-align: center;
}
@media (max-width: 1023px) {
  .send-resume__title {
    margin-bottom: 8px;
    text-align: left;
  }
}
.send-resume__description {
  margin-bottom: 38px;
  text-align: center;
}
@media (max-width: 1023px) {
  .send-resume__description {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
}
.send-resume__body {
  width: 928px;
  margin: auto;
  padding: 43px 144px 48px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
@media (max-width: 1023px) {
  .send-resume__body {
    width: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.send-resume .field__input {
  height: auto;
}
.send-resume__select {
  margin-bottom: 24px;
}
.send-resume__name {
  max-width: 100%;
  margin-bottom: 24px;
}
.send-resume__contacts {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .send-resume__contacts {
    display: block;
  }
}
.send-resume__row {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.send-resume__row:last-child {
  margin-bottom: 0;
}
.send-resume__phone,
.send-resume__email {
  max-width: 304px;
}
@media (max-width: 1023px) {
  .send-resume__phone,
  .send-resume__email {
    max-width: 100%;
  }
}
.send-resume__phone .field__input,
.send-resume__email .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .send-resume__phone .field__input,
  .send-resume__email .field__input {
    width: 100%;
  }
}
.send-resume__phone {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .send-resume__phone {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.send-resume__checkbox {
  margin-top: 24px;
  margin-bottom: 32px;
}
.send-resume__checkbox .field__icon {
  margin-right: 14px;
  margin-bottom: 22px;
}
.send-resume__options {
  margin-bottom: 4px;
}
.send-resume__options .how-to-make__order-checkbox {
  margin-bottom: 4px;
}
.send-resume__options .how-to-make__order-checkbox:last-child {
  margin-bottom: 0;
}
.send-resume__options .field__icon {
  margin-bottom: 0;
}
.send-resume__options .field__input {
  padding: 0;
}
.send-resume__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .send-resume__bottom {
    flex-direction: column-reverse;
  }
}
.send-resume__conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.send-resume__conditions a {
  color: #64666c;
}
.send-resume__button {
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .send-resume__button {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.send-resume__button_upload {
  flex-shrink: 0;
  width: 183px;
  height: 40px;
}
@media (max-width: 1023px) {
  .send-resume__button_upload {
    width: 100%;
  }
}
.send-resume__upload {
  position: relative;
  display: flex;
  padding-top: 8px;
}
@media (max-width: 1023px) {
  .send-resume__upload {
    display: block;
  }
}
.send-resume__document {
  position: relative;
  display: flex;
  margin-left: 16px;
}
@media (max-width: 1023px) {
  .send-resume__document {
    margin-top: 16px;
    margin-left: 0;
  }
}
.send-resume__document-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background-image: url("../images/icons/documents.svg");
}
.send-resume__document-meta {
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.send-resume__document__file-name {
  font-size: 15px;
}
.send-resume .link-text {
  border-bottom: 1px dashed #6d6d73;
}
.send-resume .vue-modal .modal-header {
  margin-top: 8px;
}
.send-resume .vue-modal .modal-container {
  overflow: hidden;
}
.send-resume .vue-modal .modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .send-resume .vue-modal .modal-body {
    width: auto;
    max-width: 90vw;
  }
}
.send-resume .vue-modal .modal-body .container {
  padding: 0;
  padding-right: 10px;
  font-size: 15px;
}
.send-resume .vue-modal .modal__close {
  top: 16px;
  z-index: 1;
}
.send-resume__heading {
  margin-bottom: 16px;
}
.contacts {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .contacts {
    margin-top: 30px;
    margin-bottom: 48px;
  }
}
.contacts .static-sidebar {
  width: 216px;
  margin-right: 72px;
}
.contacts__body {
  display: flex;
}
@media (max-width: 1023px) {
  .contacts__body {
    display: block;
  }
}
.contacts .how-to-make__content {
  box-shadow: 0 0px 16px rgba(79,105,118,0.102);
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .contacts .how-to-make {
    margin-top: 0;
    padding: 20px 0 20px;
  }
}
.contacts .section-mb40 {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .contacts .section-mb40 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .contacts .multilevel-sidebar__menu {
    margin-bottom: 12px;
  }
}
.contacts__condition {
  margin-top: 44px;
}
.contacts__condition .table__row {
  margin-bottom: 0;
}
.contacts__condition .table__row .document_link {
  margin-bottom: 24px;
  display: block;
}
.contacts .documents__doc {
  padding: 0;
  background-color: transparent;
  padding-bottom: 24px;
}
.contacts .documents__doc-footer {
  display: none;
}
.contacts .documents__title {
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .contacts .documents__title {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.contacts .table {
  padding-top: 32px;
}
.contacts .table .table__name {
  padding-right: 32px;
}
@media (max-width: 1023px) {
  .contacts .table .table__name {
    min-width: 120px;
  }
}
@media (max-width: 1023px) {
  .contacts .table__value {
    font-size: 15px;
  }
}
.contacts .table .note {
  font-size: 15px;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 1023px) {
  .contacts .table .note {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.contacts .table .lastnote {
  margin-bottom: 0;
}
.template-news__subtitle {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .template-news__subtitle {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 1023px) {
  .template-news__heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.template-news__image img {
  width: 100%;
}
.gum-table {
  position: relative;
}
@media (max-width: 1023px) {
  .gum-table__title {
    display: none;
  }
}
.gum-table:after {
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 9;
  width: calc(100vw + (((100vw - 1120px) / -2) - 15px));
  height: 16px;
  content: '';
  background-color: #fff;
  box-shadow: 0 -10px 10px -4px rgba(79,105,118,0.1);
}
@media (max-width: 1200px) {
  .gum-table:after {
    width: calc(100vw + (((100vw - 930px) / -2) - 15px));
  }
}
@media (max-width: 1023px) {
  .gum-table:after {
    bottom: 0;
    width: 100%;
  }
}
.gum-table__wrapper {
/* total width */
/* background of the scrollbar except button or resizer */
/* scrollbar itself */
/* set button(top and bottom of the scrollbar) */
  position: relative;
  width: auto;
  height: 400px;
  margin-right: calc(((100vw - 1120px) / -2) + 15px);
  overflow: auto;
}
.gum-table__wrapper::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.gum-table__wrapper::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.1);
}
.gum-table__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border: 5px solid #fff;
  border-radius: 16px;
}
.gum-table__wrapper::-webkit-scrollbar-thumb:hover {
  border: 4px solid #fff;
}
.gum-table__wrapper::-webkit-scrollbar-button {
  display: none;
}
.gum-table__wrapper::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.05);
}
@media (max-width: 1200px) {
  .gum-table__wrapper {
    margin-right: calc(((100vw - 930px) / -2) + 15px);
  }
}
@media (max-width: 1023px) {
  .gum-table__wrapper {
    margin-right: 0;
  }
}
.gum-table__wrapper .gum-table__header {
  opacity: 0;
}
.gum-table__header {
  z-index: 9;
  display: inline-flex;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  background: #fff;
  border-bottom: 1px solid #e4e8ed;
  will-change: transform;
}
.gum-table__header-wrapper {
  position: relative;
  z-index: 1;
  width: auto;
  margin-right: calc(((100vw - 1120px) / -2) + 30px);
  margin-bottom: -45px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .gum-table__header-wrapper {
    margin-right: calc(((100vw - 930px) / -2) + 30px);
  }
}
@media (max-width: 1023px) {
  .gum-table__header-wrapper {
    width: 100%;
    margin-bottom: -60px;
  }
}
.gum-table__row {
  position: relative;
  display: inline-flex;
}
.gum-table__cell {
  width: 185px;
  min-width: 185px;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .gum-table__cell {
    padding: 12px 6px;
  }
}
.gum-table__cell_first {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 370px;
  min-width: 370px;
  background: #fff;
}
.gum-table__cell-header_first {
  color: #fff;
}
@media (max-width: 1023px) {
  .gum-table__cell-header_first {
    color: #242729;
  }
}
.gum-table__cell ul {
  margin-top: revert;
  padding-top: 8px;
  color: #636363;
}
@media (max-width: 1023px) {
  .gum-table__cell ul:not(:first-child) {
    padding-top: 12px;
  }
}
@media (max-width: 1023px) {
  .gum-table__cell ul {
    padding-top: 16px;
  }
}
.gum-table__cell ul li {
  margin-bottom: 24px;
  line-height: 16px;
}
@media (max-width: 1023px) {
  .gum-table__cell ul li {
    display: flex;
    min-height: 32px;
    margin-bottom: 16px;
    align-items: center;
  }
}
.gum-table__cell ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .gum-table__cell:not(:first-child) {
    width: 122.5px;
    min-width: 122.5px;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
  }
}
@media (max-width: 1023px) {
  .gum-table__cell:first-child {
    width: 160px;
    min-width: 160px;
    font-size: 13px;
    line-height: 18px;
    border-right: 1px solid rgba(228,232,237,0.4);
  }
}
.gum-table__cell:first-child ul {
  padding-left: 44px;
}
@media (max-width: 1023px) {
  .gum-table__cell:first-child ul {
    padding-left: 14px;
  }
}
.template-table__subtitle {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .template-table__subtitle {
    font-size: 17px;
    line-height: 27px;
  }
}
.datepicker {
  position: relative;
}
.datepicker__icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .datepicker__icon {
    bottom: 12px;
  }
}
.field__datepicker-input {
  width: 100%;
  padding: 15px 16px;
  font-size: 17px;
  line-height: 24px;
  background: #f7f7fa;
  border: 1px solid #f7f7fa;
  border-radius: 6px;
  transition: border-color 0.35s;
  -webkit-transition: border-color 0.35s;
}
.field__datepicker-input::-ms-clear {
  display: none;
}
@media (max-width: 1023px) {
  .field__datepicker-input {
    height: 48px;
    padding: 11px 16px;
    font-size: 13px;
  }
}
.vdp-datepicker {
  display: none;
/* Body */
}
.vdp-datepicker.active {
  display: block;
}
.vdp-datepicker input {
  width: 100%;
  padding: 15px 16px;
  font-size: 17px;
  line-height: 24px;
  background: #f7f7fa;
  border: 1px solid #f7f7fa;
  border-radius: 6px;
  transition: border-color 0.35s;
  -webkit-transition: border-color 0.35s;
}
.vdp-datepicker input::-ms-clear {
  display: none;
}
@media (max-width: 1023px) {
  .vdp-datepicker input {
    padding: 11px 16px;
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .vdp-datepicker .vdp-datepicker__calendar {
    right: 0;
  }
}
.vdp-datepicker .vdp-datepicker__calendar header .prev:not(.disabled):hover,
.vdp-datepicker .vdp-datepicker__calendar header .next:not(.disabled):hover,
.vdp-datepicker .vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: #f7f7fa;
}
.vdp-datepicker .vdp-datepicker__calendar header .prev:after {
  border-right: 10px solid #dd0a34;
}
.vdp-datepicker .vdp-datepicker__calendar header .next:after {
  border-left: 10px solid #dd0a34;
}
.vdp-datepicker .vdp-datepicker__calendar header .prev:hover:after {
  border-right: 10px solid #c31639;
}
.vdp-datepicker .vdp-datepicker__calendar header .next:hover:after {
  border-left: 10px solid #c31639;
}
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid transparent;
}
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled):not(.selected).day:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled):not(.selected).month:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled):not(.selected).year:hover {
  background: #f7f7fa;
}
.vdp-datepicker .vdp-datepicker__calendar .cell.selected {
  font-weight: 600;
  color: #fff;
  background: #dd0a34;
  border: 1px solid transparent;
}
.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover {
  background: #c31639;
}
.financial.typography ul li:last-child {
  margin-bottom: 22px;
}
.financial h4 {
  font-weight: bold;
  font-size: 20px;
}
.financial .paragraph.bolder-margened {
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.financial .paragraph.grey {
  color: #6d6d73;
  font-size: 13px;
}
.financial .paragraph.phone {
  margin-bottom: 0;
}
.financial .paragraph.phone a {
  font-size: 28px;
  line-height: 36px;
  color: #dd0a34;
}
.financial sup {
  font-size: 65%;
  vertical-align: super;
}
.financial .explanations {
  color: #919399;
  font-size: 13px;
  line-height: 18px;
}
.financial .page__section {
  padding-bottom: 0;
  padding-top: 20px;
}
.financial .page__section.withoverflow {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.financial .page__section.withoverflow::-webkit-scrollbar {
  display: none;
}
.financial .big_red {
  color: #dd0a34;
  font-size: 17px;
  line-height: 27px;
  padding: 28px 0;
}
.financial table {
  min-width: 800px;
}
.financial table.common_table {
  width: 100%;
}
.financial table.common_table th {
  border-bottom: 1px solid #e4e8ed;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  padding: 17px 0;
}
.financial table.common_table th:nth-child(1) {
  width: 230px;
}
.financial table.common_table th:nth-child(3) {
  width: 400px;
}
.financial table.common_table td {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 0;
}
.financial table.common_table td p {
  margin: 20px 0;
}
.archive .documents__list-item {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .balance-transfer .main-visual .main-visual__breadcrumbs {
    overflow-x: auto;
  }
}
@media (max-width: 1023px) {
  .balance-transfer .main-visual {
    padding: 150px 16px 0;
  }
}
@media (max-width: 1023px) {
  .balance-transfer .table_tariffs {
    padding-top: 0;
  }
}
.balance-transfer .table_tariffs .note {
  margin-top: 8px;
}
.balance-transfer .no-padding {
  padding: 0;
}
@media (max-width: 1023px) {
  .balance-transfer .grid {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .balance-transfer .grid .grid__column_size_3 {
    padding-bottom: 20px;
  }
}
.balance-transfer-header {
  width: 60%;
}
@media (max-width: 1023px) {
  .balance-transfer-header {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
}
.balance-transfer .promo-banner-new_type_default .container {
  padding-right: 232px;
}
@media (max-width: 1023px) {
  .balance-transfer .promo-banner-new_type_default .container {
    padding-right: 16px;
  }
}
.balance-transfer .promo-banner-new_type_default .container .promo-banner-new__body {
  background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
}
.balance-transfer .promo-banner-new_type_default .container .heading_level_3 {
  font-size: 36px;
  line-height: 123%;
}
@media (max-width: 1023px) {
  .balance-transfer .promo-banner-new_type_default .container .heading_level_3 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 13px;
  }
}
.balance-transfer .promo-banner-new_type_default .container .promo-banner-new__content {
  max-width: 440px;
}
@media (max-width: 1023px) {
  .balance-transfer .promo-banner-new_type_default .container .promo-banner-new__content {
    padding-bottom: 8px;
  }
}
.balance-transfer .promo-banner-new_type_default .container .promo-banner-new__content .promo-banner-new__text {
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .balance-transfer .promo-banner-new_type_default .container .promo-banner-new__content .promo-banner-new__text {
    font-size: 17px;
    line-height: 24px;
  }
}
.balance-transfer .promo-banner-new_type_default .container .promo-banner-new__image-wrapper {
  max-height: 400px;
}
.balance-transfer .promo-banner-new_type_default .container .promo-banner-new__image-phone {
  width: 322px;
  height: 260px;
  margin-left: 10px;
}
.balance-transfer .promo-banner-new_type_default .container .promo-banner-new__image {
  height: 400px;
  width: 500px;
}
.balance-transfer-description {
  max-width: 750px;
  font-size: 20px;
  line-height: 26px;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .balance-transfer-description {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
  }
}
.balance-transfer-agreement {
  width: 832px;
  font-size: 17px;
  line-height: 27px;
}
.balance-transfer-steps__number {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  color: #dd0a34;
}
.balance-transfer-steps__text {
  width: 256px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .balance-transfer-steps__text {
    width: 100%;
  }
}
.report section {
  padding-top: 56px;
}
.report table {
  min-width: 800px;
}
.report table.common_table {
  width: 100%;
}
.report table.common_table th {
  border-bottom: 1px solid #e4e8ed;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  padding: 17px 33px 17px 0;
}
.report table.common_table th:nth-child(1) {
  width: 288px;
}
.report table.common_table td {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 33px 10px 0;
}
.report table.common_table td p {
  margin: 20px 0;
}
.report table span {
  color: #6d6d73;
  line-height: 18px;
}
.report .select-filter {
  padding-bottom: 12px;
  margin-top: 24px;
  max-width: 448px;
}
.report__condition {
  margin-top: 44px;
}
.report__condition .table__row {
  margin-bottom: 0;
}
.report__condition .table__row .document_link {
  margin-bottom: 24px;
  display: block;
}
.report .documents__doc {
  padding: 0;
  background-color: transparent;
  padding-bottom: 24px;
}
.report__condition .table__row {
  margin-bottom: 0;
}
.report__condition .table__row .table__name {
  min-width: 165px;
}
.report__condition .table__row .document_link {
  margin-bottom: 24px;
  display: block;
  font-size: 15px;
}
.report__condition .table__row .documents_ul {
  margin-bottom: 24px;
}
.report__condition .table__row .documents_ul li .document_link {
  margin-bottom: 12px;
}
.report__condition .table__row .documents__doc .documents__doc-name {
  font-size: 15px;
}
.lp-header {
  width: 832px;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}
.lp-description {
  width: 832px;
  font-size: 20px;
  line-height: 26px;
  margin-top: 16px;
}
.lp-image {
  width: 632px;
  height: 185px;
  margin-bottom: 32px;
}
.lp-section {
  margin-bottom: 32px;
}
.lp-title {
  margin-bottom: 12px;
}
.lp-content {
  width: 832px;
  font-size: 15px;
  line-height: 20px;
}
.lp-note {
  width: 832px;
  font-size: 13px;
  line-height: 18px;
}
.card-payoffer .no-padding {
  padding: 0;
}
@media (max-width: 1023px) {
  .card-payoffer .main-visual .main-visual__breadcrumbs {
    overflow-x: auto;
  }
}
@media (max-width: 1023px) {
  .card-payoffer .main-visual {
    padding: 150px 16px 0;
  }
}
.card-payoffer-header {
  width: 100%;
}
@media (max-width: 1023px) {
  .card-payoffer-header {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
}
.card-payoffer-view .note {
  font-size: 15px;
}
@media (max-width: 1023px) {
  .card-payoffer-view .note {
    font-size: 13px;
  }
}
.card-payoffer-view .note.marginbottom12 {
  margin-bottom: 12px;
}
.card-payoffer-view .description {
  margin-top: 16px;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .card-payoffer-view .description {
    font-size: 17px;
  }
}
.card-payoffer-view .maxwidth831 {
  max-width: 831px;
}
.card-payoffer-view .container a {
  color: #dd0a34;
  transition: all 0.35s;
}
.card-payoffer-view .container a:hover {
  color: #242729;
}
.shareholders .shareholders_docs {
  margin-top: 24px;
}
.shareholders.page__section {
  padding-top: 80px;
}
.shareholders.activity,
.shareholders.aboutother {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .shareholders.about .table__row {
    display: initial;
  }
}
.shareholders.about .table__row .table__name {
  padding-right: 0;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .shareholders.about .table__row .table__name {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .shareholders.about .table__row .table__name img {
    margin: 0 auto;
    display: block;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .shareholders.about .table__row .table__value {
    display: initial;
  }
}
@media (max-width: 1023px) {
  .shareholders.about {
    margin-bottom: 28px;
  }
}
.shareholders .table__title.heading_level_5 {
  margin-bottom: 16px;
}
.shareholders .table__name {
  width: 192px;
  min-width: 100px;
  padding-right: 30px;
}
.shareholders .table__name .note {
  font-size: 15px;
  margin-top: 5px;
}
.shareholders .table__name img {
  max-width: 162px;
}
.shareholders .table__value .typography p {
  margin-top: 0;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .shareholders .table__value .typography p {
    font-size: 15px;
  }
}
.shareholders .table__value .heading_level_3 {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .shareholders .table__value {
    font-size: 15px;
  }
}
.shareholders .note {
  line-height: 18px;
}
.shareholders .note sup {
  font-size: 8px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}
.shareholders.shareholders-percents .heading_level_3 {
  margin-bottom: 8px;
}
.shareholders.shareholders-percents p.description {
  font-size: 17px;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .shareholders.shareholders-percents p.description {
    font-size: 15px;
  }
}
.shareholders.shareholders-percents .table__name {
  width: 60px;
  padding-right: 0;
  min-width: 60px;
}
.shareholders.shareholders-percents .table__name .radialProgressBar {
  position: relative;
  font-size: 60px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  background-color: #f7f7fa;
}
.shareholders.shareholders-percents .table__name .radialProgressBar *,
.shareholders.shareholders-percents .table__name .radialProgressBar *:before,
.shareholders.shareholders-percents .table__name .radialProgressBar *:after {
  box-sizing: content-box;
}
.shareholders.shareholders-percents .table__name .radialProgressBar:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: " ";
  border-radius: 100%;
  background-color: #fff;
  width: 0.78em;
  height: 0.78em;
}
.shareholders.shareholders-percents .table__name .radialProgressBar .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.shareholders.shareholders-percents .table__name .radialProgressBar .bar {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p51 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p51 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p51 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p52 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p52 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p52 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p53 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p53 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p53 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p54 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p54 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p54 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p55 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p55 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p55 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p56 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p56 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p56 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p57 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p57 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p57 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p58 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p58 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p58 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p59 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p59 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p59 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p60 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p60 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p60 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p61 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p61 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p61 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p62 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p62 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p62 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p63 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p63 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p63 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p64 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p64 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p64 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p65 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p65 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p65 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p66 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p66 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p66 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p67 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p67 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p67 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p68 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p68 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p68 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p69 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p69 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p69 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p70 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p70 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p70 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p71 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p71 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p71 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p72 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p72 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p72 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p73 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p73 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p73 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p74 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p74 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p74 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p75 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p75 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p75 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p76 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p76 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p76 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p77 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p77 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p77 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p78 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p78 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p78 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p79 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p79 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p79 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p80 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p80 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p80 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p81 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p81 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p81 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p82 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p82 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p82 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p83 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p83 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p83 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p84 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p84 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p84 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p85 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p85 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p85 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p86 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p86 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p86 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p87 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p87 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p87 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p88 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p88 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p88 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p89 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p89 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p89 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p90 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p90 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p90 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p91 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p91 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p91 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p92 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p92 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p92 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p93 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p93 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p93 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p94 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p94 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p94 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p95 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p95 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p95 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p96 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p96 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p96 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p97 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p97 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p97 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p98 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p98 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p98 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p99 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p99 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p99 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p100 .bar:after {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p100 .fill {
  position: absolute;
  border: 0.15em solid #000;
  width: 0.7em;
  height: 0.7em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p1 .bar {
  transform: rotate(3.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p2 .bar {
  transform: rotate(7.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p3 .bar {
  transform: rotate(10.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p4 .bar {
  transform: rotate(14.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p5 .bar {
  transform: rotate(18deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p6 .bar {
  transform: rotate(21.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p7 .bar {
  transform: rotate(25.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p8 .bar {
  transform: rotate(28.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p9 .bar {
  transform: rotate(32.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p10 .bar {
  transform: rotate(36deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p11 .bar {
  transform: rotate(39.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p12 .bar {
  transform: rotate(43.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p13 .bar {
  transform: rotate(46.800000000000004deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p14 .bar {
  transform: rotate(50.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p15 .bar {
  transform: rotate(54deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p16 .bar {
  transform: rotate(57.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p17 .bar {
  transform: rotate(61.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p18 .bar {
  transform: rotate(64.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p19 .bar {
  transform: rotate(68.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p20 .bar {
  transform: rotate(72deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p21 .bar {
  transform: rotate(75.60000000000001deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p22 .bar {
  transform: rotate(79.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p23 .bar {
  transform: rotate(82.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p24 .bar {
  transform: rotate(86.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p25 .bar {
  transform: rotate(90deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p26 .bar {
  transform: rotate(93.60000000000001deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p27 .bar {
  transform: rotate(97.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p28 .bar {
  transform: rotate(100.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p29 .bar {
  transform: rotate(104.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p30 .bar {
  transform: rotate(108deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p31 .bar {
  transform: rotate(111.60000000000001deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p32 .bar {
  transform: rotate(115.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p33 .bar {
  transform: rotate(118.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p34 .bar {
  transform: rotate(122.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p35 .bar {
  transform: rotate(126deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p36 .bar {
  transform: rotate(129.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p37 .bar {
  transform: rotate(133.20000000000002deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p38 .bar {
  transform: rotate(136.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p39 .bar {
  transform: rotate(140.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p40 .bar {
  transform: rotate(144deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p41 .bar {
  transform: rotate(147.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p42 .bar {
  transform: rotate(151.20000000000002deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p43 .bar {
  transform: rotate(154.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p44 .bar {
  transform: rotate(158.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p45 .bar {
  transform: rotate(162deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p46 .bar {
  transform: rotate(165.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p47 .bar {
  transform: rotate(169.20000000000002deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p48 .bar {
  transform: rotate(172.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p49 .bar {
  transform: rotate(176.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p50 .bar {
  transform: rotate(180deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p51 .bar {
  transform: rotate(183.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p52 .bar {
  transform: rotate(187.20000000000002deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p53 .bar {
  transform: rotate(190.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p54 .bar {
  transform: rotate(194.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p55 .bar {
  transform: rotate(198deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p56 .bar {
  transform: rotate(201.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p57 .bar {
  transform: rotate(205.20000000000002deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p58 .bar {
  transform: rotate(208.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p59 .bar {
  transform: rotate(212.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p60 .bar {
  transform: rotate(216deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p61 .bar {
  transform: rotate(219.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p62 .bar {
  transform: rotate(223.20000000000002deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p63 .bar {
  transform: rotate(226.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p64 .bar {
  transform: rotate(230.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p65 .bar {
  transform: rotate(234deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p66 .bar {
  transform: rotate(237.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p67 .bar {
  transform: rotate(241.20000000000002deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p68 .bar {
  transform: rotate(244.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p69 .bar {
  transform: rotate(248.4deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p70 .bar {
  transform: rotate(252deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p71 .bar {
  transform: rotate(255.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p72 .bar {
  transform: rotate(259.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p73 .bar {
  transform: rotate(262.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p74 .bar {
  transform: rotate(266.40000000000003deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p75 .bar {
  transform: rotate(270deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p76 .bar {
  transform: rotate(273.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p77 .bar {
  transform: rotate(277.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p78 .bar {
  transform: rotate(280.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p79 .bar {
  transform: rotate(284.40000000000003deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p80 .bar {
  transform: rotate(288deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p81 .bar {
  transform: rotate(291.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p82 .bar {
  transform: rotate(295.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p83 .bar {
  transform: rotate(298.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p84 .bar {
  transform: rotate(302.40000000000003deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p85 .bar {
  transform: rotate(306deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p86 .bar {
  transform: rotate(309.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p87 .bar {
  transform: rotate(313.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p88 .bar {
  transform: rotate(316.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p89 .bar {
  transform: rotate(320.40000000000003deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p90 .bar {
  transform: rotate(324deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p91 .bar {
  transform: rotate(327.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p92 .bar {
  transform: rotate(331.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p93 .bar {
  transform: rotate(334.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p94 .bar {
  transform: rotate(338.40000000000003deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p95 .bar {
  transform: rotate(342deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p96 .bar {
  transform: rotate(345.6deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p97 .bar {
  transform: rotate(349.2deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p98 .bar {
  transform: rotate(352.8deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p99 .bar {
  transform: rotate(356.40000000000003deg);
}
.shareholders.shareholders-percents .table__name .radialProgressBar.p100 .bar {
  transform: rotate(360deg);
}
.shareholders.shareholders-percents .table__value {
  display: grid;
  margin: auto 24px;
}
.shareholders.shareholders-percents .table__value sup {
  font-size: 10px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .shareholders.shareholders-percents .table__value {
    line-height: 24px;
  }
}
.cookie-notification {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 19px 0;
  background-color: #fcfcff;
  border-top: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .cookie-notification {
    box-shadow: 0 -12px 7px -8px rgba(79,105,118,0.07);
    padding: 12px 0;
    background-color: #fcfcfd;
  }
}
.cookie-notification .container {
  display: flex;
  align-items: baseline;
}
@media (max-width: 1023px) {
  .cookie-notification .container {
    display: block;
  }
}
.cookie-notification__accept-button {
  color: #dd0a34;
  background: #fcfcff;
  border: solid #dd0a34;
  border-width: thin;
}
@media (max-width: 1023px) {
  .cookie-notification__accept-button {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    height: 30px;
    font-size: 11px;
  }
}
.cookie-notification__content {
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .cookie-notification__content {
    font-size: 11px;
    margin-right: 0;
    line-height: 16px;
  }
}
.cookie-notification__accept-button:hover {
  color: #fcfcff;
  background: #dd0a34;
}
@media (max-width: 1023px) {
  .insurance-risks {
    margin-bottom: 48px;
  }
}
.insurance-risks__header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .insurance-risks__header {
    display: block;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .insurance-risks__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.insurance-risks__image {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .insurance-risks__image {
    max-height: 145px;
  }
}
.insurance-risks__image-wrapper {
  width: 240px;
  margin: 0 auto;
  margin-top: -20px;
}
@media (max-width: 1023px) {
  .insurance-risks__image-wrapper {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 175px;
    margin-top: 0;
    transform: translateX(-50%);
  }
}
.insurance-risks__items {
  display: flex;
  margin-right: -32px;
  margin-bottom: -32px;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .insurance-risks__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .insurance-risks__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .insurance-risks__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .insurance-risks__items {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.insurance-risks__items.typography .heading_level_4 {
  margin-bottom: 12px;
}
.insurance-risks__items-wrapper::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 1023px) {
  .insurance-risks__items-wrapper {
    margin-right: -16px;
    overflow-x: auto;
  }
}
.insurance-risks__card {
  position: relative;
  width: calc(((100% - 96px) / 3));
  margin-right: 32px;
  min-height: 280px;
  margin-bottom: 32px;
  padding: 32px 40px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .insurance-risks__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .insurance-risks__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .insurance-risks__card {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .insurance-risks__card {
    width: calc(((100% - 90px) / 3));
  }
}
@media (max-width: 1023px) {
  .insurance-risks__card {
    display: inline-block;
    width: 240px;
    min-height: 255px;
    margin-right: 12px;
    margin-bottom: 0;
    padding: 24px 16px;
    vertical-align: top;
    white-space: normal;
  }
  .insurance-risks__card:last-child {
    margin-right: 16px;
  }
}
.insurance-risks__card-body {
  position: relative;
  padding: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.insurance-risks__card-body:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 180px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .insurance-risks__card-body:before {
    top: -5px;
  }
}
.insurance-risks__card-body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 50%;
  background-color: #f7f7fa;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1200px) {
  .insurance-risks__card-body {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .insurance-risks__card-body {
    z-index: 3;
    height: calc(365px - 160px);
    padding: 0 16px 24px;
  }
}
.insurance-risks__card-inner {
  max-width: 275px;
  height: 100%;
}
@media (max-width: 1023px) {
  .insurance-risks__card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.insurance-risks__card-caption {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .insurance-risks__card-caption {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-risks__card-title {
  display: block;
  margin-bottom: 12px;
  color: #242729;
}
@media (max-width: 1023px) {
  .insurance-risks__card-title {
    max-width: 100%;
    font-size: 17px;
    line-height: 21px;
  }
}
.insurance-risks__card-title:hover {
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .insurance-risks__card-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-risks__card-link {
  display: none;
  margin-top: auto;
  background-color: transparent;
  align-items: center;
}
@media (max-width: 1023px) {
  .insurance-risks__card-link {
    display: inline-flex;
  }
}
.insurance-risks__card_first {
  display: flex;
  width: calc(((100% - 96px) * 2 / 3) + 30px);
}
@media (max-width: 1200px) {
  .insurance-risks__card_first {
    width: calc(((100% - 90px) * 2 / 3) + 30px);
  }
}
@media (max-width: 1023px) {
  .insurance-risks__card_first {
    display: inline-block;
    width: 240px;
  }
}
.insurance-risks__card_first .insurance-risks__card-body {
  position: relative;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .insurance-risks__card_first .insurance-risks__card-body {
    position: relative;
    padding: 0;
    background-color: #f7f7fa;
  }
}
.insurance-risks__card_first .insurance-risks__card-inner {
  display: flex;
  width: 270px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .insurance-risks__card_first .insurance-risks__card-inner {
    width: unset;
  }
}
.insurance-risks__card_first .insurance-risks__card-description {
  width: 100%;
}
.insurance-risks__card_first .insurance-risks__card-link {
  display: inline-flex;
}
.insurance-risks__card_first .insurance-risks__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .insurance-risks__card_first .insurance-risks__image {
    top: 12px;
    transform: translate(-50%, 0);
  }
}
.insurance-risks__card_first .insurance-risks__image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 405px;
  max-width: none;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .insurance-risks__card_first .insurance-risks__image-wrapper {
    width: 360px;
  }
}
@media (max-width: 1023px) {
  .insurance-risks__card_first .insurance-risks__image-wrapper {
    right: auto;
    left: 50%;
    width: 175px;
    max-width: none;
    height: 140px;
    transform: translateX(-50%);
  }
}
.insurance-risks__card_first.insurance-risks__card_theme_card .insurance-risks__card-body:before,
.insurance-risks__card_first.insurance-risks__card_theme_first .insurance-risks__card-body:before {
  display: none;
}
@media (max-width: 1023px) {
  .insurance-risks__card_first.insurance-risks__card_theme_card .insurance-risks__card-body:before,
  .insurance-risks__card_first.insurance-risks__card_theme_first .insurance-risks__card-body:before {
    display: block;
  }
}
.insurance-risks__card_theme_default .insurance-risks__card-body:before {
  background-color: #f7f7fa;
}
.insurance-risks__features-item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .insurance-risks__features-item {
    padding-right: 10px;
    padding-left: 14px;
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-risks__features-item:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #dd0a34;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .insurance-risks__features-item:before {
    width: 4px;
    height: 4px;
  }
}
.insurance-risks__features-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .how-to-make_insurance {
    padding: 32px 0 32px;
  }
}
.how-to-make_insurance .how-to-make__app-qr-btn {
  padding: 0 32px;
}
.uverennost .grid__column_size_4 .heading_level_4 {
  padding-right: 95px;
}
@media (max-width: 1023px) {
  .uverennost .grid__column_size_4 .heading_level_4 {
    padding-right: 0;
  }
}
.uverennost sup {
  font-size: 8px;
  margin-left: -1px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}
.uverennost .table-note {
  line-height: 18px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .uverennost .interest-rates__table .table__header .table__column:first-child {
    min-width: 150px;
  }
}
@media (max-width: 1023px) {
  .uverennost .interest-rates__table .table__row {
    padding-top: 12px;
  }
}
.uverennost .interest-rates__table .table__row:last-child .table__column {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .uverennost .interest-rates__table .table__row:last-child .table__column {
    font-size: 17px;
  }
}
.uverennost .interest-rates__table .table__row .table__column {
  font-size: 17px;
}
@media (max-width: 1023px) {
  .uverennost .interest-rates__table .table__row .table__column {
    font-size: 15px;
  }
}
.uverennost .interest-rates__table .table__row .table__column:first-child {
  font-size: 15px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .uverennost .interest-rates__table .table__row .table__column:first-child {
    font-size: 13px;
    min-width: 150px;
  }
}
.uverennost .table_tariffs {
  margin-bottom: 32px;
}
.uverennost .table_tariffs .table__value ul {
  list-style-type: none;
}
@media (max-width: 1023px) {
  .uverennost .table_tariffs .table__value ul li {
    font-size: 13px;
  }
}
.uverennost .table_tariffs .table__value ul ul {
  list-style-type: none;
  margin-top: 8px;
}
.uverennost .table_tariffs .table__value ul ul li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  content: '';
  background-color: #242729;
  border-radius: 0;
}
.insurance-slider .container {
  padding: 0 100px 0 20px;
}
@media (max-width: 1023px) {
  .insurance-slider .container {
    padding: 0 20px;
    display: none;
  }
}
.insurance-slider__title {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .insurance-slider__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.insurance-slider__list {
  position: relative;
}
@media (max-width: 1023px) {
  .insurance-slider__list {
    margin-right: -16px;
  }
}
.insurance-slider__list .swiper-container {
  width: 100%;
}
.insurance-slider__slide {
  padding-bottom: 34px;
}
@media (max-width: 1023px) {
  .insurance-slider__slide {
    width: 240px !important;
    height: 272px;
    padding: 16px 20px;
  }
}
.insurance-slider__slide-inner {
  width: 319.36px;
}
@media (max-width: 1440px) {
  .insurance-slider__slide-inner {
    width: 319.36px;
  }
}
@media (max-width: 1200px) {
  .insurance-slider__slide-inner {
    width: 262.8px;
  }
}
@media (max-width: 1023px) {
  .insurance-slider__slide-inner {
    width: 189.60000000000002px;
  }
}
.insurance-slider__slide-inner p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 24px;
}
.insurance-slider__slide-caption {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .insurance-slider__slide-caption {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.insurance-slider__slide-title {
  margin-bottom: 8px;
}
.insurance-slider__advantages {
  display: flex;
}
@media (max-width: 1023px) {
  .insurance-slider__advantages {
    display: block;
  }
}
.insurance-slider__advantages-item {
  display: inline-block;
  margin-right: 32px;
}
@media (max-width: 1200px) {
  .insurance-slider__advantages-item {
    margin-right: 24px;
    min-width: 100px;
    max-width: 110px;
  }
}
@media (max-width: 1023px) {
  .insurance-slider__advantages-item {
    margin-bottom: 12px;
    min-width: 100px;
    max-width: 110px;
  }
}
.insurance-slider__advantages-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.insurance-slider__advantages-label,
.insurance-slider__advantages-value {
  line-height: 22px;
}
.insurance-slider__advantages-label {
  margin-bottom: 2px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .insurance-slider__advantages-label {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 320px) {
  .insurance-slider__advantages-label {
    max-width: 140px;
  }
}
@media (max-width: 1200px) {
  .insurance-slider__advantages-value {
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-slider__image {
  height: 100%;
}
@media (max-width: 1023px) {
  .insurance-slider__image {
    padding-top: 0;
  }
}
.insurance-slider__image-wrapper {
  position: absolute;
  top: 0;
  right: 24px;
  width: 202px;
  height: 100%;
  text-align: right;
}
@media (max-width: 1200px) {
  .insurance-slider__image-wrapper {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .insurance-slider__image-wrapper {
    top: auto;
    bottom: 0;
    height: 148px;
  }
}
.insurance-slider__buttons {
  position: absolute;
  top: 50%;
  right: -67px;
  z-index: 2;
  width: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .insurance-slider__buttons {
    display: none;
  }
}
.insurance-slider__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.insurance-slider__button:after {
  content: none;
}
.insurance-slider__button_next {
  margin-bottom: 12px;
}
.insurance-slider__button_prev {
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.insurance-slider__button.swiper-button-disabled {
  opacity: 1;
}
.insurance-slider__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.insurance-slider__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
.insurance-slider .featured-products__card {
  width: auto;
}
.insurance-offers {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .insurance-offers__title {
    max-width: 240px;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 25px;
  }
}
.insurance-offers__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .insurance-offers__header {
    margin-bottom: 16px;
  }
}
.insurance-offers__header-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  overflow: auto;
}
.insurance-offers__header-footer::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .insurance-offers__header-footer {
    margin-top: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .insurance-offers__header-footer .tabs__list {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .insurance-offers__link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 16px;
  }
}
.insurance-offers__items {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: -32px;
  padding-bottom: 20px;
}
@media (max-width: 1440px) {
  .insurance-offers__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .insurance-offers__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .insurance-offers__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .insurance-offers__items {
    display: block;
    margin-right: 0;
    white-space: nowrap;
  }
}
.insurance-offers__items-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .insurance-offers__items-wrapper {
    margin-right: -16px;
    overflow: auto;
    margin-bottom: -20px;
  }
}
.insurance-offers__card {
  width: 352px;
  margin-right: 32px;
  padding: 24px;
  min-width: 290px;
}
@media (max-width: 1440px) {
  .insurance-offers__card {
    width: 352px;
  }
}
@media (max-width: 1200px) {
  .insurance-offers__card {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .insurance-offers__card {
    width: 210px;
  }
}
@media (max-width: 1440px) {
  .insurance-offers__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .insurance-offers__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .insurance-offers__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .insurance-offers__card {
    display: inline-block;
    width: 278px;
    height: auto;
    min-height: 180px;
    margin-right: 12px;
    padding: 16px 24px;
    vertical-align: top;
    white-space: normal;
  }
}
@media (max-width: 1023px) {
  .insurance-offers__card:last-child {
    margin-right: 16px;
  }
}
.insurance-offers__card-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.insurance-offers__card-date {
  display: flex;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
  align-items: center;
}
@media (max-width: 1023px) {
  .insurance-offers__card-date {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 16px;
  }
}
.insurance-offers__card-date img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.insurance-offers__card-title {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .insurance-offers__card-title {
    font-size: 15px;
    line-height: 20px;
  }
}
.insurance-offers__card-description {
  line-height: 22px;
}
@media (max-width: 1023px) {
  .insurance-offers__card-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-offers__card-link {
  margin-top: auto;
}
@media (max-width: 1023px) {
  .insurance-offers__card-link {
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-item {
  display: flex;
  width: 100%;
  height: 264px;
  margin-bottom: 32px;
  overflow: hidden;
  background: #f7f7fa;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .insurance-item {
    height: auto;
    margin-bottom: 44px;
    flex-direction: column;
    background: #f3eeee;
    border-radius: 8px;
  }
}
.insurance-item__visual {
  position: relative;
  width: 330px;
  background: url("../images/deposits/background.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media (max-width: 1023px) {
  .insurance-item__visual {
    display: flex;
    width: 100%;
    height: 254px;
    background: none;
    justify-content: center;
    align-items: flex-end;
  }
}
.insurance-item__image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .insurance-item__image {
    height: 209px;
    margin: unset;
    padding-top: 0;
  }
}
.insurance-item__about {
  position: relative;
  display: flex;
  width: 790px;
  padding: 32px 40px 32px 55px;
  background-color: #f7f7fa;
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .insurance-item__about {
    width: 100%;
    height: auto;
    padding: 24px 20px;
    flex-direction: column-reverse;
    border-radius: 0 0 8px 8px;
    justify-content: flex-end;
  }
}
.insurance-item__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .insurance-item__title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 24px;
  }
}
.insurance-item__text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .insurance-item__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .insurance-item__text {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-item__descriptions {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .insurance-item__descriptions {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .insurance-item__descriptions {
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
.insurance-item__descriptions-item {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .insurance-item__descriptions-item {
    margin-right: 24px;
    margin-bottom: 8px;
  }
  .insurance-item__descriptions-item:nth-child(2) {
    margin-right: 0;
  }
}
.insurance-item__descriptions-item:last-child {
  margin: 0;
}
@media (max-width: 1023px) {
  .insurance-item__descriptions-item:last-child {
    width: 100%;
  }
}
.insurance-item__descriptions-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .insurance-item__descriptions-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.insurance-item__descriptions-value {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .insurance-item__descriptions-value {
    font-size: 17px;
    line-height: 24px;
  }
}
.insurance-item__actions {
  display: flex;
  align-items: center;
}
.insurance-item__request {
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .insurance-item__request {
    margin-right: 16px;
  }
}
.insurance-item__details {
  border: none;
}
@media (max-width: 1023px) {
  .insurance-item__details.mq-desktop {
    display: none;
  }
}
.insurance-item__details.mq-phone {
  display: none;
}
@media (max-width: 1023px) {
  .insurance-item__details.mq-phone {
    display: inline-flex;
  }
}
.insurance-item__note {
  font-size: 13px;
  line-height: 18px;
  color: #dd0a34;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .insurance-item__note {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
  }
}
.insurance-info {
  margin: 80px 0;
}
.insurance-info__heading {
  margin-bottom: 25px;
}
.insurance-info .insurance-card {
  position: relative;
  width: calc(50% - 32px);
  height: 150px;
  padding: 24px 100px 24px 32px;
  margin-right: 32px;
}
.insurance-info .insurance-card:last-child {
  margin-right: 0;
}
.insurance-info .insurance-card__info-title {
  margin-bottom: 16px;
}
.insurance-info .insurance-card__icon {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
@media (max-width: 1023px) {
  .insurance-info {
    display: none;
  }
}
.emitent-news__title {
  width: 100%;
}
@media (max-width: 1023px) {
  .emitent-news__title {
    width: 100%;
  }
}
.emitent-news.bank-details {
  margin-top: 32px;
}
.emitent-news table.common_table {
  width: 100%;
}
.emitent-news table.common_table th {
  border-bottom: 1px solid #e4e8ed;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  padding: 17px 33px 17px 0;
}
.emitent-news table tr td:nth-child(1) {
  color: #919399;
}
.emitent-news table td {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 33px 10px 0;
}
.emitent-news table td p {
  margin: 20px 0;
}
.emitent-news table td a {
  color: #dd0a34;
}
.emitent-news span {
  color: #6d6d73;
  line-height: 18px;
}
.insurance-cards .container {
  position: relative;
}
.insurance-cards .container .margintop32 {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .insurance-cards .container .typography ul li {
    font-size: 13px;
  }
}
.insurance-cards .container .typography ul li ul {
  margin-top: 10px;
}
.insurance-cards .container .typography ul li ul li:before {
  top: 0;
  content: '\2013';
  background-color: transparent;
}
@media (max-width: 1023px) {
  .insurance-cards .container .insurance-risks__card-body {
    height: calc(365px - 100px);
  }
}
@media (max-width: 1023px) {
  .insurance-cards .container .how-to-make_insurance {
    padding: 48px 0 32px;
  }
}
.insurance-cards .container .tabs__list-wrapper {
  position: absolute;
  right: 40px;
}
@media (max-width: 1023px) {
  .insurance-cards .container .tabs__list-wrapper {
    position: relative;
    right: 0;
  }
}
.insurance-cards .container .tabs__content {
  padding: 0;
}
@media (max-width: 1023px) {
  .insurance-cards .container .tabs__content {
    padding-top: 24px;
  }
}
.insurance-cards .container .tabs__content .page__section {
  padding: 0;
}
.insurance-cards .container .tabs__content .page__section .container {
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .insurance-cards .container .tabs__content .page__section .container {
    padding: 24px 0;
  }
}
@media (max-width: 1023px) {
  .insurance-cards .container .tabs__content .page__section .container .heading_level_4 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .insurance-cards .container .tabs__content .interest-rates {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .insurance-cards .container .tabs__content .table_tariffs {
    margin-bottom: 0;
  }
}
.insurance-cards .container .tabs__content .interest-rates__inputs_mediumMargin {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .insurance-cards .container .tabs__content .interest-rates__inputs_mediumMargin {
    margin-bottom: 0;
  }
}
.insurance-cards .container .tabs__content .interest-rates__table .table__column:first-child {
  max-width: 305px;
}
.no-padding-btm {
  padding-bottom: 0;
}
.margin-btm50 {
  margin-bottom: 50px;
}
.insurance-travel .container {
  position: relative;
}
.insurance-travel .container .interest-rates__table .table__row:last-child .table__column {
  font-size: 17px;
}
.insurance-travel .container .interest-rates__table .table__row:last-child .table__column.w60 {
  width: 60%;
}
@media (max-width: 1023px) {
  .insurance-travel .container .interest-rates__table .table__row:last-child .table__column {
    font-size: 15px;
  }
}
.insurance-travel .container .interest-rates__table .table__row .table__column:first-child {
  font-size: 15px;
  max-width: 40%;
}
.insurance-travel .container .interest-rates__table .table__row .table__column:first-child.w40 {
  width: 40%;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .insurance-travel .container .interest-rates__table .table__row .table__column:first-child.w40 {
    font-size: 17px;
  }
}
.insurance-travel .container .margintop32 {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .insurance-travel .container .typography ul li {
    font-size: 13px;
  }
}
.insurance-travel .container .typography ul li ul {
  margin-top: 10px;
}
.insurance-travel .container .typography ul li ul li:before {
  top: 0;
  content: '\2013';
  background-color: transparent;
}
@media (max-width: 1023px) {
  .insurance-travel .container .insurance-risks__card-body {
    height: calc(365px - 100px);
  }
}
@media (max-width: 1023px) {
  .insurance-travel .container .how-to-make_insurance {
    padding: 48px 0 32px;
  }
}
.insurance-travel .container .tabs__list-wrapper {
  position: absolute;
  right: 40px;
}
@media (max-width: 1023px) {
  .insurance-travel .container .tabs__list-wrapper {
    position: relative;
    right: 0;
  }
}
.insurance-travel .container .tabs__content {
  padding: 0;
}
@media (max-width: 1023px) {
  .insurance-travel .container .tabs__content {
    padding-top: 24px;
  }
}
.insurance-travel .container .tabs__content .page__section {
  padding: 0;
}
.insurance-travel .container .tabs__content .page__section .container {
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .insurance-travel .container .tabs__content .page__section .container {
    padding: 24px 0;
  }
}
@media (max-width: 1023px) {
  .insurance-travel .container .tabs__content .page__section .container .heading_level_4 {
    margin-bottom: 8px;
  }
}
.insurance-travel .container .tabs__content .interest-rates {
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .insurance-travel .container .tabs__content .interest-rates {
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .insurance-travel .container .tabs__content .table_tariffs {
    margin-bottom: 0;
  }
}
.insurance-travel .container .tabs__content .interest-rates__inputs_mediumMargin {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .insurance-travel .container .tabs__content .interest-rates__inputs_mediumMargin {
    margin-bottom: 0;
  }
}
.housing .grid__column_size_4 .heading_level_4 {
  padding-right: 95px;
}
@media (max-width: 1023px) {
  .housing .grid__column_size_4 .heading_level_4 {
    padding-bottom: 8px;
    padding-right: 0;
  }
}
.housing sup {
  font-size: 8px;
  margin-left: -1px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}
.housing .table-note {
  line-height: 18px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .housing .interest-rates__table .table__header .table__column:first-child {
    min-width: 150px;
  }
}
@media (max-width: 1023px) {
  .housing .interest-rates__table .table__row {
    padding-top: 12px;
  }
}
.housing .interest-rates__table .table__row .table__column {
  font-size: 17px;
}
@media (max-width: 1023px) {
  .housing .interest-rates__table .table__row .table__column {
    font-size: 15px;
  }
}
.housing .interest-rates__table .table__row .table__column:first-child {
  font-size: 15px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .housing .interest-rates__table .table__row .table__column:first-child {
    font-size: 13px;
    min-width: 150px;
  }
}
.housing .table_tariffs {
  margin-bottom: 32px;
}
.housing .table_tariffs .table__value ul {
  list-style-type: none;
}
@media (max-width: 1023px) {
  .housing .table_tariffs .table__value ul li {
    font-size: 13px;
  }
}
.housing .table_tariffs .table__value ul ul {
  list-style-type: none;
  margin-top: 8px;
}
.housing .table_tariffs .table__value ul ul li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  content: '';
  background-color: #242729;
  border-radius: 0;
}
.accident .grid__column_size_4 .heading_level_4 {
  padding-right: 95px;
}
@media (max-width: 1023px) {
  .accident .grid__column_size_4 .heading_level_4 {
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.accident sup {
  font-size: 8px;
  margin-left: -1px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}
.accident .table-note {
  line-height: 18px;
  margin-bottom: 40px;
}
.accident .interest-rates__inputs_mediumMargin {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .accident .interest-rates__table .table__header .table__column:first-child {
    min-width: 150px;
  }
}
@media (max-width: 1023px) {
  .accident .interest-rates__table .table__row {
    padding-top: 12px;
  }
}
.accident .interest-rates__table .table__row:last-child .table__column {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .accident .interest-rates__table .table__row:last-child .table__column {
    font-size: 17px;
  }
}
.accident .interest-rates__table .table__row .table__column {
  font-size: 17px;
}
@media (max-width: 1023px) {
  .accident .interest-rates__table .table__row .table__column {
    font-size: 15px;
  }
}
.accident .interest-rates__table .table__row .table__column:first-child {
  font-size: 15px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .accident .interest-rates__table .table__row .table__column:first-child {
    font-size: 13px;
    min-width: 150px;
  }
}
.accident .table_tariffs {
  margin-bottom: 32px;
}
.accident .table_tariffs .table__value ul {
  list-style-type: none;
}
@media (max-width: 1023px) {
  .accident .table_tariffs .table__value ul li {
    font-size: 13px;
  }
}
.accident .table_tariffs .table__value ul ul {
  list-style-type: none;
  margin-top: 8px;
}
.accident .table_tariffs .table__value ul ul li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  content: '';
  background-color: #242729;
  border-radius: 0;
}
.loan .info-tile__card_first .info-tile__card-inner {
  width: 320px;
  max-width: 320px;
}
@media (max-width: 1023px) {
  .loan .info-tile__card_first .info-tile__card-inner {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 1023px) {
  .loan .info-tile__card_first .info-tile__card-inner ul li {
    font-size: 13px;
  }
}
.loan .info-tile__card_first .info-tile__card-description {
  margin-bottom: 0;
}
.loan .info-tile__card-inner {
  max-width: 300px;
}
@media (max-width: 1023px) {
  .loan .heading_level_4 {
    margin-bottom: 8px;
  }
}
.loan .padding-top-20 {
  padding-top: 20px;
}
.loan .container {
  position: relative;
}
@media (max-width: 1023px) {
  .loan .page__section_border .container {
    padding: 24px 16px;
  }
}
@media (max-width: 1023px) {
  .loan .how-to-use-profit__text {
    font-size: 15px;
  }
}
.loan .tabs__list-wrapper {
  position: absolute;
  right: 40px;
  z-index: 1;
  padding-top: 23px;
}
@media (max-width: 1023px) {
  .loan .tabs__list-wrapper {
    position: relative;
    right: 0;
  }
}
.loan .grid__column_size_4 .heading_level_4 {
  padding-right: 95px;
}
@media (max-width: 1023px) {
  .loan .grid__column_size_4 .heading_level_4 {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .loan .grid__column_size_8 ul li {
    font-size: 13px;
  }
}
.loan .info-tile .container {
  padding: 0;
}
.insurance-accumulation .container {
  position: relative;
}
.insurance-accumulation .container span.note {
  display: block;
}
.insurance-accumulation .container .tabs .table_tariffs {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .tabs .table_tariffs {
    margin-bottom: 32px;
  }
}
.insurance-accumulation .container .interest-rates__table .table__row:last-child .table__column {
  font-size: 17px;
}
.insurance-accumulation .container .interest-rates__table .table__row:last-child .table__column.w60 {
  width: 60%;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .interest-rates__table .table__row:last-child .table__column {
    font-size: 15px;
  }
}
.insurance-accumulation .container .interest-rates__table .table__row .table__column:first-child {
  max-width: 40%;
  font-size: 15px;
}
.insurance-accumulation .container .interest-rates__table .table__row .table__column:first-child.w40 {
  width: 40%;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .interest-rates__table .table__row .table__column:first-child.w40 {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .interest-rates__table .table__row .table__column:first-child {
    font-size: 13px;
  }
}
.insurance-accumulation .container .table_tariffs .table__name {
  word-break: break-word;
}
.insurance-accumulation .container .margintop32 {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .typography ul li {
    font-size: 13px;
  }
}
.insurance-accumulation .container .typography ul li ul {
  margin-top: 10px;
}
.insurance-accumulation .container .typography ul li ul li:before {
  top: 0;
  content: '\2013';
  background-color: transparent;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .insurance-risks__card-body {
    height: calc(365px - 100px);
  }
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .how-to-make_insurance {
    padding: 48px 0 32px;
  }
}
.insurance-accumulation .container .tabs__list-wrapper {
  position: absolute;
  right: 40px;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .tabs__list-wrapper {
    position: relative;
    right: 0;
  }
}
.insurance-accumulation .container .tabs__content {
  padding: 0;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .tabs__content {
    padding-top: 24px;
  }
}
.insurance-accumulation .container .tabs__content .margin-btm40 {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .tabs__content .margin-btm40 {
    margin-bottom: 5px;
  }
}
.insurance-accumulation .container .tabs__content .page__section {
  padding: 0;
}
.insurance-accumulation .container .tabs__content .page__section .container {
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .tabs__content .page__section .container {
    padding: 24px 0;
  }
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .tabs__content .page__section .container .heading_level_4 {
    margin-bottom: 8px;
  }
}
.insurance-accumulation .container .tabs__content .interest-rates {
  padding-bottom: 32px;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .tabs__content .interest-rates {
    padding-bottom: 20px;
  }
}
.insurance-accumulation .container .tabs__content .interest-rates__inputs_mediumMargin {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .insurance-accumulation .container .tabs__content .interest-rates__inputs_mediumMargin {
    margin-bottom: 0;
  }
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
sup {
  font-size: 8px;
  margin-left: -1px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}
.insurance-safecard .container {
  position: relative;
}
.insurance-safecard .container .how-to-make__tabs {
  display: none !important;
}
.insurance-safecard .container .interest-rates__table .table__row .table__column {
  font-size: 17px;
}
@media (max-width: 1023px) {
  .insurance-safecard .container .interest-rates__table .table__row .table__column {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .insurance-safecard .container .typography ul li {
    font-size: 13px;
  }
}
.insurance-safecard .container .typography ul li ul {
  margin-top: 10px;
}
.insurance-safecard .container .typography ul li ul li:before {
  top: 0;
  content: '\2013';
  background-color: transparent;
}
.insurance-safecard .container .tabs__list-wrapper {
  position: absolute;
  right: 40px;
}
@media (max-width: 1023px) {
  .insurance-safecard .container .tabs__list-wrapper {
    position: relative;
    right: 0;
  }
}
.insurance-safecard .container .tabs__content {
  padding: 0;
}
@media (max-width: 1023px) {
  .insurance-safecard .container .tabs__content {
    padding-top: 24px;
  }
}
.insurance-safecard .container .tabs__content .page__section {
  padding: 0;
}
.insurance-safecard .container .tabs__content .page__section .container {
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .insurance-safecard .container .tabs__content .page__section .container {
    padding: 24px 0;
  }
}
@media (max-width: 1023px) {
  .insurance-safecard .container .tabs__content .page__section .container .heading_level_4 {
    margin-bottom: 8px;
  }
}
.insurance-safecard .container .tabs__content .interest-rates {
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .insurance-safecard .container .tabs__content .interest-rates {
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .insurance-safecard .container .tabs__content .table_tariffs {
    margin-bottom: 0;
  }
}
.insurance-safecard .container .tabs__content .interest-rates__inputs_mediumMargin {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .insurance-safecard .container .tabs__content .interest-rates__inputs_mediumMargin {
    margin-bottom: 0;
  }
}
.incomeprotection .withmargins {
  margin-top: 12px;
  margin-bottom: 12px;
}
.incomeprotection .table_tariffs {
  max-width: 832px;
}
.incomeprotection .info-tile__card {
  min-height: 220px;
}
@media (max-width: 1023px) {
  .incomeprotection .info-tile__card {
    min-height: 90px;
  }
}
.doctordoma .grid__column_size_4 .heading_level_4 {
  padding-right: 95px;
}
@media (max-width: 1023px) {
  .doctordoma .grid__column_size_4 .heading_level_4 {
    margin-bottom: 8px;
    padding-right: 0;
  }
}
.doctordoma sup {
  display: inline-block;
  margin-top: -3px;
  margin-left: -1px;
  font-size: 8px;
  vertical-align: top;
}
.doctordoma .table-note {
  margin-bottom: 40px;
  line-height: 18px;
}
.doctordoma__table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.doctordoma__table .table__header,
.doctordoma__table .table__row {
  display: flex;
  width: 100%;
  align-items: baseline;
}
@media (max-width: 1023px) {
  .doctordoma__table .table__header,
  .doctordoma__table .table__row {
    justify-content: space-between;
  }
}
.doctordoma__table .table__header {
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #636363;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .doctordoma__table .table__header {
    font-size: 13px;
    line-height: 18px;
  }
}
.doctordoma__table .table__row {
  margin-bottom: 0;
  padding-top: 32px;
  font-size: 17px;
}
.doctordoma__table .table__row .table__column:first-child {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .doctordoma__table .table__row .table__column:first-child {
    font-size: 13px;
    line-height: 18px;
  }
}
.doctordoma__table .table__column {
  min-width: 100px;
  margin-right: 10px;
  text-align: left;
}
.doctordoma__table .table__column:first-child {
  min-width: 200px;
  text-align: left;
}
@media (max-width: 1023px) {
  .doctordoma__table .table__column:first-child {
    min-width: 80px;
    font-size: 13px;
    line-height: 18px;
  }
}
.doctordoma .table_tariffs {
  margin-bottom: 32px;
}
.doctordoma .table_tariffs .table__value ul {
  list-style-type: none;
}
@media (max-width: 1023px) {
  .doctordoma .table_tariffs .table__value ul li {
    font-size: 13px;
  }
}
.doctordoma .table_tariffs .table__value ul ul {
  margin-top: 8px;
  list-style-type: none;
}
.doctordoma .table_tariffs .table__value ul ul li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  content: '';
  background-color: #242729;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .insurance-ppi__overview .info-tile__card-body .heading.heading_level_4 {
    margin-bottom: 4px;
  }
}
@media (max-width: 1023px) {
  .insurance-ppi__overview .info-tile__card-body .info-tile__card-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.insurance-ppi__in-detail {
  padding-top: 16px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .insurance-ppi__in-detail {
    padding-top: 8px;
    padding-bottom: 24px;
  }
}
.insurance-ppi__in-detail .heading.heading_level_3.table__title {
  margin-bottom: 44px;
}
@media (max-width: 1023px) {
  .insurance-ppi__in-detail .heading.heading_level_3.table__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .insurance-ppi__in-detail .table__row {
    margin-bottom: 16px;
  }
}
.insurance-ppi__in-detail .table__row .table__name {
  width: 256px;
  color: #6d6d73;
  padding-right: 0px;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .insurance-ppi__in-detail .table__row .table__name {
    width: 100px;
    margin-right: 24px;
    font-size: 11px;
    line-height: 16px;
  }
}
.insurance-ppi__in-detail .table__row .table__value {
  width: 544px;
}
@media (max-width: 1023px) {
  .insurance-ppi__in-detail .table__row .table__value {
    width: 219px;
  }
}
.insurance-ppi__in-detail .table__row .table__value p,
.insurance-ppi__in-detail .table__row .table__value ul li {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .insurance-ppi__in-detail .table__row .table__value p,
  .insurance-ppi__in-detail .table__row .table__value ul li {
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-ppi__how-to-use {
  padding-top: 48px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .insurance-ppi__how-to-use {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.insurance-ppi__how-to-use__row {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #e4e8ed;
  margin-bottom: 50px;
}
.insurance-ppi__how-to-use__row:last-child {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .insurance-ppi__how-to-use__row:last-child {
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .insurance-ppi__how-to-use__row {
    flex-direction: column;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
.insurance-ppi__how-to-use__title {
  width: 256px;
  margin-right: 128px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .insurance-ppi__how-to-use__title {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
  }
}
.insurance-ppi__how-to-use__content {
  width: 100%;
  max-width: 736px;
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .insurance-ppi__how-to-use__content {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-ppi__how-to-use__content .insurance-ppi__list .insurance-ppi__square-item,
.insurance-ppi__how-to-use__content .insurance-ppi__list .insurance-ppi__dash-item {
  font-size: 17px;
  line-height: 27px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .insurance-ppi__how-to-use__content .insurance-ppi__list .insurance-ppi__square-item,
  .insurance-ppi__how-to-use__content .insurance-ppi__list .insurance-ppi__dash-item {
    font-size: 13px;
    line-height: 18px;
  }
}
.insurance-ppi__how-to-use__content .insurance-ppi__list .insurance-ppi__square-item::before,
.insurance-ppi__how-to-use__content .insurance-ppi__list .insurance-ppi__dash-item::before {
  position: absolute;
  left: 0;
  display: block;
  margin-right: 12px;
  vertical-align: middle;
}
.insurance-ppi__how-to-use__content .insurance-ppi__list .insurance-ppi__square-item::before {
  top: 0.5em;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #dd0a34;
  border-radius: 2px;
}
.insurance-ppi__how-to-use__content .insurance-ppi__list .insurance-ppi__dash-item::before {
  top: 0;
  width: 10px;
  content: '–';
}
.send-webinar .application-failed {
  width: 100%;
  max-width: 928px;
  margin: auto;
  padding: 43px 144px 48px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
@media (max-width: 1023px) {
  .send-webinar .application-failed {
    padding: 20px 16px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.send-webinar .application-failed__content {
  margin-bottom: 8px;
}
.send-webinar .application-failed__title {
  max-width: 530px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .send-webinar .application-failed__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.send-webinar .application-failed__text {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .send-webinar .application-failed__text {
    margin: auto;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.send-webinar .application-failed__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .send-webinar .application-failed__buttons {
    flex-direction: column;
  }
}
.send-webinar .application-success {
  max-width: 928px;
  margin: auto;
  padding: 43px 144px 48px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
@media (max-width: 1023px) {
  .send-webinar .application-success {
    padding: 20px 16px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .send-webinar .application-success {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}
.send-webinar .application-success__content {
  margin-bottom: 8px;
}
.send-webinar .application-success__title {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .send-webinar .application-success__title {
    font-size: 17px;
    line-height: 24px;
  }
}
.send-webinar .application-success__text {
  max-width: 530px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .send-webinar .application-success__text {
    font-size: 13px;
    line-height: 18px;
  }
}
.send-webinar .application-success__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .send-webinar .application-success__buttons {
    flex-direction: column;
  }
}
.send-webinar .application-success__button {
  line-height: 38px;
}
.send-webinar .application-success__resend {
  margin-left: 43px;
  color: #dd0a34;
  transition: color 0.35s;
}
@media (max-width: 1023px) {
  .send-webinar .application-success__resend {
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
.send-webinar .application-success__resend:hover {
  color: #c31639;
}
.send-webinar {
  display: flex;
  padding: 32px 0 40px;
  flex-direction: column;
  background-color: #f7f7fa;
  align-items: center;
}
@media (max-width: 1023px) {
  .send-webinar {
    padding: 0;
    background-color: transparent;
  }
}
.send-webinar__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .send-webinar__title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.send-webinar__description {
  margin-bottom: 38px;
  text-align: center;
}
@media (max-width: 1023px) {
  .send-webinar__description {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
}
.send-webinar__body {
  width: 928px;
  margin: auto;
  padding: 43px 144px 48px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
@media (max-width: 1023px) {
  .send-webinar__body {
    width: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.send-webinar .field__input {
  height: auto;
}
.send-webinar__select {
  margin-bottom: 24px;
}
.send-webinar__name {
  max-width: 100%;
  margin-bottom: 24px;
}
.send-webinar__contacts {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .send-webinar__contacts {
    display: block;
  }
}
.send-webinar__row {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.send-webinar__row:last-child {
  margin-bottom: 0;
}
.send-webinar .captcha-confirmation {
  margin-top: 30px;
  margin-bottom: 24px;
}
.send-webinar__phone,
.send-webinar__email {
  max-width: 304px;
}
@media (max-width: 1023px) {
  .send-webinar__phone,
  .send-webinar__email {
    max-width: 100%;
  }
}
.send-webinar__phone .field__input,
.send-webinar__email .field__input {
  width: 304px;
}
@media (max-width: 1023px) {
  .send-webinar__phone .field__input,
  .send-webinar__email .field__input {
    width: 100%;
  }
}
.send-webinar__phone {
  margin-bottom: 24px;
}
.send-webinar__checkbox {
  margin-bottom: 10px;
}
.send-webinar__checkbox .field__icon {
  margin-right: 14px;
  margin-bottom: 0px;
}
.send-webinar__options {
  margin-bottom: 4px;
}
.send-webinar__options .how-to-make__order-checkbox {
  margin-bottom: 4px;
}
.send-webinar__options .how-to-make__order-checkbox:last-child {
  margin-bottom: 0;
}
.send-webinar__options .field__icon {
  margin-bottom: 0;
}
.send-webinar__options .field__input {
  padding: 0;
}
.send-webinar__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .send-webinar__bottom {
    flex-direction: column-reverse;
  }
}
.send-webinar__conditions {
  max-width: 340px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
.send-webinar__conditions a {
  color: #64666c;
}
.send-webinar__button {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .send-webinar__button {
    margin-top: 32px;
    margin-bottom: 12px;
    height: 40px;
    font-size: 15px;
    border-radius: 4px;
  }
}
.send-webinar .link-text {
  border-bottom: 1px dashed #6d6d73;
}
.send-webinar .vue-modal .modal-header {
  margin-top: 8px;
}
.send-webinar .vue-modal .modal-container {
  overflow: hidden;
}
.send-webinar .vue-modal .modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .send-webinar .vue-modal .modal-body {
    width: auto;
    max-width: 90vw;
  }
}
.send-webinar .vue-modal .modal-body .container {
  padding: 0;
  padding-right: 10px;
  font-size: 15px;
}
.send-webinar .vue-modal .modal__close {
  top: 16px;
  z-index: 1;
}
html.landing-webinar .main-banner {
  height: 515px;
}
html.landing-webinar .main-banner__content {
  padding-bottom: 0px;
}
html.landing-webinar .main-banner__title {
  font-size: 48px;
  line-height: 56px;
}
html.landing-webinar .themes {
  max-width: 830px;
  padding-top: 16px;
}
html.landing-webinar .themes__heading {
  padding-top: 32px;
  padding-bottom: 8px;
  font-weight: 400;
}
html.landing-webinar .themes__date {
  padding-top: 32px;
  font-size: 17px;
  line-height: 24px;
}
html.landing-webinar .speaker {
  max-width: 830px;
  padding-top: 28px;
}
html.landing-webinar .speaker__wrapper {
  display: flex;
  padding-top: 18px;
}
html.landing-webinar .speaker__image {
  max-width: 56px;
  flex-shrink: 0;
}
html.landing-webinar .speaker__image img {
  max-width: 100%;
}
html.landing-webinar .speaker__info {
  padding-top: 7px;
  padding-left: 16px;
}
html.landing-webinar .speaker__description {
  color: #6d6d73;
}
html.landing-webinar .webinar-form {
  background-color: #f7f7fa;
  margin-top: 40px;
  margin-bottom: 80px;
}
html.landing-webinar .webinar-form__heading {
  padding-top: 8px;
  text-align: center;
}
@media (max-width: 1023px) {
  html.landing-webinar .main-banner {
    height: 458px;
  }
  html.landing-webinar .main-banner__title {
    font-size: 20px;
    line-height: 26px;
  }
  html.landing-webinar .main-banner__image-wrapper {
    bottom: 0;
  }
  html.landing-webinar .themes__heading,
  html.landing-webinar .themes__title {
    font-size: 17px;
    line-height: 24px;
  }
  html.landing-webinar .themes__heading {
    padding-top: 18px;
    padding-bottom: 6px;
  }
  html.landing-webinar .themes__date {
    padding-top: 18px;
  }
  html.landing-webinar .speaker__description {
    font-size: 13px;
    line-height: 18px;
  }
  html.landing-webinar .webinar-form {
    background-color: #fff;
    margin: 0;
    padding: 24px 0 48px;
  }
  html.landing-webinar .webinar-form__heading {
    text-align: left;
    padding-bottom: 16px;
  }
}
.huawei-pay {
  padding: 16px 0px 40px 0px;
}
@media (max-width: 1023px) {
  .huawei-pay {
    padding-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .huawei-pay__swipe-blocks {
    padding-right: 0px;
  }
}
.huawei-pay__hook .how-to-make {
  padding: 0px;
  background-color: #e5e5e5;
}
@media (max-width: 1023px) {
  .huawei-pay__hook .how-to-make {
    margin: 0px;
    padding: 0px;
  }
}
.main-banner__huawei-pay {
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .main-banner__huawei-pay {
    margin-top: -25px;
  }
}
.note_container {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0 auto;
  padding: 0 40px;
}
.sub-note {
  max-width: 544px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .replace-cards__box {
    overflow-y: auto;
  }
}
.replace-cards__package-img {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  margin: 24px 0px;
}
.replace-cards__package-img__item {
  width: 256px;
  height: 154px;
}
@media (max-width: 1023px) {
  .replace-cards__package-img__item {
    margin-right: 32px;
  }
}
.replace-cards__package-img__item_img {
  display: block;
  width: 154px;
  height: 154px;
}
.replace-cards__package-img__item-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  width: 168px;
}
.replace-cards__package-img__item-inner a {
  display: block;
}
.replace-cards__package-img__item-inner a img {
  display: block;
  width: 60px;
  height: 60px;
}
.replace-cards__package-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .replace-cards__package-info {
    margin-bottom: 16px;
  }
}
.replace-cards__package-info__item {
  width: 256px;
  height: auto;
}
@media (max-width: 1023px) {
  .replace-cards__package-info__item {
    margin-right: 32px;
    min-width: 256px;
  }
}
.replace-cards__package-info__item_title {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .replace-cards__package-info__item_title {
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
  }
}
.replace-cards__package-info__item_text {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .replace-cards__package-info__item_text {
    font-size: 13px;
    line-height: 18px;
  }
}
.replace-cards__note {
  width: 100%;
  max-width: 544px;
  font-size: 13px;
  line-height: 18px;
  color: #919399;
}
@media (max-width: 1023px) {
  .replace-cards__note {
    padding-right: 16px;
  }
}
.replace-cards_card-img {
  padding: 0px;
  display: flex;
  width: 256px;
  height: 154px;
  justify-content: center;
  align-items: center;
}
.huawei-pay__feauters-note_container {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0 auto;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .huawei-pay__feauters-note_container {
    margin: 16px auto 0 auto;
    padding: 0px 24px;
    color: #dd0a34;
  }
}
.how-to-pay__main-title {
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media (max-width: 1023px) {
  .how-to-pay__main-title {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .huawei-pay__how-to-pay__heading {
    margin-bottom: 16px;
  }
}
.how-to-pay__inner {
  display: none;
}
.how-to-pay__inner.active {
  display: block;
}
.how-to-pay__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  margin: 8px 0px 32px 0px;
}
@media (max-width: 1023px) {
  .how-to-pay__list {
    margin: 0px 0px 16px 0px;
    overflow-y: auto;
  }
}
.how-to-pay__item {
  width: 352px;
}
@media (max-width: 1023px) {
  .how-to-pay__item {
    min-width: 280px;
    margin-right: 32px;
  }
}
.how-to-pay__item_number {
  font-size: 28px;
  line-height: 36px;
  color: #dd0a34;
  margin-bottom: 24px;
}
.how-to-pay__item_text {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .how-to-pay__item_text {
    font-size: 13px;
    line-height: 18px;
  }
}
html.landing .header {
  background-color: unset;
  padding: 0;
}
html.landing .header__top {
  padding: 18px 0 25px;
}
html.landing .header__top::after {
  display: none;
}
html.landing .main-banner__body {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  .how-to-make_single {
    margin-top: 20px;
    padding: 32px 0;
  }
}
.how-to-make_single .how-to-make__content {
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
}
.how-to-make_single .how-to-make__app--online {
  padding: 18px 0 31px 72px;
}
.how-to-make_single .how-to-make__app--online .how-to-make__app-image {
  width: 420px;
  background-position: center;
}
@media (max-width: 767px) {
  html.landing-promo .promo-banner-new_type_default .container {
    padding: 0;
  }
  html.landing-promo .promo-banner-new__image-wrapper {
    background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
  }
  html.landing-promo .promo-banner-new__image-phone {
    width: 100%;
    height: 200px;
    margin: 0;
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  html.landing-promo .promo-banner-new__content {
    width: 50%;
  }
  html.landing-promo .promo-banner-new__image-wrapper {
    width: 50%;
    max-height: 234px;
    align-self: flex-end;
  }
  html.landing-promo .promo-banner-new__image {
    width: 100%;
    height: 288px;
    max-height: 234px;
    background-position: center bottom;
  }
}
@media (min-width: 1201px) {
  html.landing-promo .promo-banner-new__image-wrapper {
    max-height: 288px;
  }
  html.landing-promo .promo-banner-new__image {
    max-height: 288px;
  }
}
@media (max-width: 1200px) {
  html.landing-promo .footer {
    margin-top: 48px;
  }
}
@media (min-width: 1201px) {
  html.landing-promo .footer {
    margin-top: 80px;
  }
}
html.landing-promo .product-conditions__item {
  padding: 24px 20px;
}
@media (max-width: 1023px) {
  html.landing-promo .product-conditions__item {
    padding: 16px 25px 16px 20px;
  }
}
html.landing-promo .product-conditions__icon-wrapper {
  margin-bottom: 8px;
}
.credit-restructing {
  margin: 0px;
}
.credit-restructing__first-paragraph {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .credit-restructing__first-paragraph {
    font-size: 17px;
    line-height: 24px;
  }
}
.credit-restructing ul li > p {
  color: #6d6d73;
}
.restructuring__section-content {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .restructuring__section-content {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .restructuring__section-docs .restructuring__docs_heading {
    font-size: 19px;
    line-height: 25px;
  }
}
.restructuring__section-docs .documents__doc {
  padding-left: 0px;
}
.restructuring__section-docs .documents__doc-footer {
  display: none;
}
.restructuring-content {
  width: 100%;
  max-width: 832px;
}
.restructuring-content_heading {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .restructuring-content_heading {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .restructuring-content .restructuring-list-heading {
    font-size: 17px;
    line-height: 24px;
  }
}
.restructuring-content .paragraph {
  margin-bottom: 16px;
}
.isbc-pay {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 40px 40px;
}
@media (max-width: 1023px) {
  .isbc-pay {
    padding: 48px 0px 24px 16px;
  }
}
.isbc-pay__main-banner {
  padding-bottom: 10px;
}
.isbc-pay__main-banner .main-banner__title {
  width: 544px;
}
@media (max-width: 1023px) {
  .isbc-pay__main-section .main-banner {
    height: 425px;
  }
  .isbc-pay__main-section .main-banner__image-wrapper {
    width: 100%;
  }
  .isbc-pay__main-section .main-banner__image {
    width: 305px;
    height: 240px;
    margin: 0 auto;
  }
}
.isbc-pay__main-section .main-banner__body {
  padding-top: 24px;
}
.design-options {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  .design-options {
    padding-top: 40px;
  }
}
.design-options_heading {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .design-options_heading {
    margin-bottom: 16px;
  }
}
.design-options__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .design-options__box {
    overflow-y: auto;
  }
}
.design-options__card {
  margin-right: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 1023px) {
  .design-options__card {
    width: 240px;
    margin-right: 16px;
  }
}
.design-options__card:last-child {
  margin-right: 0px;
}
.design-options__card_img-block {
  width: 100%;
  margin-bottom: 24px;
}
.design-options__card_img {
  display: block;
}
@media (max-width: 1023px) {
  .design-options__card_img {
    width: 240px;
    height: 154px;
  }
}
.design-options__card__content_title {
  font-weight: 700;
  margin-bottom: 4px;
}
.design-options__card__content_title,
.design-options__card__content_description {
  font-size: 15px;
  line-height: 22px;
}
.design-options_btn {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .design-options_btn {
    height: 40px;
    padding: 0px 16px;
    font-size: 15px;
    line-height: 22px;
    margin-top: 16px;
  }
}
.link-and-pay__slide-box {
  height: 100%;
  position: relative;
}
.link-and-pay__box {
  position: relative;
}
.link-and-pay__card-box {
  width: 256px;
  position: relative;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .link-and-pay__card-box {
    width: 240px;
    margin-right: 0px;
  }
}
.link-and-pay__card-box:last-child {
  margin-right: 0px;
}
.link-and-pay__card {
  width: 256;
  height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .link-and-pay__card {
    width: 240px;
  }
}
.link-and-pay__card_img img {
  display: block;
}
.link-and-pay__card__description {
  font-size: 15px;
  line-height: 22px;
}
.link-and-pay__buttons {
  position: absolute;
  top: 35%;
  right: -67px;
  z-index: 2;
  width: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .link-and-pay__buttons {
    display: none;
  }
}
.link-and-pay__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.link-and-pay__button:after {
  content: none;
}
.link-and-pay__button_next {
  margin-bottom: 12px;
}
.link-and-pay__button_prev {
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.link-and-pay__button.swiper-button-disabled {
  opacity: 1;
}
.link-and-pay__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.link-and-pay__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
.multi-services .info-tile__card {
  min-height: 234px;
}
@media (max-width: 1023px) {
  .multi-services .info-tile__card {
    min-height: 90px;
  }
}
@media (max-width: 1023px) {
  .multi-services .how-to-make .button_medium {
    line-height: 34px;
  }
}
.multi-services__table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.multi-services__table .table__header,
.multi-services__table .table__row {
  display: flex;
  width: 100%;
  align-items: baseline;
}
@media (max-width: 1023px) {
  .multi-services__table .table__header,
  .multi-services__table .table__row {
    justify-content: space-between;
  }
}
.multi-services__table .table__header {
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #636363;
  border-bottom: 1px solid #e4e8ed;
}
@media (max-width: 1023px) {
  .multi-services__table .table__header {
    font-size: 13px;
    line-height: 18px;
  }
}
.multi-services__table .table__row {
  margin-bottom: 0;
  padding-top: 32px;
  font-size: 17px;
}
.multi-services__table .table__row .table__column:first-child {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .multi-services__table .table__row .table__column:first-child {
    font-size: 13px;
    line-height: 18px;
  }
}
.multi-services__table .table__row:last-child .table__column {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .multi-services__table .table__row:last-child .table__column {
    font-size: 17px;
    line-height: 18px;
  }
}
.multi-services__table .table__row:last-child .table__column:first-child {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .multi-services__table .table__row:last-child .table__column:first-child {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
  }
}
.multi-services__table .table__column {
  min-width: 100px;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 1023px) {
  .multi-services__table .table__column {
    font-size: 13px;
    line-height: 18px;
  }
}
.multi-services__table .table__column:first-child {
  min-width: 200px;
  text-align: left;
  margin-right: 60px;
}
@media (max-width: 1023px) {
  .multi-services__table .table__column:first-child {
    font-size: 13px;
    line-height: 18px;
    min-width: 120px;
    margin-right: 25px;
  }
}
.multi-services .table_tariffs .table__value .note {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .multi-services .table_tariffs .table__value .note {
    margin-top: 8px;
    font-size: 11px;
    line-height: 18px;
  }
}
.safety-advice__list {
  display: flex;
  -webkit-column-gap: 32px;
          column-gap: 32px;
}
.safety-advice__list-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .safety-advice__list-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    overflow: auto;
  }
}
.safety-advice__advice-item {
  width: 256px;
  margin-top: 24px;
}
.safety-advice__advice-item img {
  width: 256px;
  height: 154px;
  margin-bottom: 24px;
}
.safety-advice__advice-item-3 {
  width: 352px;
  margin-top: 24px;
}
.safety-advice__advice-item-3 img {
  width: 352px;
  height: 154px;
  margin-bottom: 24px;
}
.safety-advice__warnig {
  height: 333px;
  padding: 0px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .safety-advice__warnig {
    height: 568px;
    padding-bottom: 42px;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #fff;
  }
}
.safety-advice__warnig-container {
  position: relative;
  display: flex;
  ustify-content: space-between;
}
@media (max-width: 1023px) {
  .safety-advice__warnig-container {
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.safety-advice__warnig-text-container {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}
.safety-advice__warnig-text-container p {
  margin-bottom: 12px;
}
.safety-advice__warnig-text-container p:last-child {
  margin-bottom: 0px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .safety-advice__warnig-text-container {
    height: 311px;
    border-radius: 8px;
    background-color: #f7f7fa;
  }
}
.safety-advice__warnig-img-container .img-desktop img {
  height: 333px;
}
.safety-advice__warnig-img-container .img-mobile {
  display: none;
}
.safety-advice__warnig-img-container .img-mobile img {
  height: 257px;
}
@media (max-width: 1023px) {
  .safety-advice__warnig-img-container {
    height: 257px;
    background: linear-gradient(89.57deg, #f7f7f7 0.37%, #ececec 99.63%);
    border-radius: 8px;
  }
  .safety-advice__warnig-img-container .img-desktop {
    display: none;
  }
  .safety-advice__warnig-img-container .img-mobile {
    display: flex;
  }
}
.safety-advice-text {
  font-size: 15px;
  color: #242729;
  line-height: 22px;
}
.safety-advice-text .notes-container {
  margin-top: 8px;
}
.safety-advice__text-header {
  font-size: 17px;
  color: #242729;
  line-height: 24px;
}
.safety-advice__text-header p {
  margin-bottom: 8px;
}
.safety-advice__text-header p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  .safety-advice__text-header {
    font-size: 13px;
    line-height: 18px;
  }
}
.safety-advice__section-title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .safety-advice__section-title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 26px;
  }
}
/* ** --- exchange-rate --- ** */
.exchange-rate {
  padding: 0;
}
@media (max-width: 1023px) {
  .exchange-rate .currency-converter__title {
    font-size: 15px;
  }
}
.exchange-rate .currency-exchange__header {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .exchange-rate .currency-exchange__header {
    margin-bottom: 8px;
    margin-top: 24px;
  }
}
.exchange-rate .typography.w840 {
  max-width: 840px;
}
.exchange-rate .typography p {
  margin-bottom: 12px;
  font-size: 17px;
}
@media (max-width: 1023px) {
  .exchange-rate .typography p {
    font-size: 17px;
  }
}
.exchange-rate .currency-exchange__converter {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .exchange-rate .currency-exchange__converter {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .exchange-rate .currency-exchange__table-wrapper {
    margin-bottom: 13px;
  }
}
.exchange-rate .tabs {
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .exchange-rate .tabs {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .exchange-rate .tabs__list-wrapper {
    display: none;
  }
}
.exchange-rate .tabs__content {
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .exchange-rate .tabs__content {
    padding-top: 12px;
  }
}
.exchange-rate .tabs__content .currency-exchange__table-row {
  border-top: 0px solid #e4e8ed;
  border-bottom: 1px solid #e4e8ed;
}
.exchange-rate .tabs__content .currency-exchange__table-info {
  max-width: 680px;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 1023px) {
  .exchange-rate .tabs__content .currency-exchange__table-info {
    padding-top: 6px;
    padding-bottom: 10px;
  }
}
.exchange-rate .tabs__content .currency-exchange__table-icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1023px) {
  .exchange-rate .tabs__content .currency-exchange__table-body .currency-exchange__table-cell:first-child {
    color: #242729;
  }
}
.exchange-rate .tabs__content .currency-exchange__table-body .currency-exchange__table-row:first-child .currency-exchange__table-cell {
  padding-top: 0;
}
.exchange-rate .tabs__content .currency-exchange__table-body .currency-exchange__table-cell:first-child {
  line-height: 50px;
  padding: 0;
}
@media (max-width: 1023px) {
  .exchange-rate .tabs__content .currency-exchange__table-cell {
    padding: 0 14px;
  }
}
@media (max-width: 1023px) {
  .exchange-rate .tabs__content .currency-exchange__table-head .currency-exchange__table-cell:first-child {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .exchange-rate .tabs__content .currency-exchange__table-value {
    font-size: 17px;
  }
}
.exchange-rate .tabs__content .currency-exchange__table-state img {
  width: 16px;
  height: 16px;
  position: absolute;
  margin-left: -21px;
  margin-top: 5px;
}
.exchange-rate .tabs__content .currency-exchange__table-head .currency-exchange__table-cell:first-child,
.exchange-rate .tabs__content .currency-exchange__table-body .currency-exchange__table-cell:first-child {
  width: auto;
}
.exchange-rate.section_mb80 {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .exchange-rate.section_mb80 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .exchange-rate .currency-exchange__table-info_phone p.note {
    font-size: 11px;
    line-height: 16px;
  }
}
.recomended-products .tabs {
  position: relative;
}
.recomended-products .tabs__list-wrapper {
  position: absolute;
  right: 0;
  top: -80px;
}
@media (max-width: 1023px) {
  .recomended-products .tabs__list-wrapper {
    position: relative;
    padding-bottom: 24px;
    top: initial;
  }
}
.recomended-products .heading_level_3 {
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .recomended-products .heading_level_3 {
    padding-bottom: 0;
  }
}
.recomended-products .tabs__content {
  padding-top: 0;
}
.recomended-products .recomended-products__inner {
  display: none;
}
.recomended-products .recomended-products__inner.active {
  display: block;
}
.recomended-products__header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .recomended-products__header {
    display: block;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .recomended-products__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }
}
.recomended-products__image {
  display: block;
  max-width: 100%;
}
.recomended-products__image-wrapper {
  width: auto;
  margin: 0 auto;
  margin-top: -32px;
}
@media (max-width: 1200px) {
  .recomended-products__image-wrapper {
    margin-top: -16px;
  }
}
@media (max-width: 1023px) {
  .recomended-products__image-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 175px;
    height: 140px;
    margin-top: 0;
    transform: translateX(-50%);
  }
}
.recomended-products__items {
  display: flex;
  margin-right: -32px;
  margin-bottom: -32px;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .recomended-products__items {
    margin-right: -32px;
  }
}
@media (max-width: 1200px) {
  .recomended-products__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .recomended-products__items {
    margin-right: -30px;
  }
}
@media (max-width: 1023px) {
  .recomended-products__items {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.recomended-products__items-wrapper::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 1023px) {
  .recomended-products__items-wrapper {
    margin-right: -32px;
    overflow-x: auto;
    margin-left: -16px;
    padding-left: 16px;
  }
}
.recomended-products__card {
  position: relative;
  width: calc(((100% - 96px) / 3));
  margin-right: 32px;
  min-height: 370px;
  margin-bottom: 32px;
  padding: 32px 40px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .recomended-products__card {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .recomended-products__card {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .recomended-products__card {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .recomended-products__card {
    width: calc(((100% - 90px) / 3));
  }
}
@media (max-width: 1023px) {
  .recomended-products__card {
    display: inline-block;
    width: 240px;
    min-height: 378px;
    margin-right: 12px;
    margin-bottom: 0;
    padding: 151px 16px 24px;
    vertical-align: top;
    white-space: normal;
  }
  .recomended-products__card:last-child {
    margin-right: 16px;
  }
}
.recomended-products__card-body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 12px 32px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 8px;
}
.recomended-products__card-body:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .recomended-products__card-body:before {
    top: -40px;
  }
}
.recomended-products__card-body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 50%;
  background-color: #f7f7fa;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1200px) {
  .recomended-products__card-body {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .recomended-products__card-body {
    z-index: 3;
    height: calc(385px - 160px);
    padding: 0 16px 24px;
    bottom: unset;
  }
}
.recomended-products__card-inner {
  max-width: 288px;
  height: 100%;
}
@media (max-width: 1023px) {
  .recomended-products__card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.recomended-products__card-caption {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
}
@media (max-width: 1023px) {
  .recomended-products__card-caption {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 18px;
  }
}
.recomended-products__card-title {
  display: block;
  margin-bottom: 12px;
  color: #242729;
}
@media (max-width: 1023px) {
  .recomended-products__card-title {
    max-width: 100%;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 8px;
  }
}
.recomended-products__card-title:hover {
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .recomended-products__card-description {
    font-size: 13px;
    line-height: 18px;
  }
}
.recomended-products__card-link {
  display: none;
  margin-top: auto;
  background-color: transparent;
  align-items: center;
}
@media (max-width: 1023px) {
  .recomended-products__card-link {
    display: inline-flex;
  }
}
.recomended-products__card_wide {
  display: flex;
  width: calc(((100% - 96px) * 2 / 3) + 30px);
}
@media (max-width: 1200px) {
  .recomended-products__card_wide {
    width: calc(((100% - 90px) * 2 / 3) + 30px);
  }
}
@media (max-width: 1023px) {
  .recomended-products__card_wide {
    display: inline-block;
    width: 240px;
  }
}
.recomended-products__card_wide .recomended-products__card-body {
  position: relative;
  padding: 0;
  bottom: 0 !important;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .recomended-products__card_wide .recomended-products__card-body {
    position: absolute;
    bottom: unset !important;
    padding: 0 16px 24px;
    background-color: #f7f7fa;
  }
}
.recomended-products__card_wide .recomended-products__card-inner {
  display: flex;
  width: 270px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .recomended-products__card_wide .recomended-products__card-inner {
    width: unset;
  }
}
.recomended-products__card_wide .recomended-products__card-description {
  width: 100%;
}
.recomended-products__card_wide .recomended-products__card-link {
  display: inline-flex;
}
.recomended-products__card_wide .recomended-products__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .recomended-products__card_wide .recomended-products__image {
    top: 12px;
    transform: translate(-50%, 0);
  }
}
.recomended-products__card_wide .recomended-products__image-wrapper {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 405px;
  max-width: none;
  height: 100%;
  overflow: hidden;
  align-content: center;
  margin-top: -30px;
}
@media (max-width: 1200px) {
  .recomended-products__card_wide .recomended-products__image-wrapper {
    width: 360px;
    margin-top: -10px;
  }
}
@media (max-width: 1023px) {
  .recomended-products__card_wide .recomended-products__image-wrapper {
    right: auto;
    left: 50%;
    width: 175px;
    max-width: none;
    height: 140px;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
.recomended-products__card_wide.recomended-products__card_theme_middle .recomended-products__card-body:before,
.recomended-products__card_wide.recomended-products__card_theme_wide .recomended-products__card-body:before {
  display: none;
}
@media (max-width: 1023px) {
  .recomended-products__card_wide.recomended-products__card_theme_middle .recomended-products__card-body:before,
  .recomended-products__card_wide.recomended-products__card_theme_wide .recomended-products__card-body:before {
    display: block;
  }
}
.recomended-products__card_theme {
  padding: 32px 40px;
}
.recomended-products__card_theme_middle .recomended-products__card-body:before {
  background-image: url("../images/recomended-products/card-mask.png");
  background-position: 50% 50%;
  background-size: 368px;
  min-height: 190px;
}
@media (max-width: 1023px) {
  .recomended-products__card_theme_middle .recomended-products__card-body:before {
    top: -92px;
  }
}
.recomended-products__card_theme_middle .recomended-products__card-body .recomended-products__card-title {
  margin-bottom: 14px;
}
@media (max-width: 1023px) {
  .recomended-products__card_theme_middle .recomended-products__card-body .recomended-products__card-title {
    margin-bottom: 8px;
  }
}
.recomended-products__card_theme_right .recomended-products__card-body:before {
  background-image: url("../images/recomended-products/card-mask-right.png");
  background-position: right;
  min-height: 198px;
}
.recomended-products__features-item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .recomended-products__features-item {
    padding-right: 10px;
    padding-left: 14px;
    font-size: 13px;
    line-height: 18px;
  }
}
.recomended-products__features-item:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #dd0a34;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .recomended-products__features-item:before {
    width: 4px;
    height: 4px;
  }
}
.recomended-products__features-item:last-child {
  margin-bottom: 0;
}
.business-smb.no-arrows .awards__buttons {
  display: none;
}
.business-smb .bonuses__slide {
  height: 240px;
}
.business-smb .bonuses .swiper-slide img {
  width: 170px;
  border-radius: 0;
  padding-top: 28px;
}
.awards {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .awards {
    margin-bottom: 12px;
  }
}
.awards .no-awards__slide {
  margin-bottom: 5px;
}
.awards .no-awards__slide img {
  width: 100%;
}
.awards .swiper-slide img {
  display: block;
  max-width: 100%;
}
.awards__header {
  width: 1120px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 1440px) {
  .awards__header {
    width: 1120px;
  }
}
@media (max-width: 1200px) {
  .awards__header {
    width: 930px;
  }
}
@media (max-width: 1023px) {
  .awards__header {
    width: 690px;
  }
}
.awards__header .link {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .awards__header .link {
    display: none;
  }
}
@media (max-width: 1023px) {
  .awards__header {
    width: 100%;
    margin-bottom: 24px;
  }
}
.awards__title {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .awards__title {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .awards__description {
    font-size: 13px;
    line-height: 18px;
  }
  .awards__description br {
    display: none;
  }
}
.awards__list {
  position: relative;
}
.awards__list .mq-phone {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .awards__list .mq-phone {
    margin-top: 12px;
  }
}
.awards__list .mq-phone .link {
  font-size: 13px;
}
.awards__slide {
  position: relative;
  width: 544px;
  height: auto;
  margin-right: 32px;
  overflow: hidden;
  background-color: #f7f7fa;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .awards__slide {
    width: 544px;
  }
}
@media (max-width: 1200px) {
  .awards__slide {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .awards__slide {
    width: 330px;
  }
}
.awards__slide img {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .awards__slide {
    width: 240px;
    margin-right: 0;
  }
}
.awards__slide:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .awards__slide:last-child {
    margin-bottom: 0;
  }
}
.awards__slide-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding-top: 32px;
  text-align: center;
  background-image: url("../images/card-page/partners/patrner-mask.png");
  background-size: contain;
}
.awards__slide-title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #242729;
}
.awards__slide-description {
  max-width: 200px;
  margin: auto;
  line-height: 22px;
  color: #6d6d73;
}
.awards__slide-description .small {
  font-size: 13px;
  line-height: 18px;
}
.awards__link {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #dd0a34;
}
@media (max-width: 1023px) {
  .awards__link {
    line-height: 22px;
  }
}
.awards__buttons {
  position: absolute;
  top: 50%;
  right: -67px;
  z-index: 2;
  width: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .awards__buttons {
    display: none;
  }
}
.awards__button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: #fff;
  background-image: url("../images/icons/big-fw-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e8ed;
  border-radius: 50%;
  outline: none;
  transition: background-image 0.15s;
}
.awards__button:after {
  content: none;
}
.awards__button_next {
  margin-bottom: 12px;
}
.awards__button_prev {
  background-image: url("../images/icons/big-fw-arrow-prev.svg");
}
.awards__button.swiper-button-disabled {
  opacity: 1;
}
.awards__button_prev.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-prev-dis.svg");
}
.awards__button_next.swiper-button-disabled {
  background-image: url("../images/icons/big-fw-arrow-next-dis.svg");
}
.business-smb-promos {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .business-smb-promos {
    padding-top: 18px;
    padding-bottom: 48px;
  }
}
.business-smb-promos__content {
  position: relative;
}
.business-smb-promos__content .tabs__content {
  padding-top: 0;
}
.business-smb-promos__content .tabs__list-wrapper {
  position: absolute;
  top: 8px;
  right: 0;
}
@media (max-width: 1023px) {
  .business-smb-promos__content .tabs__list-wrapper {
    position: relative;
    top: 0;
  }
}
.business-smb-promos__title {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .business-smb-promos__title {
    margin-bottom: 22px;
    font-size: 19px;
    line-height: 25px;
  }
}
.business-smb-promos__container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.business-smb-promos__card {
  margin-top: 32px;
  margin-right: 32px;
}
.business-smb-promos__card:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .business-smb-promos__card:first-child {
    margin-top: 22px;
  }
}
@media (max-width: 1023px) {
  .business-smb-promos__card {
    margin-top: 24px;
    margin-right: 0;
  }
}
.business-smb-promos__send-phone {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .business-smb-promos__send-phone {
    margin-top: 48px;
  }
}
.smb-promo__body {
  padding-bottom: 80px;
}
.smb-promo__body .main-visual {
  padding: 0;
}
.smb-promo__body h2 {
  margin-top: 42px;
  font-size: 28px;
}
.smb-promo__body h3 {
  margin-top: 24px;
  font-size: 20px;
}
.smb-promo__body h2,
.smb-promo__body h3 {
  margin-bottom: 12px;
  font-weight: bold;
}
.smb-promo__body ol,
.smb-promo__body ul {
  list-style: none;
}
.smb-promo__body p {
  margin-bottom: 20px;
}
.smb-promo__body li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.smb-promo__body li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #dd0a34;
  border-radius: 2px;
}
.smb-promo__body li p {
  margin: 0;
  font-size: 15px;
  color: #6d6d73;
}
.send-phone {
  padding: 64px 0 80px;
  background-color: #f7f7fa;
}
@media (max-width: 1023px) {
  .send-phone {
    padding: 0px;
    background-color: #fff;
  }
}
.send-phone__title {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1023px) {
  .send-phone__title {
    margin-bottom: 8px;
    text-align: left;
  }
}
.send-phone__description {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 1023px) {
  .send-phone__description {
    margin-bottom: 22px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
  }
}
.send-phone__body {
  width: 928px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(79,105,118,0.1);
  padding: 42px 144px;
}
@media (max-width: 1023px) {
  .send-phone__body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
  }
}
.send-phone__phone-number {
  width: 304px;
}
@media (max-width: 1023px) {
  .send-phone__phone-number {
    width: 343px;
  }
}
.send-phone__phone-number_text {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #6d6d73;
}
@media (max-width: 1023px) {
  .send-phone__phone-number_text {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.send-phone__phone-number_number {
  padding: 16px 116px 16px 16px;
}
@media (max-width: 1023px) {
  .send-phone__phone-number_number {
    padding: 12px 176px 14px 16px;
    font-size: 15px;
    line-height: 22px;
  }
}
.send-phone__checkboxes {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .send-phone__checkboxes {
    margin-top: 28px;
  }
}
.send-phone__checkboxes__first {
  margin-bottom: 24px;
}
.send-phone__button-box {
  margin-top: 32px;
}
.send-phone__button-box_button {
  display: block;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .send-phone__button-box_button {
    width: 342px;
    height: 40px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 22px;
  }
}
.send-phone .link-text {
  border-bottom: 1px dashed #6d6d73;
}
@media (max-width: 1023px) {
  .send-phone .link-text {
    display: contents;
    border-bottom: none;
  }
}
.send-phone .field_checkbox {
  padding: 0px;
}
@media (max-width: 1023px) {
  .send-phone .field__icon {
    width: 16px;
    height: 16px;
  }
}
.send-phone .vue-modal .modal-header {
  margin-top: 8px;
}
.send-phone .vue-modal .modal-container {
  overflow: hidden;
}
.send-phone .vue-modal .modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .send-phone .vue-modal .modal-body {
    width: auto;
    max-width: 90vw;
  }
}
.send-phone .vue-modal .modal-body .container {
  padding: 0;
  padding-right: 10px;
  font-size: 15px;
}
.send-phone .vue-modal .modal__close {
  top: 16px;
  z-index: 1;
}
.send-phone .field__error {
  top: calc(100% + 4px);
}
.promo-card {
  display: block;
  width: 256px;
  height: 240px;
  padding: 0px;
}
@media (max-width: 1023px) {
  .promo-card {
    width: 100%;
  }
}
.promo-card__container {
  padding: 28px 43px;
  text-align: center;
}
@media (max-width: 1023px) {
  .promo-card__container {
    padding: 30px 86px 29px 87px;
  }
}
.promo-card__image-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 32px auto;
}
.promo-card__image-box_img {
  display: block;
  width: 170px;
  height: 74px;
}
.promo-card__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.promo-card__description {
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #6d6d73;
}
