/*   TODO: DEL !!!

.js-dropdown {
  display: none;
}
.js-dropdown.active {
  display: block;
}

.content__heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  display: flex;
  margin-bottom: 45px;
  letter-spacing: normal;
  color: #4a4a4a;
  justify-content: space-between;
  align-items: center;
}
.content__heading-link {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}
.content__heading--secondary {
  font-family: 'Regular', 'Arial', sans-serif;
  font-size: 30px;
}
.content__heading-small {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  margin-bottom: 57px;
  letter-spacing: normal;
}
.content__heading-small + .content__heading-xs {
  margin-top: -57px;
}
.content__heading-xs {
  font-family: 'Regular', 'Arial', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  margin-bottom: 60px;
  letter-spacing: normal;
}
.content__heading + .content__heading-small {
  margin-top: -15px;
}
.content__video {
  margin-bottom: 90px;
}
.content__video iframe {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.content__date {
  font-size: 18px;
  margin-top: -30px;
  margin-bottom: 22px;
  color: #c5c5c5;
}
.content__main {
  margin-bottom: 90px;
  color: #767676;
}
.lead {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.small {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.alert {
  padding: 15px 10px;
}
.alert--success {
  color: #fff;
  background-color: #52ae30;
}
.alert--warning {
  background-color: #fc0;
}
.alert--danger {
  color: #fff;
  background-color: #ff435a;
}
.alert--inner {
  margin-bottom: 30px;
}

.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal__main {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  width: 90.625%;
  max-width: 750px;
  height: auto;
  max-height: 90.625%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: #fff;
}
.modal__close {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  z-index: 9;
  top: 22px;
  right: 22px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  color: #4a4a4a;
}
.modal__form-result {
  padding: 60px 25px 60px;
  text-align: center;
}
.modal__form-comment {
  padding: 60px 25px 30px 25px;
}
select,
.nice-select {
  display: block;
  float: none;
  width: 100%;
  height: 44px;
  padding: 0;
  padding-right: 42px;
  transition: all 0.4s;
  border: 1px solid #c5c5c5;
  border-radius: 24px;
}
select .current,
.nice-select .current {
  font-family: 'Regular', 'Arial', sans-serif;
  font-size: 16px;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-left: 2px;
  padding: 0 15px;
  padding-right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4a4a4a;
  background-color: #fff;
}
select .list,
.nice-select .list {
  width: 100%;
  border-radius: 4px;
}
select:focus,
.nice-select:focus {
  border-color: #390;
  outline: none;
}
select:after,
.nice-select:after {
  font-family: 'icomoon' !important;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  right: 13px;
  width: auto;
  height: auto;
  margin-top: -7px;
  content: '\e901';
  transform: rotate(90deg);
  transform-origin: 50%;
  text-transform: none;
  color: #c5c5c5;
  border: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
select:before,
.nice-select:before {
  position: absolute;
  top: 9px;
  right: 41px;
  width: 1px;
  height: 24px;
  content: '';
  background-color: #c5c5c5;
}
select .option,
.nice-select .option {
  font-size: 16px;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: normal;
}
select.open:after,
.nice-select.open:after {
  transform: rotate(270deg);
}
select .option.focus,
.nice-select .option.focus,
select .option.selected.focus,
.nice-select .option.selected.focus,
select .option:hover,
.nice-select .option:hover {
  background-color: #fc0;
}
select .option.selected,
.nice-select .option.selected {
  font-weight: normal;
}
.btn .icon-ph-circle {
  font-size: 20px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}
.btn--full {
  width: 100%;
}


.btn--lg {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 18px;
  padding: 15px;
}
.btn--md {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 16px;
  padding: 12px 15px;
}
.btn--sm {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 14px;
  padding: 8px 15px;
}
.btn--main {
  color: #fff;
  background-color: #f60;
}
.btn--main:focus {
  color: #fff;
  background-color: #f60;
}
.btn--main:hover {
  color: #fff;
  background-color: #da5100;
}
.btn--main:active {
  color: #fff;
  background-color: #ff8533;
}
.btn--prim {
  color: #fff;
  background-color: #52ae30;
}
.btn--prim:focus {
  color: #fff;
  background-color: #52ae30;
}
.btn--prim:hover {
  color: #fff;
  background-color: #390;
}
.btn--prim:active {
  color: #fff;
  background-color: #5ec738;
}
.btn--sec {
  color: #52ae30;
  background-color: transparent;
}
.btn--sec.btn--md {
  padding: 11px 15px;
  border: 1px solid #52ae30;
}
.btn--sec.btn--sm {
  border: 1px solid #52ae30;
}
.btn--sec.btn--lg {
  padding: 14px;
  border: 1px solid #52ae30;
}
.btn--sec:focus {
  color: #52ae30;
  background-color: transparent;
}
.btn--sec:hover {
  color: #fff;
  border-color: #390;
  background-color: #390;
}
.btn--sec:active {
  color: #fff;
  border-color: #5ec738;
  background-color: #5ec738;
}
.btn--white {
  color: #fff;
  background-color: transparent;
}
.btn--white.btn--lg {
  border: 1px solid #fff;
}
.btn--white.btn--md {
  border: 1px solid #fff;
}
.btn--white.btn--sm {
  border: 1px solid #fff;
}
.btn--white:focus {
  color: #fff;
  background-color: transparent;
}
.btn--white:hover {
  color: #4a4a4a;
  background-color: #fff;
}
.btn--white:active {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn--disabled {
  cursor: default;
  pointer-events: none;
  color: #fff;
  border-color: #9e9e9e;
  background-color: #9e9e9e;
}
.icon-info {
  font-family: monospace !important;
  font-weight: bold;
  line-height: 17px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
  text-align: center;
  vertical-align: text-top;
  color: #3999cc;
  border: 2px solid #3999cc;
  border-radius: 50%;
}
.icon-info__body {
  font-family: 'Regular', 'Arial', sans-serif !important;
  line-height: normal;
  position: absolute;
  z-index: 9;
  min-width: 230px;
  height: auto;
  border: 2px solid #3999cc;
  background-color: #fff;
}
.icon-info[data-position='top'] .icon-info__body {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.icon-info[data-position='right'] .icon-info__body {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.icon-info[data-position='left'] .icon-info__body {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.icon-info[data-position='bottom'] .icon-info__body {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}*/



::placeholder {
  transition: all 0.4s;
  opacity: 1;
  color: transparent;
}
:-ms-input-placeholder {
  transition: all 0.4s;
  color: transparent;
}
::-ms-input-placeholder {
  transition: all 0.4s;
  color: transparent;
}


/*
*  TODO: DEL и чекбоксы и радиобаттоны по 100пх с чего бы????


input {
  min-width: 100px;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
*/



/*   TODO:   field__label    */

.field__label {
  position: relative;
  /* display: block; */
  margin-bottom: 19px;
  text-align: left;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}
.field__label--inline {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  vertical-align: top;
}
.field__label--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.field__label--flex .field__title {
  width: 30%;
  padding-right: 20px;
}
.field__label--flex .field__inner {
  width: 70%;
}
.field__label--flex .field__small,
.field__label--flex .field__hint {
  padding-left: 30%;
}
.field__label input[type='checkbox'] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.field__label input[type='checkbox']:checked ~ .custom-checkbox:before {
  transition: all 0.4s;
  border: 1px solid #5ec738;
  background-color: #5ec738;
}
.field__label input[type='checkbox']:checked ~ .custom-checkbox:after {
  font-family: 'icomoon' !important;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 14px;
  height: 14px;
  content: '';
  content: '\e903';
  cursor: pointer;
  transition: all 0.4s;
  text-transform: none;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.field__label input[type='checkbox']:disabled ~ .custom-checkbox:before {
  cursor: default;
  color: #e3e3e3;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}



.custom-checkbox {
  position: relative;
  padding-left: 32px;
  user-select: none;
  transition: all 0.4s;
}
.custom-checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  cursor: pointer;
  border: 1px solid #767676;
  border-radius: 4px;
}
.custom-checkbox .small {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  vertical-align: text-top;
  letter-spacing: normal;
  color: #767676;
}
input[type='radio'] {
  display: none;
}
input[type='radio']:checked + .custom-radio:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  content: '';
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 50%;
  background-color: #5ec738;
}
input[type='radio']:disabled + .custom-radio:before {
  cursor: default;
  color: #e3e3e3;
  border-color: #e3e3e3;
  background-color: #e3e3e3;
}
[name='terms'] + .error {
  margin-top: 27px !important;
}
.custom-radio {
  position: relative;
  padding-left: 32px;
  user-select: none;
  transition: all 0.4s;
}
.custom-radio:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  cursor: pointer;
  border: 1px solid #767676;
  border-radius: 50%;
}


/*  TODO: DEL
.checkbox-link {
  line-height: 21px;
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding-left: 32px;
  user-select: none;
  transition: all 0.4s;
  vertical-align: middle;
  text-decoration: none;
  color: #4a4a4a;
}
.checkbox-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  cursor: pointer;
  border: 1px solid #767676;
  border-radius: 4px;
}
.checkbox-link.active:before {
  transition: all 0.4s;
  border: 1px solid #5ec738;
  background-color: #5ec738;
}
.checkbox-link.active:after {
  font-family: 'icomoon' !important;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 14px;
  height: 14px;
  content: '\e903';
  cursor: pointer;
  transition: all 0.4s;
  text-transform: none;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-filters {
  margin-bottom: 40px;
}*/

/* TODO: DEL
.caret-down {
  position: relative;
}
.caret-down:after {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  pointer-events: none;
  border-top: 6px solid #52ae30;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.caret-down.caret-down-white:after {
  border-top: 6px solid #fff;
}*/


/*TODO:   по ходу календарь ??
.datepicker--cell.-current-,
.datepicker--cell.-current-.-in-range- {
  color: #52ae30;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #767676;
  background-color: #fc0;
}
.datepicker--day-name {
  color: #fc0;
}
.datepicker--cell.-focus- {
  background-color: #e3e3e3;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
  color: #767676;
  background-color: #fc0;
}
*/


/*TODO:   что то с таблицами или календарем???
.table table {
  width: 100%;
}
.table.table--single-line table {
  width: 100%;
}
.table.table--single-line table thead td {
  padding: 0;
  padding-bottom: 15px;
}
.table.table--single-line table tbody tr {
  border-bottom: 1px solid #e3e3e3;
}
.table.table--single-line table tbody tr:last-child {
  border-bottom: none;
}
.table.table--single-line table tbody td {
  padding-top: 15px;
  padding-bottom: 17px;
}
.table.table--zebra table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: middle;
}
.table.table--zebra table thead td {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.29;
  height: 80px;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid #390;
  border-left: 1px solid #390;
  background-color: #52ae30;
}
.table.table--zebra table tbody tr:nth-child(2n) {
  background-color: #f0f0f0;
}
.table.table--zebra table tbody tr:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.table.table--zebra table tbody td {
  padding: 10px;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.table--compare table tr:first-child td {
  border-right: 0;
  border-left: 0;
}
.table--compare table tr td:first-child {
  border-left: 0;
}
.table--compare table tr td:last-child {
  border-right: 0;
}
.table--compare table tr:last-child {
  border-bottom: 0 !important;
}
.table--compare table tr:last-child td {
  border-right: 0;
  border-left: 0;
}
.table--accordion table {
  border-spacing: 30px 0;
  border-collapse: separate;
}
.table--accordion table td {
  line-height: 22px;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e3e3e3;
}
.table--accordion table thead td {
  padding-bottom: 19px;
}


.ui-autocomplete {
  z-index: 9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
  box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
}
.ui-autocomplete li {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  min-height: 40px;
  margin-bottom: 15px !important;
  padding-right: 29px;
  padding-left: 18px;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  outline: 0;
}
.ui-autocomplete li:focus,
.ui-autocomplete li:hover {
  background-color: #fc0;
}
.ui-autocomplete li:before {
  display: none;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete .ui-menu-item-wrapper {
  font-family: 'Regular', 'Arial', sans-serif;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #767676;
  border: 0 !important;
  background-color: transparent !important;
}

*/


/* TODO: DEL!

.info {
  overflow: hidden;
  margin-bottom: 35px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.l-info {
  margin-bottom: 90px;
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f0f0f0;
}
.l-info--sm {
  padding-top: 90px;
}
.l-info--light {
  padding-top: 40px;
  padding-bottom: 0;
  background-color: transparent;
}

.info__poster {
  position: relative;
  overflow: hidden;
  height: 240px;
  background-color: #fff;
}
.info__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.info__body {
  height: 278px;
  padding: 20px 30px 40px 30px;
  background-color: #fff;
}
.info__text {
  font-size: 18px;
  line-height: 1.33;
  overflow: hidden;
  height: 74px;
  margin-bottom: 30px;
  letter-spacing: normal;
  color: #4a4a4a;
}
.info__title {
  font-size: 24px;
  line-height: 1.08;
  display: block;
  overflow: hidden;
  height: 50px;
  margin-bottom: 20px;
  text-decoration: none;
  letter-spacing: normal;
  color: #767676;
}
.info__btn .btn {
  width: 100%;
}
.info__shortcut {
  position: relative;
  display: block;
  margin-bottom: 29px;
  padding: 25px;
  text-decoration: none;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  background-color: #fff;
}
.info__shortcut-title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.22;
  overflow: hidden;
  height: 44px;
  margin-bottom: 10px;
  padding-right: 70px;
  letter-spacing: normal;
}
.info__shortcut-icon {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 50px;
  height: 50px;
}
.info__shortcut-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.info__shortcut-text {
  font-size: 18px;
  line-height: 1.33;
  overflow: hidden;
  height: 48px;
  padding-right: 70px;
  letter-spacing: normal;
  color: #4a4a4a;
}
.info__shortcut:focus {
  text-decoration: none;
}
.info__shortcut:hover {
  text-decoration: none;
}
.info__shortcut.info__shortcut--dark .info__shortcut-title {
  color: #4a4a4a;
}
.info__shortcut.info__shortcut--dark:hover > .info__shortcut-title {
  color: #390;
}
*/


/* TODO: DEL!!!!!!  иконка "Мінімальна сума ліміту: 4 000 000 гривень"


.card-term {
  margin-bottom: 90px;
}
.card-term__btn {
  display: inline-block;
  margin-top: 30px;
  vertical-align: top;
}
.card-term__element {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.card-term__icon {
  line-height: 90px;
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin-right: 20px;
  text-align: center;
}
.card-term__image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.card-term__text {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: normal;
  color: #4a4a4a;
}
.card-term__text .small {
  font-size: 15px;
  margin-bottom: 15px;
}
.card-term__heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}
.card-term--list .card-term__icon {
  line-height: 150px;
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 40px;
}
.card-term--list .card-term__element {
  margin-bottom: 90px;
}
.card-term__link {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  text-transform: uppercase;
}
.card-term__element--step:after {
  font-family: 'icomoon' !important;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 67px;
  width: 16px;
  height: 30px;
  content: '\e901';
  transform: translateY(100%) rotate(90deg);
  text-transform: none;
  color: #9e9e9e;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.card-term--sm {
  margin-bottom: 0;
}
.card-term--sm .card-term__icon {
  line-height: 68px;
  width: 68px;
  min-width: 68px;
  height: 68px;
  margin-right: 15px;
}
.card-term--sm .card-term__text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
}
.card-term--sm .card-term__element {
  margin-bottom: 20px;
}*/





/*
.compare-info {
  font-size: 12px;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 30px;
  display: none;
  width: 250px;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  color: #3999cc;
  border: 1px solid #3999cc;
  border-radius: 4px;
  background: #fff;
}
.compare-info:before {
  position: absolute;
  top: -10px;
  left: 10%;
  width: 0;
  height: 0;
  margin-left: -5px;
  content: '';
  border-right: 5px solid transparent;
  border-bottom: 10px solid #3999cc;
  border-left: 5px solid transparent;
}
.compare__table {
  display: flex;
  margin-bottom: 75px;
}
.compare__table-btn {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  display: inline-block;
  margin-top: 22px;
  letter-spacing: normal;
  text-transform: uppercase;
}
.compare__table-param {
  min-width: 30%;
}
.compare__table-param .compare__table-col {
  max-width: 100%;
}
.compare__table-param .compare__table-row {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15px;
  text-align: left;
  letter-spacing: normal;
}
.compare__table-value {
  overflow: hidden;
  overflow-x: auto;
  min-width: 70%;
}
.compare__table-col {
  display: inline-block;
  width: 100%;
  max-width: 33.333333333333336%;
  vertical-align: top;
}
.compare__table-row {
  font-size: 14px;
  line-height: 4.57;
  position: relative;
  text-align: center;
  letter-spacing: normal;
}
.compare__table-wrapper {
  font-size: 0;
  width: 100%;
  white-space: nowrap;
}
.compare__table-body {
  overflow: hidden;
  height: 256px;
  margin-bottom: 15px;
}
.compare__table-body .compare__table-row {
  height: 64px;
  border-right: 1px solid #c5c5c5;
}
.compare__table-body .compare__table-row:nth-child(2n) {
  background-color: #f0f0f0;
}
.compare__table-body .compare__table-row:first-child {
  border-right: 0;
}
.compare__table-body.active {
  height: auto;
}
.compare__product-name {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 1.18;
  overflow: hidden;
  height: 25px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: normal;
  color: #4a4a4a;
}
.compare__product-poster {
  width: 230px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.compare__product-image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.compare__product-remove {
  line-height: normal;
  height: 18px;
  margin-bottom: 10px;
}
.compare__table-footer {
  margin-bottom: 15px;
}
.compare__product-param {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.compare-alert {
  position: absolute;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
}
*/

/* TODO: DEL!! старые табличные стили
.conditions {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
  padding: 40px 30px;
  padding-bottom: 120px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}
.conditions__table {
  display: none;
  margin-bottom: -46px;
}
.conditions__heading {
  font-size: 24px;
  line-height: 1.08;
  margin-bottom: 30px;
  padding-right: 70px;
  letter-spacing: normal;
  color: #767676;
}
.conditions__list {
  margin-bottom: 30px;
}
.conditions__list-item {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: normal;
  color: #4a4a4a;
}
.conditions__list-item:before {
  font-family: 'icomoon' !important;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -25px;
  width: 14px;
  height: 14px;
  content: '\e903';
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: none;
  color: #52ae30;
  border-radius: none;
  background-color: transparent;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.conditions__link {
  display: inline-block;
  vertical-align: top;
}
.conditions__image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.conditions__icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
}
.conditions__btn {
  margin-top: 30px;
}
.l-conditions {
  margin-bottom: 60px;
}
.l-conditions > .row {
  display: flex;
  flex-wrap: wrap;
}
.l-conditions > .row > .col-lg-6 {
  margin-bottom: 30px;
}
.l-conditions .conditions__btn {
  position: absolute;
  bottom: 40px;
  left: 30px;
  margin-top: 30px;
}
.l-useful-information {
  padding: 60px 30px;
  background-color: #f0f0f0;
}
.l-useful-information-content {
  margin-bottom: 60px;
  padding: 60px 30px;
  background-color: #f0f0f0;
}
.thx__main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  margin-bottom: 60px;
  align-items: center;
}
 .thx__poster {
  line-height: 150px;
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 45px;
  text-align: center;
}
.thx__image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.thx__title {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: normal;
}
.thx__text {
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: normal;
  color: #747474;
}
.thx__media {
  margin-bottom: 60px;
}
*/

/*TODO: в проекте упамянаються только в стилях..... DEL однозначно !!!

.payment-online__wrapper {
  margin-bottom: 40px !important;
}
.banking-login__wrapper {
  padding: 60px 96px;
  background-color: #f0f0f0;
}
.banking-login__title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 1.13;
  margin-bottom: 40px;
  letter-spacing: normal;
}
.partners__title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  margin-bottom: 40px;
  letter-spacing: normal;
}
.partners__element {
  margin-bottom: 30px;
  text-align: center;
}
.partners__poster {
  line-height: 117px;
  overflow: hidden;
  height: 123px;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.partners__img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.partners__name {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: normal;
}
.partners__text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9e9e9e;
}
*/

/*TODO: simple card - DEL!!!!!!!!!
.whatis-head {
  margin-bottom: 90px;
}
.whatis-head__title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.whatis-head__flex {
  display: flex;
  align-items: center;
}
.whatis-head__text {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
}
.whatis-head__poster {
  line-height: 175px;
  min-width: 205px;
  padding-left: 30px;
  text-align: center;
}
.whatis-head__icon {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.stock {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.stock:hover .stock__image {
  transform: translate(-50%, -50%) scale(1.1);
}
.stock__poster {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.stock__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
.stock__body {
  padding: 20px 27px 15px;
}
.stock__text {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  height: 76px;
  margin-bottom: 10px;
  transition: all 0.4s;
  color: #767676;
}
.stock:hover .stock__text {
  color: #390;
}
.stock__date {
  font-size: 14px;
  line-height: 1.63;
  margin-bottom: 10px;
  letter-spacing: normal;
  color: #767676;
}
.stock--object .stock__poster {
  display: block;
  height: 155px;
}
.stock--object .stock__body {
  padding: 20px;
}
.stock--object .stock__name {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  overflow: hidden;
  height: 50px;
  letter-spacing: normal;
  color: #4a4a4a;
}
.stock--object .stock__description {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  overflow: hidden;
  height: 70px;
  letter-spacing: normal;
  color: #4a4a4a;
}
.stock--object .stock__price {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: normal;
  color: #4a4a4a;
}


.content-subscribe {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 405px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #f0f0f0;
  background-image: url("../images/subscribe-bg.png");
  background-repeat: no-no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
}
.content-subscribe__title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}
.content-subscribe__subtitle {
  font-size: 17px;
  margin-bottom: 10px;
  margin-bottom: 65px;
}
.l-linked-products {
  margin-bottom: 60px;
}
*/

/*

.video__element {
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
  text-decoration: none;
}
.video__element:focus {
  text-decoration: none;
}
.video__element-poster {
  line-height: 200px;
  height: 200px;
  margin-bottom: 25px;
  text-align: center;
  vertical-align: middle;
}
.video__element-image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.video__element-text {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  overflow: hidden;
  height: 46px;
  letter-spacing: normal;
  color: #4a4a4a;
}
.container-hidden {
  margin-bottom: 60px;
}
.container-hidden-inner {
  overflow: hidden;
  margin-bottom: 30px;
}
.container-hidden-inner.active {
  height: auto !important;
}
.container-hidden-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addition-mobile {
  margin-bottom: 90px;
}
.steps__wrapper {
  margin-bottom: 40px;
}
.steps__element {
  position: relative;
  overflow: hidden;
  height: 304px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.steps__element-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.steps__element-text {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  position: absolute;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 6px 10px;
  color: #fff;
  background-color: #52ae30;
}
.chess-wrapper {
  margin-bottom: 90px;
}
.chess-wrapper .content__preview:last-child {
  margin-bottom: 30px;
}
.vacancy-list {
  margin-top: 40px;
  padding-top: 60px;
  border-top: 1px solid #e6e6e6;
}
.vacancy-title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  margin-bottom: 30px;
  letter-spacing: normal;
}
.vacancy-element {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.vacancy-name {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.vacancy-city {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: normal;
  color: #767676;
}
.vacancy-address {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: normal;
  color: #767676;
}
.vacancy-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: normal;
  color: #767676;
}
.vacancy-btn {
  text-align: right;
}
.vacancy-btn .btn {
  width: 100%;
  max-width: 195px;
}
.search__modal {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 100%;
  max-width: 945px;
  padding: 0 15px;
  transform: translateX(-50%);
  color: #fff;
}
.search__title {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.search__field {
  position: relative;
  margin-bottom: 40px;
}
.search__input {
  font-size: 20px;
  display: block !important;
  width: 100%;
  height: 65px !important;
  padding-right: 70px !important;
  padding-left: 20px !important;
}
.search__btn {
  line-height: 55px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 65px;
  height: 63px;
  text-align: center;
  border: 0;
}
.search__btn i {
  display: inline-block;
  vertical-align: middle;
}
.search__btn i:before {
  color: #9e9e9e;
}
.search__filter .checkbox-link:before,
.search__filter .custom-checkbox:before {
  border: 1px solid #fff;
}
.search__close {
  font-size: 23px;
  position: absolute;
  top: 10%;
  right: 10%;
  cursor: pointer;
}
.search__close i:before {
  color: #fff;
}
.l-search {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 16px;
  background-color: #e3e3e3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.search-content__title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  margin-bottom: 30px;
  letter-spacing: normal;
}
.search-content__field {
  position: relative;
  margin-bottom: 20px;
}
.search-content__input {
  display: block !important;
  width: 100%;
  padding-right: 50px !important;
}
.search-content__btn {
  line-height: 20px;
  position: absolute;
  top: 1px;
  right: 2px;
  width: 45px;
  height: 41px;
  text-align: center;
  border: 0;
}
.search-content__btn i {
  display: inline-block;
  vertical-align: middle;
}
.search-content__btn i:before {
  color: #9e9e9e;
}
.search-content__hidden {
  display: none;
  margin-bottom: 30px;
}
.search-content__additional {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
  vertical-align: top;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #52ae30;
}
.search-content__total {
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  margin-bottom: 60px;
  letter-spacing: normal;
  color: #767676;
}
.search-content__list {
  margin-bottom: 60px;
}
.search-content__element {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  color: #4a4a4a;
  border-bottom: 1px solid #e3e3e3;
}
.search-content__element b {
  color: #000;
}
.search-content__element-title {
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: normal;
}
.search-content__element-text {
  margin-bottom: 20px;
}
.search-content__element-date {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #767676;
}
.currency__datepicker {
  margin-bottom: 40px;
}
.currency__table-list {
  margin-bottom: 60px;
}
.l-calculator {
  margin-bottom: 90px;
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #e3e3e3;
}
.awards-list {
  margin-bottom: 30px;
}
.awards-poster {
  height: 110px;
  margin-bottom: 30px;
  cursor: pointer;
}
.awards-image {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
#form-compare {
  margin-bottom: 60px;
}
@media (max-width: 991px) {

  .table {
    overflow: hidden;
    overflow-x: auto;
  }
  .table table {
    min-width: 1024px;
  }
  .content__heading {
    position: relative;
    display: block;
  }
  .content__heading-link {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .mob-order-0 {
    order: 0;
  }
  .mob-order-1 {
    order: 1;
  }
  .mob-order-2 {
    order: 2;
  }
  .l-info {
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .info,
  .info__shortcut {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .whatis-head__flex {
    flex-wrap: wrap;
  }
  .whatis-head__poster {
    display: none;
  }
  .card-term__element {
    display: block;
  }
  .card-term__icon {
    margin: 0 auto 30px !important;
  }
  .card-term__element--step:after {
    display: none;
  }
  .card-term--list .card-term__element {
    margin-bottom: 30px;
  }
  main {
    padding-top: 0;
  }
}
@media (max-width: 414px) {
  .listing__card .mob-order-0 {
    order: 0;
  }
  .listing__card .mob-order-1 {
    order: 1;
  }
  .listing__card .mob-order-2 {
    order: 2;
  }
}
*/

/*

.header__top-menu {
  background-color: #f0f0f0;
}
.header__top-nav {
  width: 100%;
}
.header__top-nav-list {
  position: relative;
  display: flex;
  margin: 0;
  margin-right: 15px;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.header__top-nav-element {
  position: static;
  margin-bottom: 0;
  text-align: center;
  flex-grow: 1;
}
.header__top-nav-element:before {
  display: none;
}
.header__top-nav-link {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  padding: 9px 15px;
  transition: all 0.4s;
  vertical-align: middle;
  text-decoration: none;
  color: #767676;
}
.header__top-nav-link:focus {
  text-decoration: none;
  color: #767676;
  outline: none;
  background-color: transparent;
}
.header__top-nav-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #52ae30;
}
.header__top-nav-link:active {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.header__top-nav-link.active {
  text-decoration: none;
  color: #fff;
  background-color: #52ae30;
}
.header--short .header__main-inner {
  padding-top: 20px;
  padding-bottom: 11px;
  justify-content: start;
}
.header--short .header__logo {
  margin-right: 60px;
}
.header__top-menu-inner {
  display: flex;
  justify-content: space-between;
}
.header__main {
  position: relative;
  background-color: #fff;
}
.header__main-inner {
  position: relative;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  justify-content: space-between;
  align-items: center;
}
.header__phone i {
  font-size: 17px;
  display: inline-block;
  margin-top: -4px;
  margin-right: 8px;
  vertical-align: middle;
}
.header__phone-wrapper {
  position: relative;
}
.header__phone-action {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 24px;
  display: inline-block;
  margin-right: -30px;
  padding-right: 30px;
  cursor: pointer;
  vertical-align: top;
  text-decoration: none;
  color: #4a4a4a;
}
.header__phone-call {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #4a4a4a;
}
.header__phone-list {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  width: 260px;
  margin: 0;
  padding: 0;
  padding: 30px;
  list-style: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 5px 11px 0 rgba(0,0,0,0.27);
}
.header__phone-element {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.header__phone-element:last-child {
  margin-bottom: 0;
}
.header__phone-element:before {
  display: none;
}
.header__pages-link {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #4a4a4a;
}
.header__pages-link i {
  font-size: 16px;
  margin-right: 2px;
  color: #52ae30;
}
.header__pages-link:first-child {
  margin-right: 30px;
}
.header__controls,
.header__pages {
  display: flex;
  justify-content: space-between;
}
.header__controls {
  margin-right: 12px;
}
.header__lang-wrapper {
  position: relative;
}
.header__lang {
  position: relative;
  padding: 0 28px;
}
.header__search {
  position: relative;
  padding: 0 18px;
}
.header__search:before {
  position: absolute;
  top: -10px;
  left: -5px;
  width: 1px;
  height: 45px;
  content: '';
  background-color: #e3e3e3;
}
.header__search i {
  padding: 0 10px;
}
.header__lang {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 16px;
  color: #4a4a4a;
}
.header__lang:before {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 1px;
  height: 45px;
  content: '';
  background-color: #e3e3e3;
}
.header__lang:after {
  position: absolute;
  top: -10px;
  right: -12px;
  left: inherit;
  width: 1px;
  height: 45px;
  content: '';
  background-color: #e3e3e3;
}
.header__lang-list {
  position: absolute;
  z-index: 9;
  top: 100%;
  right: -39px;
  width: 80px;
  margin: 0;
  padding: 0;
  padding: 30px;
  list-style: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 5px 11px 0 rgba(0,0,0,0.27);
}
.header__lang-element {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.header__lang-element:last-child {
  margin-bottom: 0;
}
.header__lang-element:before {
  display: none;
}
.header__lang-option {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #4a4a4a;
}
.header__lang-option:first-child {
  margin-right: 30px;
}
.header__search,
.header__lang-current {
  cursor: pointer;
}
.header__lang-current {
  margin-right: -30px;
  padding-right: 30px;
}
.header__main-menu {
  background-color: #4a4a4a;
}
.header__nav-list {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.header__nav-dropdown {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding: 30px 20px;
  text-align: left;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 5px 11px 0 rgba(0,0,0,0.27);
}
.header__nav-dropdown-list {
  display: inline-block;
  width: 33.333333333333336%;
  padding: 0;
  vertical-align: top;
}
.header__nav-dropdown-item {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.header__nav-dropdown-item:last-child {
  margin-bottom: 0;
}
.header__nav-dropdown-item:before {
  display: none;
}
.header__nav-dropdown-link {
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  letter-spacing: normal;
}
.header__nav-dropdown-heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
}
.header__nav-dropdown-heading a {
  text-decoration: none;
  color: #767676;
}
.header__nav-dropdown-heading a:hover {
  text-decoration: underline;
}
.header__nav-icon {
  position: absolute;
  top: 11px;
  right: 1px;
  width: 38px;
  height: 24px;
  border-left: 1px solid #ffae78;
}
.header__nav-icon:after {
  right: 15px;
  border-top: 6px solid #ffae78;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.header__nav-element {
  position: static;
  margin-bottom: 0;
  transition: all 0.4s;
  text-align: center;
  flex-grow: 1;
}
.header__nav-element:before {
  display: none;
}
.header__nav-element:hover {
  background-color: #fff;
}
.header__nav-element:hover .header__nav-dropdown {
  display: flex;
}
.header__nav-element:hover > .header__nav-link {
  text-decoration: none;
  color: #390;
}
.header__nav-element > hr {
  margin: 15px 0;
}
.header__search-field {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 10%;
  width: 75%;
  transform: translateY(-50%);
}
.header__search-input {
  width: 100%;
}
.i-banking {
  position: relative;
  min-width: 195px;
}
.i-banking__text {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 13px;
  padding: 9px 15px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  background-color: #f60;
}
.i-banking__icon {
  position: absolute;
  top: 10px;
  right: 38px;
  display: inline-block;
  width: 1px;
  height: 24px;
  vertical-align: middle;
  background-color: #ffae78;
}
.i-banking__icon:after {
  right: -22px;
  border-top: 6px solid #ffae78;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.i-banking__dropdown {
  position: absolute;
  z-index: 9;
  top: 100%;
  right: 0;
  width: 300px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 5px 11px 0 rgba(0,0,0,0.27);
}
.hamburger {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  justify-content: space-between;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4a4a4a;
}
@media (max-width: 1199px) {
  .i-banking {
    min-width: 160px;
    text-align: center;
  }
  .i-banking__icon {
    display: none;
  }
  .header__nav-link {
    font-size: 13px;
    padding: 15px 10px;
  }
  .header__top-nav-list {
    margin-right: 9px;
  }
  .header__top-nav-link {
    font-size: 12px;
    padding: 9px;
  }
}

@media (max-width: 767px) {
  .header__lang-list {
    top: 30px;
    right: -33px;
    right: -17px;
    width: 50px;
    padding: 10px 15px;
  }
  .header__lang-element {
    margin: 0;
  }
  .header__lang-option:first-child {
    margin: 0;
    text-align: center;
  }
  .header__lang-option {
    font-size: 16px;
  }
}
*/


/*

.l-accordion {
  margin-bottom: 67px;
}
.accordion {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.accordion__heading {
  font-family: 'Bold', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.38;
  position: relative;
  padding: 14px 30px;
  padding-right: 70px;
  cursor: pointer;
  letter-spacing: normal;
  color: #4a4a4a;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  background-color: #f3f3f3;
}
.accordion__heading .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -8px;
  color: #52ae30;
}
.accordion__heading.active .icon {
  transform: rotate(90deg);
}
.accordion__heading:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion__wrapper {
  position: relative;
  z-index: -1;
  top: -4px;
  display: none;
  margin-bottom: 4px;
  transition: max-height 0.2s ease-out;
  border: solid 1px #e3e3e3;
  background-color: #f0f0f0;
}
.accordion__content {
  padding: 20px 30px 30px 30px;
}
.accordion--light .accordion__heading {
  font-family: 'Regular', 'Arial', sans-serif;
  background-color: #fff;
}
.accordion--light .accordion__heading .icon {
  color: #9e9e9e;
}
.accordion--light .accordion__wrapper {
  margin-bottom: -5px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .accordion__content {
    padding: 15px;
  }
  .accordion__heading {
    padding: 14px 70px 14px 15px;
  }
}
*/

/*need removed


.field__title .icon-info {
  vertical-align: top;
}
.field__hint {
  font-style: italic;
  position: absolute;
  top: 100%;
  color: #767676;
}
.field__small {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 100%;
  display: inline-block;
  vertical-align: top;
  color: #767676;
}
.field__inner {
  position: relative;
}
.field__inner[data-epos='bottom'] label.error {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  background-color: #ff435a;
}
.field__inner[data-epos='bottom'] label.error:before {
  position: absolute;
  top: -8px;
  left: 30px;
  width: 0;
  height: 0;
  content: '';
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ff435a;
  border-left: 6px solid transparent;
}
.field__inner[data-epos='right'] label.error {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 100%;
  width: 100%;
  max-width: 320px;
  margin-left: 10px;
  padding: 10px 15px;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 4px;
  background-color: #ff435a;
}
.field__inner[data-epos='right'] label.error:before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 0;
  height: 0;
  content: '';
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 8px solid #ff435a;
  border-bottom: 6px solid transparent;
}

.field__checkbox.error ~ .custom-checkbox {
  color: #f00;
}
.field__checkbox.error ~ .custom-checkbox:before {
  border-color: #f00;
}
.file-upload {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.file-upload input[type='file'] {
  display: none;
}
.file-upload label span {
  display: inline-block;
  margin-top: 9px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: underline;
  color: #52ae30;
}
.file-upload label span:hover {
  text-decoration: none;
  color: #390;
}
.l-comment-slider-solo {
  margin-bottom: 90px;
}
.comment-slider__element {
  padding: 0 15px;
}
.comment-slider .slick-dots {
  position: relative;
  top: 30px;
}
.comment-slider .slick-dots li.slick-active button {
  background-color: #52ae30;
}
.comment-slider__btn {
  margin-top: 30px;
  margin-bottom: 90px;
  text-align: center;
}
.slick-dots {
  font-size: 0;
  line-height: normal;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #9e9e9e;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #fc0;
}
.slick-dots li:before {
  display: none;
}
.slick-slide:focus {
  outline: none;
}
.mobileapp-slider__element {
  padding: 0 15px;
  text-align: center;
}
.mobileapp-slider__element img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.infographic {
  margin-bottom: 60px;
  text-align: center;
}
.infographic__element {
  margin-bottom: 30px;
}
.infographic__element--step .infographic__img {
  position: relative;
  margin-bottom: 29px;
}
.infographic__element--step .infographic__img:after {
  font-family: 'icomoon' !important;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -10%;
  width: 16px;
  height: 30px;
  margin-top: -11px;
  content: '\e90e';
  text-transform: none;
  color: #9e9e9e;
  transfrom: translateY(-50%);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.infographic__image,
.infographic__img {
  line-height: 150px;
  height: 150px;
  margin-bottom: 30px;
  text-align: center;
}
.infographic__image img,
.infographic__img img {
  line-height: normal;
  display: inline-block;
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
}
.infographic__text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .infographic__element--step .infographic__img:after {
    display: none;
  }
}
.listing__card {
  margin-bottom: 0;
  padding-top: 34px;
  padding-bottom: 6px;
}
.listing__card:after {
  display: block;
  clear: both;
  content: '';
}
.listing__card-btn {
  margin-bottom: 35px;
}
.listing__card-poster {
  margin-bottom: 20px;
  text-align: center;
}
.listing__card-name {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  margin-bottom: 33px;
}
.listing__card-image {
  display: inline-block;
  max-width: 100%;
}
.listing__card-detail {
  font-size: 16px;
}
.listing__card-tag {
  margin-bottom: 20px;
}
.listing__card-tag-element {
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.listing__card-tag-element img {
  display: inline-block;
  width: 30px;
  margin-right: 11px;
  vertical-align: middle;
}
.listing__card-tag-name {
  display: inline-block;
  vertical-align: middle;
}
.listing__card-description {
  margin-bottom: 30px;
}
.listing__card-advantages b {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: normal;
  color: #4a4a4a;
}
.listing__card-advantages p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #767676;
}
.listing__card--custom .listing__card-bottom {
  position: relative;
  top: -87px;
  height: 0;
}
.listing__card.listing__card--short {
  margin-top: -34px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .listing__card {
    display: flex;
    flex-wrap: wrap;
  }
  .listing__card-advantages {
    display: none;
  }
}
.l-callback {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #e3e3e3;
}
.l-callback + .l-linked-products {
  margin-top: 90px;
}
.callback {
  padding-top: 40px;
  padding-right: 65px;
  padding-bottom: 60px;
  padding-left: 65px;
  border-radius: 4px;
  background-color: #fff;
}
.callback__form {
  display: block;
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.callback__poster {
  text-align: right;
}
.callback__image {
  max-width: 100%;
  max-height: 400px;
}
.callback__heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 1.13;
  margin-bottom: 13px;
  letter-spacing: 0.15px;
  color: #4a4a4a;
}
.callback__sub-heading {
  font-family: 'Regular', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 1.08;
  margin-bottom: 40px;
  letter-spacing: normal;
  color: #767676;
}
.callback__title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: normal;
  color: #4a4a4a;
}
.callback__description {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #4a4a4a;
}
.callback__number {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 1.13;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: normal;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .callback {
    padding: 30px 15px;
  }
}
.content__preview {
  margin-bottom: 16px;
  padding-top: 13px;
}
.content__preview-image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.content__preview-link {
  text-transform: uppercase;
}
.content__preview-heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  margin-bottom: 27px;
}
.content__preview-main {
  margin-bottom: 30px;
}
.content__preview-main * {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #767676;
}
.content__preview-main a {
  color: #52ae30;
}
.content__preview-main h1,
.content__preview-main h2,
.content__preview-main h3,
.content__preview-main h4,
.content__preview-main h5,
.content__preview-main h6 {
  color: #4a4a4a;
}
.content__preview-poster {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content__preview-poster {
    text-align: center;
  }
}
.comment {
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.comment__poster {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.comment__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.comment__body {
  padding: 20px 30px 26px 30px;
}
.comment__video {
  padding: 25px;
  padding-top: 60px;
}
.comment__video iframe {
  width: 100%;
}
.comment__text {
  font-size: 16px;
  overflow: hidden;
  height: 101px;
  margin-bottom: 10px;
  color: #767676;
}
.comment__name {
  font-family: 'Bold', 'Arial', sans-serif;
  font-size: 22px;
}
.comment__profession {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 10px;
  letter-spacing: normal;
  color: #767676;
}
.comment__link {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
}
.comment__preview {
  margin-bottom: 10px;
  color: #52ae30;
}
.comment--solo {
  display: flex;
  padding: 0 7%;
  border: none;
  border-radius: 0;
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 32px;
  align-items: start;
}
.comment--solo .comment__poster {
  min-width: 165px;
  height: 165px;
  border-radius: 50%;
}
.comment--solo .comment__body {
  padding: 0;
  padding-left: 35px;
}
.comment--solo .comment__name {
  display: inline-block;
  margin-right: 8px;
  vertical-align: baseline;
}
.comment--solo .comment__profession {
  display: inline-block;
  vertical-align: baseline;
}
.comment--solo .comment__text {
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  height: 140px;
  margin-bottom: 25px;
  letter-spacing: normal;
  color: #767676;
}
.l-comment-slider-solo {
  position: relative;
}
.comment-slider-solo-nav {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  height: 30px;
  margin-top: -75px;
  color: #9e9e9e;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobileapp-slider + .comment-slider-solo-nav {
  margin-top: 0;
}
.comment-slider-solo-prev {
  transform: rotate(180deg);
}
.comment-slider-solo-prev,
.comment-slider-solo-next {
  cursor: pointer;
}
.modal__comment .comment__poster {
  height: 200px;
}
.modal__comment .comment__name,
.modal__comment .comment__profession {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.modal__comment .comment__text {
  height: auto;
}
@media (max-width: 991px) {
  .comment.comment--solo {
    display: block;
    padding: 0;
  }
  .comment.comment--solo .comment__poster {
    width: 165px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .comment.comment--solo .comment__body {
    padding: 0;
  }
}
.currency-list__heading td {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: normal;
  color: #767676;
}
.currency-list__body {
  margin-bottom: 30px;
}
.currency-list__type {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #767676;
}
.currency-list__value {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  .tab--currency .tab__wrapper {
    height: 449px;
  }
}
@media (max-width: 767px) {
  .tab--currency .tab__wrapper {
    height: auto;
  }
}

.currency-calc__heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 24px;
  margin-bottom: 50px;
}

.currency-calc__result-cur {
  font-size: 18px;
  padding-left: 5px;
}
@media (max-width: 767px) {

  .currency-list table {
    min-width: 100%;
  }
}
.card-order {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 90px;
  padding-top: 61px;
  padding-right: 50px;
  padding-bottom: 59px;
  padding-left: 50px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-order__background {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.card-order__heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 1.13;
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
}
.card-order__subheading {
  font-family: 'Regular', 'Arial', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  text-align: center;
  letter-spacing: normal;
}
.card-order__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.card-order__body .field__title {
  color: #fff;
}
.card-order__element {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.card-order__icon {
  line-height: 70px;
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 15px;
  text-align: center;
}
.card-order__image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.card-order__qr {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  width: 110px;
  height: 110px;
}
.card-order__text {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff;
}
.card-order__btn {
  position: relative;
  z-index: 1;
  text-align: center;
}
.card-order__btn-app {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
.card-order .field__title {
  color: #fff;
}
.card-order .custom-checkbox .small a,
.card-order .custom-checkbox .small {
  color: #fff;
}
.card-order .custom-checkbox .small {
  display: inline-block;
  vertical-align: middle;
}
.card-order .checkbox-link:before,
.card-order .custom-checkbox:before {
  border: 1px solid #fff;
}
@media (max-width: 1199px) {
  .card-order .btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .card-order {
    padding: 30px 15px;
  }
  .card-order__heading {
    margin-bottom: 30px;
  }
  .card-order__qr {
    position: relative;
    z-index: 1;
    right: inherit;
    bottom: inherit;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.l-document {
  padding-top: 60px;
  background-color: transparent;
}
.document__wrapper {
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.document__heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: normal;
  color: #767676;
}
.document__element {
  padding-right: 30px;
  margin-bottom: 15px;
  display: block;
  width: 50%;
  float: left;
}
.document__element:last-child {
  margin-bottom: 0;
}
.document__link {
  font-size: 18px;
  display: flex;
  text-decoration: none;
}
.document__link:hover .document__text {
  text-decoration: none;
}
.document__icon {
  font-size: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  vertical-align: middle;
}
.document__image {
  display: inline-block;
  min-width: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 20px;
  font-size: 0;
  vertical-align: middle;
}
.document__text {
  font-size: 18px;
  display: inline-block;
  max-width: 96%;
  vertical-align: middle;
  white-space: normal;
  text-decoration: underline;
}
.document--full .document__element {
  display: block;
}
.document__body:after {
  content: '';
  clear: both;
  display: table;
}
.document__body--solo {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .document__element {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.l-full-form {
  display: none;
  margin-top: -45px;
  padding-top: 44px;
  padding-bottom: 90px;
  background-color: #f0f0f0;
}
.l-full-form.active {
  display: block;
}
.full-form__back {
  position: relative;
  top: -20px;
  padding: 0;
  color: #52ae30;
  border: 0;
  outline: 0;
  background: none;
}
.full-form__back i {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.full-form__back:hover {
  color: #390;
}
.full-form__back:focus {
  outline: 0;
}
.full-form__work {
  display: none;
}
.full-form__work.active {
  display: block;
}
.full-form__wrapper {
  padding-top: 45px;
  padding-bottom: 60px;
  border-radius: 4px;
  background-color: #fff;
}
.full-form__controls:after {
  display: table;
  clear: both;
  content: '';
}
.full-form__controls .btn {
  width: 166px;
}
.full-form__card-poster {
  margin-bottom: 30px;
  text-align: right;
}
.full-form__card-image {
  display: inline-block;
  max-width: 360px;
  vertical-align: top;
}
.full-form__inner {
  padding: 30px;
  border-radius: 32px;
  background: #fff;
}
.full-form__result {
  margin-bottom: 30px;
  column-count: 2;
}
.full-form__real-adress {
  display: block;
}
.full-form__real-adress.disabled {
  display: none;
}
.full-form__result-real-adress {
  display: block;
}
.full-form__result-real-adress.disabled {
  display: none;
}
.full-form__step {
  display: none;
}
.full-form__step.active {
  display: block;
}
.full-form__heading {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.13;
  margin-bottom: 30px;
  letter-spacing: normal;
}
.full-form__sub-heading {
  font-size: 24px;
  line-height: 1.08;
  margin-top: -20px;
  margin-bottom: 40px;
  letter-spacing: normal;
  color: #767676;
}
.full-form__sub-title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.full-form__status {
  display: flex;
  width: 100%;
  margin-bottom: 33px;
  justify-content: space-between;
}
.full-form__status-element {
  position: relative;
  width: 100%;
  text-align: center;
}
.full-form__status-element i {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #52ae30;
}
.full-form__status-element:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #9e9e9e;
}
.full-form__status-element:first-child:before {
  right: 0;
  left: inherit;
  width: 50%;
}
.full-form__status-element:last-child:before {
  left: 0;
  width: 50%;
}
.full-form__status-element.done .full-form__status-icon {
  font-size: 0;
}
.full-form__status-element.active .full-form__status-icon {
  border-color: #fc0;
  background-color: #fc0;
}
.full-form__status-element.active .full-form__status-icon i {
  font-size: 0;
}
.full-form__status-element.disabled .full-form__status-icon {
  color: #fff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.full-form__status-element.disabled .full-form__status-icon i {
  font-size: 0;
}
.full-form__status-icon {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 34px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  color: #4a4a4a;
  border: solid 2px #c5c5c5;
  border-radius: 50%;
  background-color: #fff;
}
.full-form__status-name {
  font-size: 14px;
  line-height: 1.71;
  display: block;
  text-align: center;
  letter-spacing: normal;
}
.full-form__result-title {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: normal;
}
.full-form__result-list {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.full-form__result-list li {
  margin: 0;
  margin-bottom: -2px;
  padding: 0;
}
.full-form__result-list li:before {
  display: none;
}
.full-form__result-list span {
  font-size: 16px;
  line-height: 1.63;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  letter-spacing: normal;
  color: #767676;
}
@media (max-width: 1199px) {
  .full-form__controls {
    display: flex;
    margin-bottom: 45px;
    justify-content: space-between;
  }
  .full-form__controls .btn {
    display: block;
    width: 100%;
  }
  .full-form__controls > .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-full-form {
    background: transparent;
  }
  .full-form__inner {
    padding: 30px 15px;
  }
  .full-form__card-poster {
    display: none;
  }
  .full-form__body {
    margin-bottom: 45px;
  }
  .full-form__result {
    columns: unset;
  }
}
.toolbox {
  position: fixed;
  z-index: 9;
  top: 50%;
  left: calc(100% - 60px);
  transform: translateY(-50%);
}
.toolbox__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(0);
}
.toolbox__element {
  width: auto;
  margin-bottom: 0;
  padding: 10px;
  transition: transform 0.4s;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: -2px 3px 4px 0 rgba(0,0,0,0.15);
}
.toolbox__element:first-child {
  border-top-left-radius: 4px;
}
.toolbox__element:last-child {
  border-bottom-left-radius: 4px;
}
.toolbox__element:before {
  display: none;
}
.toolbox__element:hover {
  transform: translateX(calc(-100% + 60px));
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.toolbox__link-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
}
.toolbox__link-image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .toolbox {
    display: none;
  }
}
.l-faq {
  padding-top: 90px;
  padding-bottom: 90px;
}
.faq {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faq .content__heading {
  color: #fff;
}
.tag {
  padding-top: 30px;
  padding-bottom: 80px;
}
.tag__element {
  font-family: 'Semi-bold', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 34px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 0 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: normal;
  color: #9e9e9e;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.product-poster {
  margin-bottom: 60px;
}
.product-poster__element {
  position: relative;
  display: block;
  overflow: hidden;
  height: 230px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-decoration: none;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product-poster__element > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-poster__element--long {
  height: 490px;
}
.product-poster__background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175.3px;
  background-image: -webkit-linear-gradient(rgba(74,74,74,0), #4a4a4a);
  background-image: -o-linear-gradient(rgba(74,74,74,0), #4a4a4a);
  background-image: linear-gradient(rgba(74,74,74,0), #4a4a4a);
}
.product-poster__text {
  font-size: 18px;
  line-height: 1.22;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 30px;
  letter-spacing: normal;
  color: #fff;
}
.col-lg-3 .product-poster__element>img {
  max-height: 100%;
}
.col-lg-4 .product-poster__element>img {
  max-width: 100%;
}
.gallery-short {
  padding: 0 30px;
}
body,
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
#background-task {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#background-task span {
  width: 100px;
  height: 20px;
  color: #000;
}
.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 10px;
}
.text-link {
  transition: color 0.3s;
  text-decoration: none;
  color: #4a4a4a;
}

.footnote {
  font-size: 12px;
  line-height: 1.67;
}

.about__content-info {
  font-style: italic;
}
.tag__news {
  padding-top: 0;
}
.content-subscribe--news {
  height: auto;
  padding: 30px 30px 40px;
}
.content-subscribe--news .btn {
  width: 245px;
}
.content-subscribe--news .content-subscribe__title {
  margin-bottom: 30px;
}
.content__subheading {
  font-size: 24px;
  margin-top: -40px;
  margin-bottom: 40px;
}
.content__subheading-small {
  font-size: 20px;
  margin-top: -50px;
  margin-bottom: 25px;
}
.large-tile {
  width: 39.19%;
  padding: 0 15px;
}
.small-tile {
  width: 60.81%;
  padding: 0 15px;
}
.tile__img-large {
  margin-bottom: 15px;
  padding-top: 180%;
  background-size: cover;
}
.tile__img--small {
  margin-bottom: 15px;
  padding-top: 97%;
  background-size: cover;
}
.tile__info-title {
  font-family: 'Bold', 'Arial', sans-serif;
  font-size: 20px;
}
.tile__info-subtitle {
  font-size: 18px;
  line-height: 1.1;
}
.tile-four .tile-item:nth-child(-n+2) {
  margin-bottom: 5.5%;
}
.about__banner-bg {
  position: relative;
  padding-top: 50%;
  background-size: cover;
}
.about__banner-title {
  position: absolute;
  top: 80px;
  left: 40px;
  width: 90%;
  max-width: 650px;
  text-align: left;
}
.about__banner-heading {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 0;
  padding: 10px 22px 15px 20px;
  letter-spacing: -0.2px;
  color: #fff;
  background-color: #52ae30;
}
.about__banner-description {
  font-size: 24px;
  line-height: 1.08;
  max-width: 90%;
  margin-left: 20px;
  padding: 15px 50px 15px 20px;
  color: #f0f0f0;
  background-color: #791d81;
}
.infographic__img-text {
  font-size: 34px;
  display: flex;
  max-width: 150px;
  height: inherit;
  max-height: 150px;
  margin: auto;
  color: #52ae30;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.content__preview--centeredPoster .content__preview-poster {
  position: relative;
  padding: 33%;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.content__preview--centeredPoster .content__preview-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content__text-large,
.content__text-large ul li {
  font-size: 18px;
  color: inherit;
}
.small-margin p + h1,
.small-margin p + h2,
.small-margin p + h3,
.small-margin p + h4,
.small-margin p + h5,
.small-margin p + h6,
.small-margin p + ol,
.small-margin p + p,
.small-margin p + ul {
  margin-top: 10px;
}
.nextto-content__heading {
  margin-top: -45px;
  margin-bottom: 20px;
}
.small-sliderPadding .comment-slider__element {
  padding: 0 7.5px;
}
.small-sliderPadding .comment__link {
  font-size: 12px;
}
.content__heading-small.mb-small {
  margin-bottom: 20px;
}
.heading__margin-20 h1,
.heading__margin-20 h2,
.heading__margin-20 h3,
.heading__margin-20 h4,
.heading__margin-20 h5,
.heading__margin-20 h6 {
  margin-bottom: 20px;
}
a.content__heading {
  display: block;
  color: #52ae30;
}
.document__wrapper-contacts {
  margin-right: -15px;
  border-radius: 0;
}
.document__wrapper-contacts ul {
  margin-bottom: 0;
  padding-left: 30px;
}
.document__wrapper-contacts ul li {
  font-size: 14px;
  margin-bottom: 5px;
  color: #767676;
}
.contacts-form .content__heading-small {
  margin-bottom: 30px;
}
.error__page-holder {
  font-size: 18px;
  margin-top: -45px;
  margin-bottom: 140px;
  padding: 60px 0 330px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.error-light {
  text-transform: uppercase;
  color: #fff;
}
.error__page-title {
  font-family: 'Bold', 'Arial', sans-serif;
  font-size: 60px;
  line-height: 1;
}
.error__page-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.error__page-subtitle + .error-light {
  font-size: 24px;
  margin-bottom: 20px;
}
.error__page-text a {
  color: #fff;
}

*/

/* close button
.modal-body {
  min-height: 100px;
}*/
/* Docoments
.icon {
  min-width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
}
.external-link-alt {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85156 2L4.85156 2C3.74699 2 2.85156 2.89543 2.85156 4L2.85156 12C2.85156 13.1046 3.74699 14 4.85156 14L12.8516 14C13.9561 14 14.8516 13.1046 14.8516 12V10M7.85156 9L14.8516 2M14.8516 2L9.85156 2M14.8516 2V7' stroke='%2352AE30' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.circle-chevron-right {
  min-width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='18' fill='%2352AE30'/%3E%3Cpath d='M16 12L22 18L16 24' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.file-item  {
  min-width: 40px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6331 37.9659C23.6331 39.412 22.5072 40.5842 21.1183 40.5842H3.51479C2.12591 40.5842 1 39.412 1 37.9659V14.4008C1 12.9547 2.12591 11.7825 3.51479 11.7825H16.305C16.9715 11.7826 17.6107 12.0582 18.0822 12.5488L22.8971 17.562C23.3683 18.0529 23.633 18.7184 23.6331 19.4123V37.9659Z' stroke='%2352AE30' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.54395 11.7825V3.92743C8.54395 2.48135 9.66986 1.30908 11.0587 1.30908H23.849C24.5155 1.30923 25.1547 1.58485 25.6261 2.07538L30.4411 7.08864C30.9122 7.57949 31.1769 8.24499 31.1771 8.93893V27.4925C31.1771 28.9386 30.0512 30.1109 28.6623 30.1109H23.6327' stroke='%2352AE30' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.otpbank-item  {
  min-width: 152px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='152' height='32' viewBox='0 0 152 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.5463 11.0911C46.1097 11.0911 44.4825 11.8216 43.5444 16.2818C42.5013 21.2422 44.5817 21.5593 45.5901 21.5593C46.5071 21.5593 48.4595 21.0591 49.4304 16.3098C50.1117 12.9858 49.5699 11.0911 47.5463 11.0911ZM54.6849 16.3098C53.3715 23.8155 48.7065 24.7745 44.7584 24.7745C40.8604 24.7745 37.2702 22.0856 38.2854 16.2713C39.0793 11.7282 41.7726 7.52335 48.3226 7.84524C52.8904 8.06883 55.5769 11.2029 54.6849 16.3098Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.6322 24.1309L64.3868 24.3748C63.4082 24.5598 62.2593 24.7121 61.6358 24.7121C59.3273 24.7121 55.9412 24.3632 57.373 18.5306C58.343 14.5888 59.0377 11.6398 59.0377 11.6398L56.8986 11.7015L56.7148 11.4576L57.602 8.36399L57.8157 8.21172H59.8325L60.7197 4.26228L60.9324 4.04929C63.2264 3.52886 63.8374 3.37466 65.9466 2.76172L66.1294 2.94676L64.7842 8.2734L67.9029 8.21172L68.0241 8.42567C67.5969 9.71228 67.4737 10.0496 67.0773 11.4875L66.8338 11.7015L64.0212 11.6398C64.0212 11.6398 63.4496 14.0164 62.65 17.324C61.7859 20.8985 62.241 20.7183 63.1051 21.0585C63.8441 21.3515 64.8141 20.9766 65.3645 20.7935L65.5492 20.9486L64.6322 24.1309Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.2161 21.0714C74.6642 21.2439 76.2423 20.7649 77.3114 19.8753C78.5334 18.8355 79.6342 16.6931 79.6342 14.3666C79.6342 11.7934 77.984 11.4888 77.373 11.4888C76.4877 11.4888 75.8132 11.9476 75.1713 12.3755L73.2161 21.0714ZM75.6922 9.34547C76.488 8.79517 77.8014 7.87575 79.7875 7.87575C82.8446 7.87575 84.8922 10.1704 84.8922 14.0592C84.8922 16.2642 84.1282 18.8663 82.5386 20.7948C79.5123 24.4995 75.6922 24.4676 72.4514 24.4676L70.7126 31.7844L70.498 31.9367C69.7946 31.9367 69.122 31.9088 68.4196 31.9088C67.3794 31.9088 66.4624 31.9685 65.3327 32.0003L65.1797 31.7844C65.1797 31.7844 66.2555 28.5405 67.5959 22.9613C69.0036 17.1075 70.319 10.2495 70.4345 8.85299L70.6481 8.64097L75.875 7.78516L76.0579 7.99814L75.6922 9.34547Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.8988 22.0192C90.6299 22.1002 93.1779 22.0491 95.1649 20.7028C97.4272 19.1396 98.4982 16.416 98.4982 14.4557C98.4982 11.6715 96.8152 10.5988 94.858 10.5988C93.3001 10.5988 92.2003 11.2734 91.2217 11.8854C91.2217 11.8854 89.0884 21.2675 88.8988 22.0192ZM85.1699 24.2527C85.373 23.3237 86.6912 17.8852 88.0364 11.7683C89.1902 6.52166 89.9927 3.24684 90.2746 0.801807L90.5181 0.587854L93.8503 0.00671387L94.0033 0.222594L93.1479 3.61981L91.7401 9.49675C93.0257 8.79225 94.2477 8.11859 96.204 8.11859C99.2293 8.11859 101.767 10.1704 101.767 14.0293C101.767 15.5896 101.278 18.528 99.2293 20.8854C96.4792 24.0388 93.0863 24.2527 89.143 24.4069H87.462L85.3229 24.4368L85.1699 24.2527Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M115.895 10.7839C115.435 10.7839 114.978 10.754 114.518 10.754C113.509 10.754 111.522 10.8147 109.718 12.0387C106.509 14.2418 106.449 18.1932 106.449 18.3455C106.449 19.8152 107.244 22.1716 110.024 22.1716C110.849 22.1716 112.215 21.9769 113.692 20.671L115.895 10.7839ZM118.154 14.6704C117.085 19.3851 116.872 20.5483 116.261 24.1923L116.047 24.4053L113.174 24.4679L113.02 24.2549L113.234 23.03C112.715 23.4579 111.369 24.5903 108.77 24.5903C105.654 24.5903 103.117 22.3862 103.117 18.5601C103.117 16.143 104.279 13.5091 105.562 11.9777C108.404 8.64122 112.347 8.45618 115.16 8.45618L119.377 8.48605L119.529 8.73181L118.154 14.6704Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M133.291 24.2232L133.046 24.4053L129.929 24.4988L129.805 24.2839C130.254 22.2224 132.137 15.3181 132.159 13.1699C132.18 11.334 131.03 10.7201 129.592 10.7201C127.698 10.7201 126.445 11.6713 125.528 12.345C124.395 17.4885 124.029 19.1115 123.05 24.2232L122.838 24.4053L119.719 24.4988L119.567 24.2839C119.567 24.2839 120.494 20.5378 121.33 16.6414C121.988 13.5911 122.527 11.0767 122.776 8.9786L122.99 8.76272C124.427 8.58057 124.764 8.51889 126.229 8.21242L126.382 8.42541L125.955 9.98764C127.147 9.19062 128.676 8.12183 131.212 8.12183C132.22 8.12183 135.521 8.39457 135.521 12.1002C135.521 14.3149 133.59 22.0605 133.291 24.2232Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M144.97 15.0931L149.708 24.1234L149.523 24.3673L146.131 24.4608L145.885 24.2757C145.096 22.1256 141.638 15.3687 141.638 15.3687C140.752 19.2565 140.568 20.174 139.804 24.215L139.589 24.3981L136.503 24.4608L136.381 24.2757C136.381 24.2757 138.012 17.488 139.423 11.2054C140.083 8.26785 141.107 3.61487 141.515 0.794936L141.731 0.61086L145.061 0.0615234L145.244 0.276439C144.629 2.3909 141.731 14.9389 141.731 14.9389C143.921 13.0162 147.567 9.18341 148.056 8.66298L148.393 8.47891H151.909L152 8.75454C151.132 9.44265 149.523 10.8989 148.943 11.4183L144.97 15.0931Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0793 0V5.46253C9.76293 5.47217 5.45593 9.79265 5.45593 15.1193C5.45593 20.4527 9.77255 24.7761 15.0967 24.7761C20.39 24.7761 24.7383 20.4922 24.7383 15.0836L30.1943 15.0875C30.1943 23.4702 23.4345 30.2405 15.0967 30.2405C6.7588 30.2405 0 23.4702 0 15.1193C0 6.77515 6.75111 0.00867374 15.0793 0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1328 8.41162C18.8326 8.41162 21.83 11.4156 21.83 15.1193C21.83 18.824 18.8326 21.8251 15.1338 21.8251C11.4359 21.8251 8.4375 18.824 8.4375 15.1193C8.4375 11.4156 11.4359 8.41162 15.1328 8.41162Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6167 2.78027C25.7356 2.78027 27.4532 4.50346 27.4532 6.62563C27.4532 8.74684 25.7356 10.4681 23.6167 10.4681C21.4979 10.4681 19.7783 8.74684 19.7783 6.62563C19.7783 4.50346 21.4979 2.78027 23.6167 2.78027Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}


.link-icon-line {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 20px;
}
*/
