.fees-section__title {
  font-size: 1.5rem;
  line-height: 1.2;
}
.fees-section__title_h2 {
  margin-top: 0.5rem;
  font-size: 1.125rem;
}
.fees-section__title_h3 {
  margin-top: 1rem;
  font-size: 1rem;
}
.fees-section__title_h4 {
  color: rgba(43, 49, 74, 0.7);
  font-size: 1rem;
}
.fees-section__title_h3 + .fees-card,
.fees-section__title_h4 + .fees-card {
  margin-top: 0.25rem;
}
.fees-section__block {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .fees-section__title_h3 + .fees-card,
  .fees-section__title_h4 + .fees-card {
    margin-top: 0.25rem;
  }
}

.fees-card__header {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fees-card__header:first-child {
  margin-top: 0;
}
.fees-card__header:last-child {
  margin-bottom: 0;
}
.fees-card__rate {
  margin-bottom: 0;
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
.fees-card__title {
  margin-bottom: 0.25rem;
  font-family: PTRootUIWebMedium, Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .fees-card {
    padding: 1.5rem 2rem;
  }
  .fees-card__main {
    padding-right: 10.5rem;
  }
  .fees-card__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .fees-card__header_text {
    display: block;
  }
  .fees-card__header_normal .fees-card__rate {
    padding-left: 2rem;
    text-align: right;
    white-space: nowrap;
  }
  .fees-card__price {
    min-width: 10.5rem;
  }
  .fees-card__header_text .fees-card__price {
    min-width: 0;
  }
}

.sidenav__links li ul {
  padding-top: 0.625rem;
}

.block-files__item-title .block-files__item-details {
  padding-left: 0;
}

.filter-bar {
  margin-bottom: 2rem;
}
.filter-bar__item {
  border: 1px solid rgba(23, 28, 45, 0.15);
  border-radius: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  transition: border-color 0.2s linear;
}
.filter-bar__item:hover {
  border-color: rgba(23, 28, 45, 0.4);
}
.filter-bar__item + .filter-bar__item {
  margin-top: 1rem;
}
.filter-bar__select,
.filter-bar__datepicker {
  position: relative;
  display: inline-block;
}
.filter-bar__select:after,
.filter-bar__datepicker:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  bottom: 50%;
  margin-top: -0.5rem;
  width: 0.625rem;
  height: 1rem;
  background-image: url(../img/angle-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.625rem 1rem;
  opacity: 0.5;
  pointer-events: none;
}
.filter-bar__input,
.filter-bar__select select,
.filter-bar__datepicker .selectric {
  background: transparent;
  border: none;
  font-size: 1.125rem;
  line-height: 1.33;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-bar__datepicker {
  overflow: hidden;
}
.filter-bar__datepicker input {
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.filter-bar__input:focus,
.filter-bar__select select:focus,
.filter-bar__datepicker input {
  outline: none;
}
.filter-bar__input,
.filter-bar__select select,
.filter-bar__select .selectric,
.filter-bar__datepicker input,
.filter-bar__datepicker .selectric {
  padding: 0.75rem;
}
.filter-bar__datepicker .selectric {
  min-width: 148px;
}
.filter-bar__select select,
.filter-bar__select .selectric,
.filter-bar__datepicker .selectric {
  padding-right: 2rem;
}
.filter-bar__input::-webkit-inner-spin-button {
  display: none;
}
.filter-bar__input {
  -moz-appearance: textfield;
}
.filter-bar .selectric {
  background: transparent;
  border: none;
  font-size: 1.125rem;
  line-height: 1.33;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 768px) {
  .filter-bar__select,
  .filter-bar__datepicker {
    display: block;
  }
  .filter-bar__select select {
    width: 100%;
  }
  .filter-bar__input {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .filter-bar__item {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .filter-bar__item + .filter-bar__item {
    margin-left: 1.25rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .filter-bar__row {
    display: flex;
    flex-wrap: wrap;
  }
}

.ui-datepicker-calendar {
  table-layout: auto;
  min-width: 0;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  line-height: normal;
  padding: 0;
  vertical-align: top;
}
.ui-datepicker-calendar th:first-child,
.ui-datepicker-calendar td:first-child {
  padding-left: 0;
}
.ui-datepicker-calendar th:last-child,
.ui-datepicker-calendar td:last-child {
  padding-right: 0;
}
.ui-datepicker-calendar th {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
}
.ui-datepicker-calendar td {
  font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
}
.ui-datepicker-calendar thead tr {
  border-bottom: none;
}
.ui-datepicker-calendar tr + tr {
  border-top: none;
}
.ui-datepicker {
  display: none;
  z-index: 10 !important;
  min-width: 309px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(112, 127, 138, 0.3);
  box-shadow: 0 6px 12px 0 rgba(112, 127, 138, 0.3);
  border: solid 1px #b7bec4;
  background-color: #fff;
  padding: 20px 23px 14px;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar thead tr th span {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 12px;
  font-family: "Stem-Regular", sans-serif;
  line-height: 1.83;
  color: #b7bec4;
  text-align: center;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  background-color: #707f8a;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:focus,
.ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-today
  a:active {
  background-color: #707f8a;
  color: #fff;
}
.ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-other-month.ui-datepicker-today
  a {
  background-color: #707f8a;
  color: #fff;
}
.ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-other-month.ui-datepicker-today
  a:hover,
.ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-other-month.ui-datepicker-today
  a:focus,
.ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-other-month.ui-datepicker-today
  a:active {
  background-color: #707f8a;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month a {
  color: #b7bec4;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  color: #707f8a;
  width: 32px;
  padding: 3px 0;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.71;
  font-family: "Stem-Regular", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 4px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td a:active {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(112, 127, 138, 0.1);
}
.ui-datepicker .ui-datepicker-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 10px 17px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover .ui-icon {
  border: solid 1px #b7bec4;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0;
  width: 32px;
  height: 32px;
  border: solid 1px rgba(183, 190, 196, 0.5);
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 9px;
  height: 14px;
  background-image: url(../img/arrow-right-gallery-icon.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover .ui-icon {
  border: solid 1px #b7bec4;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0;
  width: 32px;
  height: 32px;
  border: solid 1px rgba(183, 190, 196, 0.5);
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 14px;
  background-image: url(../img/arrow-right-gallery-icon.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 16px;
  color: #11293c;
  font-family: "Stem-Regular", sans-serif;
}

.block-lead__main {
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 -1.5rem 1.5rem -1.5rem;
}

.hover_bkgr_fricc > div {
  width: 90% !important;
}

@media screen and (min-width: 768px) {
  .ui-datepicker-calendar {
    min-width: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ui-datepicker-calendar {
    min-width: 0;
  }
  .block-lead__main {
    border: 0px dotted Red;
    width: 100%;
    margin: 0;
    padding-left: 4.1vw;
    padding-right: 4.1vw;
  }
  .hover_bkgr_fricc > div {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .ui-datepicker-calendar {
    min-width: 0;
  }
}
@media screen and (min-width: 1668px) {
  .ui-datepicker-calendar {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .block-tabs__item {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* cards faq */
.questions {
  border-top: 1px solid #e9e9e9;
  width: 100%;
}
.questions .block {
  background: none;
  padding: 0;
  border: 1px solid #e9e9e9;
  border-width: 0 1px 1px 1px;
}
.questions .q {
  padding: 10px 15px 10px 15px;
  display: block;
  color: #000000;
}
.questions .q:hover {
  text-decoration: none;
  background: #f8f8f8;
}
.questions .darr {
  float: right;
}
.questions .uarr {
  float: right;
  display: none;
}
.questions .on .uarr {
  display: block;
}
.questions .on .darr {
  display: none;
}
.questions .on {
  background: #f8f8f8;
}
.questions .on .a {
  padding: 0 40px 10px 40px;
  display: none;
}

.questions .a {
  display: none;
}

.block-text > ul.questions li {
  line-height: 1.44;
}

.block-text > ul.questions {
  padding-left: 0;
}

.block-text > ul.questions li {
  position: relative;
}

.block-text > ul.questions li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.block-text > ul.questions li + li {
  margin-top: 0;
}
.redtxt {
  color: #af2828;
}
.greentxt {
  color: #266e06;
}

.block-text > ul.questions li ul {
  list-style: square outside;
  margin-left: 20px;
}

/* hide doc size w/o hover */
.block-files__item--doc > .block-files__item-details {
  display: none;
}

.block-files__item--doc:hover > .block-files__item-details {
  display: block;
}

.fees-card .fees-card-info {
  display: none;
  border: 0px solid White;
  padding: 0px;
}
.fees-card2.active > .fees-card__main > .fees-card-info {
  display: block;
}

ul.depo {
  list-style: none;
  /*list-style-image: url(../media/smenu_bullet.gif);*/
  padding: 0 0 5px 0;
  margin: 0;
}

ul.depo li {
  padding-bottom: 10px;
  background: url(../media/smenu_bullet.gif) left 9px no-repeat;
  padding-left: 22px;
  position: inherit;
}
.fees-card__main ul.depo > li:before {
  display: none;
}
/* for risk profile table */
.risk_profile {
  width: 100%;
  margin: 27px 0;
}
.risk_profile tr + tr {
  border-top: 0px solid #000;
}
.rsk_left {
  text-align: left;
  font-size: smaller;
  color: #707f8a;
}
.rsk_right {
  text-align: right;
  font-size: smaller;
  color: #707f8a;
}
.rsk_number td {
  width: 14.28%;
  text-align: center;
  padding: 0.2rem !important;
  font-size: 1.4rem;
  color: White;
  opacity: 0.2;
}
.rsk_number td.active {
  opacity: 1;
}
.rsk_number2 td:first-child {
  border-radius: 10px 0 0 10px;
}
.rsk_number2 td:last-child {
  border-radius: 0 10px 10px 0;
}
.rsk_1 {
  background-color: #10bf00;
}
.rsk_2 {
  background-color: #37a000;
}
.rsk_3 {
  background-color: #5a8400;
}
.rsk_4 {
  background-color: #7f6600;
}
.rsk_5 {
  background-color: #a44900;
}
.rsk_6 {
  background-color: #c82c00;
}
.rsk_7 {
  background-color: #ed0e00;
}
/* feedback conf style */
.form_info {
  margin-top: 1.5rem;
}
.form_info p {
  font-size: 1rem;
}

/* news list style */
.news-content .block-text > div ul li:before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.125rem; }

.news-content .block-text > div ul li {
  margin-top: 1.5rem;
  padding-left: 1rem;
}

.news-content .block-text > div ul {
  list-style-type: disc;
  margin-left: 2rem;
}

.news-icon{
    width: 8px;
    margin-bottom: 1px;
}
/* hide link for te */
a[href^="/lv/ftest/fees-loans-Ireland"].rbfeestitle {
        display:none !important;
}
a[href^="/ru/ftest/fees-loans-Ireland"].rbfeestitle {
        display:none !important;
}
a[href^="/en/ftest/fees-loans-Ireland"].rbfeestitle {
        display:none !important;
}
/* hide link for pe */
a[href^="/lv/testfees/fees-loans-Ireland"].rbfeestitle {
        display:none !important;
}
a[href^="/ru/testfees/fees-loans-Ireland"].rbfeestitle {
        display:none !important;
}
a[href^="/en/testfees/fees-loans-Ireland"].rbfeestitle {
        display:none !important;
}

/* add all UL and change to OL css */
/* 2020-11-12 */

p + ol {
    padding-top: 20px;
}
ol + p {
    padding-top: 20px;
}

ol {
  list-style: decimal !important; }

  .header-prefix__nav ol + ol {
    margin-left: auto; }
  .header-prefix__nav ol li {
    display: inline-block; }
  .header-prefix__nav ol li + li {
    margin-left: 1.5rem; }
	
  .header-nav > ol {
    width: 100%; }
  .header-nav > ol > li {
    display: inline-block;
    line-height: 1.5625rem; }
  .header-nav > ol > li + li {
    margin-left: 2rem; }
	
	
  @media screen and (min-width: 1024px) {
    .header-nav > ol {
      display: inline-flex;
      padding: 0;
      list-style: none; }
}
	
  .header-burger__nav-col-links > li ol {
    padding: 0.3125rem 0 0 0.5rem; }
  .header-burger__nav-col-links > li ol > li {
    padding: 0.1875rem 0; }
  .header-burger__nav-col-links > li ol .header-burger__links-item {
    color: rgba(23, 28, 45, 0.4); }
  .header-burger__nav-col-links > li ol .header-burger__links-item:hover {
    color: #0090d7; }


.header-burger-mob__links-section li ol {
  padding-left: 0.625rem;
  margin-top: 0.375rem; }

.header-burger-mob__links-section li ol li {
  padding: 0.25rem 0; }

.header-burger-mob__links-section li ol li > .header-burger-mob__links-item {
  font-size: 0.875rem;
  line-height: 1.14;
  color: rgba(23, 28, 45, 0.4); }


.block-text > ol li {
  font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.44; }

.block-text > ol {
  padding-left: 2.25rem; }

.block-text > ol li {
  position: relative; }

.block-text > ol li:before {
  /*content: "•";*/
  position: absolute;
  left: -1.5rem;
  top: 0.125rem; }

.block-text > ol li + li {
  margin-top: 1.5rem; }
  
  
@media screen and (min-width: 768px) {
  .block-text > ol li {
    font-size: 1.25rem;
    line-height: 1.4; } }  
  
  
  .fees-card__main ol > li {
    position: relative; }
  .fees-card__main ol > li:before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 0.5rem;
    width: 0.1875rem;
    height: 0.1875rem;
    border-radius: 50%;
    background-color: rgba(43, 49, 74, 0.5); }
	
  .sidenav__links li ol {
    padding-left: 1.625rem; }
  .sidenav__links li ol li:first-child {
    padding-top: 0; }
  .sidenav__links li ol li:last-child {
    padding-bottom: 0; }
	
.sitemap__col > ol > li + li {
  margin-top: 1rem; }

.sitemap__col > ol > li > a {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25; }

.sitemap__col > ol > li ol {
  padding-top: 0.625rem; }

.sitemap__col > ol > li > ol > li {
  padding-left: 0.5rem; }

.sitemap__col > ol > li > ol > li + li {
  margin-top: 0.5rem; }

.sitemap__col > ol > li > ol > li > a {
  font-family: PTRootUIWebMedium, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.14; }

.sitemap__col > ol > li > ol > li > ol > li {
  padding-left: 0.5rem; }

.sitemap__col > ol > li > ol > li > ol > li + li {
  margin-top: 0.5rem; }

.sitemap__col > ol > li > ol > li > ol > li > a {
  font-family: PTRootUIWebMedium, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.14;
  color: rgba(23, 28, 45, 0.4); }
  
  
   .selectric-items ol, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.14; }

.rcaption{
  top: 100%;
  max-width: 33.75rem;
  margin-top: 1.2rem;
  font-size: 0.875rem;
  line-height: 1.29;
}

/* add all for extended phone number in Brokerage section */
/* 2023-01-18 */

  .block-content__main_br {
    width: 100%;
    padding-top: 2rem; }
  @media screen and (min-width: 768px) {
    .block-content__main_br {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (min-width: 1024px) {
    .block-content__main_br {
      width: calc(32.8vw + 10.5rem);
      padding-left: 4.1vw;
      padding-right: 4.1vw; } }
  @media screen and (min-width: 1280px) {
    .block-content__main_br {
      width: calc(36.8vw + 10.5rem);
      padding-left: 4.6vw;
      padding-right: 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .block-content__main_br {
      width: calc(624px + 10.5rem);
      padding-left: 4.875rem;
      padding-right: 4.875rem; } }