.news_content .slick-dots, .exchange_section .exchange_list, .replacement_block .checkbox_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.service_block .slide_block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service_block .slide_block > img {
  object-fit: cover;
}

.news_content .slick-arrow:before, .news_content .slick-arrow:after, .exchange_section .all_currencies a:after, .replacement_block .checkbox_list input:checked + .checkbox_button:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pension_list li a, .calc_section .button_block a, .service_block .info_inner .view_all {
  min-width: 180px;
  border-radius: 7px;
  background: #127550;
  border: none;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: "semiBold";
  font-size: 140%;
  line-height: 19px;
  padding: 9px 10px;
}
.pension_list li a:hover, .calc_section .button_block a:hover, .service_block .info_inner .view_all:hover {
  background: rgba(18, 117, 80, 0.7);
}

.service_block {
  padding-top: 80px;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.service_block .custom_container {
  padding-left: 0;
}
.service_block .service_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  width: 100%;
}
.service_block .service_slider.slick-slider {
  overflow: visible;
}
.service_block .slide_inner_title {
  color: #ffffff;
  font-family: "bold";
  font-size: 170%;
  line-height: 1.33em;
  position: absolute;
  top: 40px;
  text-align: center;
  left: 20px;
  right: 20px;
  padding: 0 20px;
  overflow: hidden;
}
.service_block .slick-track,
.service_block .slick-list {
  overflow: visible;
}
.service_block .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  padding: 0 15px;
  width: 25%;
  height: 500px;
  opacity: 0.4;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  margin-bottom: 10px;
}
.service_block .slide_block.slick-active {
  opacity: 1;
}
.service_block .slide_block.slick-active .slide_inner:hover .icon_arrow {
  width: 100%;
  border-radius: 26px 26px 0 0;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.service_block .slide_block.slick-active .slide_inner:hover .icon_arrow:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.service_block .slide_block.slick-active .slide_inner:hover .service_info {
  max-height: 80%;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.service_block .slide_inner {
  background-size: cover !important;
  background-position: center !important;
  height: 500px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  cursor: pointer;
}
.service_block .icon_arrow {
  height: 34px;
  width: 68px;
  background: #ffffff;
  border-radius: 34px 34px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  z-index: 5;
}
.service_block .icon_arrow:before {
  font-size: 120%;
  color: #127550;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -o-transition: transform 0s;
  -ms-transition: transform 0s;
  -moz-transition: transform 0s;
  -webkit-transition: transform 0s;
  transition: transform 0s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
}
.service_block .service_info {
  width: 100%;
  background: #ffffff;
  position: relative;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  overflow: hidden;
  max-height: 0;
  border-radius: 0 0 26px 26px;
  margin-bottom: -2px;
}
.service_block .icon_block {
  display: inline-block;
  background: inherit;
  margin: 0 auto;
  border-radius: 50%;
}
.service_block .info_inner {
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  list-style-type: none;
  margin: 0;
}
.service_block .info_inner li {
  font-family: "semiBold";
  font-size: 140%;
  line-height: 1.33em;
  text-align: center;
  padding: 13px 0;
  position: relative;
}
.service_block .info_inner li a {
  color: #000000;
  display: block;
}
.service_block .info_inner li a:before {
  content: "";
  height: 1px;
  width: 32px;
  background: rgba(156, 194, 154, 0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}
.service_block .info_inner li a:hover:before {
  background: #127550;
}
.service_block .info_inner .view_all {
  width: 100%;
  margin-top: 50px;
}

.homepage_inform {
  padding-top: 100px;
}
.homepage_inform .information_section {
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.homepage_inform .inner_title {
  color: #000000;
  font-family: "bold";
  font-size: 300%;
  line-height: 1.33em;
}

.calc_section {
  width: 60%;
  padding: 30px 40px 40px;
  border-right: 1px solid rgba(190, 194, 198, 0.3);
}
.calc_section .scroll-y div {
  position: absolute;
  width: 4px;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  right: 0;
}
.calc_section .scroll-y div.scroll-element_track {
  z-index: 5;
  background: inherit;
  width: 8px;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.calc_section .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 6;
  background: rgba(0, 0, 0, 0.2);
  right: 2px;
}
.calc_section div.inner.show {
  max-height: 160px !important;
  min-height: 0 !important;
}
.calc_section .tab_section {
  padding-top: 20px;
}
.calc_section .tab_buttons {
  border-bottom: 1px solid rgba(190, 194, 198, 0.3);
}
.calc_section .tab_buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px;
  font-size: 170%;
  line-height: 1.33em;
  font-family: "semiBold";
  display: flex;
  border-bottom: 1px solid rgba(190, 194, 198, 0.3);
}
.calc_section .tab_buttons ul a {
  display: block;
  position: relative;
  color: #000000;
}
.calc_section .tab_buttons ul a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  bottom: -15px;
}
.calc_section .tab_buttons ul li {
  padding-right: 60px;
}
.calc_section .tab_buttons ul li:last-child {
  padding-right: 0;
}
.calc_section .tab_buttons .selected {
  color: #127550;
}
.calc_section .tab_buttons .selected:before {
  background: #127550;
}
.calc_section .tabs_container {
  padding-top: 40px;
}
.calc_section .tabs_container .tab_block {
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
  display: flex;
}
.calc_section .tabs_container .selected.tab_block {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.calc_section .tab_list {
  width: 52%;
}
.calc_section .calc_info {
  color: #333333;
  font-size: 160%;
  line-height: 1.33em;
}
.calc_section .form_fields {
  padding-top: 25px;
  flex: 1;
}
.calc_section .input_title {
  color: #A1A1A1;
  padding-bottom: 8px;
  font-size: 140%;
  line-height: 1.33em;
}
.calc_section .monthly_payment {
  width: 48%;
  padding-left: 30px;
}
.calc_section .payment_inner {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
}
.calc_section .calc_description {
  font-size: 200%;
  color: #232323;
  line-height: 1.33em;
}
.calc_section .calc_description .large_text {
  font-size: 250%;
  font-family: "bold";
  line-height: 47px;
  display: inline-block;
}
.calc_section .calc_description .middle_text {
  font-size: 150%;
  font-family: "bold";
  display: inline-block;
}
.calc_section .sum_block {
  color: #171717;
  font-size: 200%;
  line-height: 1.33em;
  padding-top: 20px;
}
.calc_section .sum_block span {
  font-size: 150%;
  font-family: "bold";
}
.calc_section .calc_text {
  padding-top: 25px;
  color: #333333;
  font-size: 130%;
  line-height: 1.33em;
}
.calc_section .button_block {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
.calc_section .range_block {
  position: relative;
}
.calc_section .range_block .jslider {
  height: auto;
  top: auto;
  margin-top: -1px;
  padding-right: 3px;
}
.calc_section .range_block .jslider .jslider-pointer {
  width: 15px;
  height: 15px;
  right: 0;
  margin-left: -7px;
  top: -8px;
  background: #127550;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calc_section .range_block .jslider .jslider-pointer:after {
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
}
.calc_section .range_block .jslider .jslider-pointer-to {
  display: none;
}
.calc_section .range_block .jslider .jslider-bg {
  height: 1px;
  background: #BEC2C6;
  border-radius: 2px;
}
.calc_section .range_block .jslider .jslider-bg i {
  height: 2px !important;
}
.calc_section .range_block .jslider-value, .calc_section .range_block .jslider-label {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.calc_section .range_block .status_bar {
  position: absolute;
  left: 0;
  bottom: 14px;
  background: #127550;
  height: 2px;
  z-index: 1;
}
.calc_section .limit_block {
  position: relative;
  flex: 1;
  background: #ffffff;
  border: 1px solid #BEC2C6;
  height: 52px;
  border-radius: 3px;
}
.calc_section .limit_block label {
  display: block;
  margin: 0;
  font-weight: normal;
}
.calc_section .limit_block input,
.calc_section .limit_block .value_mask {
  width: 100%;
  height: 100%;
  padding: 13px 25px 13px 16px;
  position: relative;
  background: transparent;
  z-index: 2;
  border: none;
  font-size: 170%;
  font-family: "bold";
  line-height: 22px;
  display: block;
  cursor: text;
}
.calc_section .range_limits {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calc_section .field_row {
  display: flex;
  align-items: baseline;
}
.calc_section .field_row .select_fields .bootstrap-select {
  width: 100px !important;
}
.calc_section .field_row .select_fields .bootstrap-select .dropdown-toggle:after {
  right: 15px;
  color: #ffffff;
}
.calc_section .field_row .select_fields .bootstrap-select .dropdown-toggle .filter-option {
  padding: 10px 25px 10px 35px;
}
.calc_section .field_row .select_fields .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #ffffff;
}
.calc_section .field_row .select_fields .bootstrap-select .btn {
  height: 52px;
}

.replacement_block input {
  width: 100%;
  height: 100%;
  padding: 13px 25px 13px 16px;
  position: relative;
  background: transparent;
  z-index: 2;
  border: none;
  border-radius: 3px;
  font-size: 170%;
  font-family: "semiBold";
  border: 1px solid #BEC2C6;
  line-height: 22px;
  display: block;
  cursor: text;
}
.replacement_block .checkbox_list input:checked + .checkbox_button:after {
  content: "\e913";
  text-align: center;
  padding: 0;
  font-size: 55%;
}
.replacement_block .checkbox_list .checkbox_button {
  margin-top: 20px;
  min-height: 20px;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: 140%;
  color: #000000;
  font-family: "bold";
  line-height: 1.33em;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.replacement_block .checkbox_list .checkbox_button:hover {
  opacity: 0.7 !important;
}
.replacement_block .checkbox_list .checkbox_button:after {
  height: 20px;
  width: 20px;
  border: 1px solid #BEC2C6;
  border-radius: 2px;
  text-align: center;
  background: #ffffff;
  margin-right: 10px;
  padding: 7px 0;
  font-size: 0;
  line-height: 6px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
}

.exchange_section {
  width: 40%;
  padding: 30px 40px 40px;
}
.exchange_section .tab_section {
  padding-top: 30px;
}
.exchange_section .tab_buttons {
  overflow-y: auto;
  border-bottom: 1px solid rgba(190, 194, 198, 0.3);
}
.exchange_section .tab_buttons ul {
  list-style-type: none;
  height: auto !important;
  margin: 0;
  padding: 0 0 10px;
  font-size: 140%;
  line-height: 1.33em;
  font-family: "semiBold";
  display: flex;
  border-bottom: 1px solid rgba(190, 194, 198, 0.3);
}
.exchange_section .tab_buttons ul a {
  display: block;
  position: relative;
  color: #000000;
}
.exchange_section .tab_buttons ul a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  bottom: -10px;
}
.exchange_section .tab_buttons ul li {
  padding-right: 30px;
}
.exchange_section .tab_buttons ul li:last-child {
  padding-right: 0;
}
.exchange_section .tab_buttons .selected {
  color: #127550;
}
.exchange_section .tab_buttons .selected:before {
  background: #127550;
}
.exchange_section .tabs_container {
  padding: 40px 0 45px 10px;
  border-bottom: 1px solid rgba(190, 194, 198, 0.3);
}
.exchange_section .tabs_container .tab_block {
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.exchange_section .tabs_container .selected.tab_block {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.exchange_section .inner_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exchange_section .inner_row span {
  display: inline-block;
  padding-left: 10px;
}
.exchange_section .exchange_date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 140%;
  line-height: 1.33em;
  text-align: right;
}
.exchange_section .type_list {
  margin: 0;
  list-style-type: none;
  display: flex;
  padding: 0 0 30px;
}
.exchange_section .type_list li {
  color: #000000;
  font-family: "semiBold";
  font-size: 180%;
  line-height: 1.33em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  min-width: 22%;
  flex: 1;
}
.exchange_section .type_list li:first-child {
  min-width: 30%;
}
.exchange_section .type_list li:nth-child(3) {
  min-width: 26%;
}
.exchange_section .exchange_list > li {
  color: #000000;
  font-size: 160%;
  line-height: 1.33em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.exchange_section .exchange_list .list_inner {
  list-style-type: none;
  display: flex;
  padding: 0 0 22px;
}
.exchange_section .exchange_list .list_inner > li {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  flex: 1;
  min-width: 22%;
  display: flex;
  align-items: center;
}
.exchange_section .exchange_list .list_inner > li img {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.exchange_section .exchange_list .list_inner > li span {
  display: block;
  padding-left: 10px;
}
.exchange_section .exchange_list .list_inner > li:first-child {
  min-width: 30%;
}
.exchange_section .exchange_list .list_inner > li:nth-child(3) {
  min-width: 26%;
}
.exchange_section .currency_block {
  padding-top: 15px;
}
.exchange_section .all_currencies {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.exchange_section .all_currencies a {
  display: flex;
  align-items: baseline;
  font-size: 140%;
  line-height: 1.33em;
  color: #127550;
}
.exchange_section .all_currencies a:after {
  display: inline-block;
  content: "\e909";
  padding-left: 6px;
  font-size: 70%;
}
.exchange_section .all_currencies a:first-child {
  margin-right: 20px;
}
.exchange_section .currency_inner {
  padding-top: 20px;
}
.exchange_section .currency_title {
  color: #000000;
  font-family: "semiBold";
  font-size: 140%;
  line-height: 1.33em;
  text-transform: uppercase;
}
.exchange_section .currency_content {
  display: flex;
  padding-right: 40px;
  align-items: center;
}
.exchange_section .icon_calc_arrows {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  margin: 20px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exchange_section .icon_calc_arrows:before {
  font-size: 170%;
  color: #127550;
}
.exchange_section .currency_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.exchange_section .currency_list .scroll-y div {
  position: absolute;
  width: 4px;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  right: 0;
}
.exchange_section .currency_list .scroll-y div.scroll-element_track {
  z-index: 5;
  background: inherit;
  width: 8px;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.exchange_section .currency_list .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 6;
  background: rgba(0, 0, 0, 0.2);
  right: 2px;
}
.exchange_section .currency_list div.inner.show {
  max-height: 160px !important;
  min-height: 0 !important;
}
.exchange_section .currency_list > li {
  display: flex;
  align-items: center;
  padding: 30px 0 0 10px;
  justify-content: space-between;
  border-bottom: 1px solid #f8f8f8;
}
.exchange_section .currency_list > li:first-child {
  padding: 10px 0 0 10px;
}
.exchange_section .currency_list .sum_block {
  color: #505050;
  font-family: "semiBold";
  font-size: 160%;
  line-height: 1.33em;
  border: none;
  background: inherit;
}
.exchange_section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 70px;
}
.exchange_section .bootstrap-select.show .dropdown-toggle:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.exchange_section .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner-inner {
  justify-content: center;
}
.exchange_section .bootstrap-select .btn {
  font-size: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  outline: none !important;
  background: inherit !important;
  color: #505050 !important;
  border: none;
}
.exchange_section .bootstrap-select .dropdown-menu {
  right: 0;
  left: auto !important;
  top: auto !important;
  transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  width: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border: none;
}
.exchange_section .bootstrap-select .dropdown-item {
  padding: 10px;
  font-weight: normal;
  color: #505050;
  line-height: 20px;
  font-size: 107%;
}
.exchange_section .bootstrap-select .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.exchange_section .bootstrap-select .dropdown-item.selected, .exchange_section .bootstrap-select .dropdown-item.active, .exchange_section .bootstrap-select .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: #000000 !important;
  cursor: default;
}
.exchange_section .bootstrap-select .dropdown-toggle {
  position: relative;
}
.exchange_section .bootstrap-select .dropdown-toggle .filter-option {
  position: relative;
  top: auto;
  left: auto;
  line-height: 1.33em;
  padding: 0 5px;
  height: 26px;
  white-space: nowrap;
  font-size: 160%;
  font-family: "semiBold";
}
.exchange_section .bootstrap-select .dropdown-toggle:before {
  display: none;
}
.exchange_section .bootstrap-select .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 1px;
}

.pension_list {
  padding: 80px 0 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.pension_list li {
  padding: 0 15px;
  width: 50%;
}
.pension_list li img {
  width: 100%;
}
.pension_list li a {
  margin-top: 25px;
  float: right;
}
.pension_list .banner_inner {
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.pension_list .banner_info {
  padding: 40px;
}
.pension_list .banner_title {
  color: #000000;
  font-family: "semiBold";
  font-size: 200%;
  line-height: 1.33em;
}
.pension_list .banner_description {
  color: #000000;
  font-size: 160%;
  line-height: 1.33em;
  margin-top: 25px;
}

.banner_section {
  padding-top: 100px;
  position: relative;
}
.banner_section img {
  max-width: 100%;
  max-height: 100%;
}
.banner_section .banner_block {
  background-size: cover !important;
  background-position: center !important;
  height: 550px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.banner_section .banner_info {
  position: absolute;
  left: 400px;
  top: 160px;
  max-width: 380px;
}
.banner_section .banner_title {
  color: #000000;
  font-family: "bold";
  font-size: 300%;
  line-height: 1.33em;
}
.banner_section .banner_description {
  color: #000000;
  font-family: "semiBold";
  font-size: 180%;
  line-height: 1.33em;
  padding-top: 20px;
}
.banner_section .banner_buttons {
  padding-top: 35px;
  display: flex;
}
.banner_section .banner_buttons a {
  display: flex;
  max-height: 55px;
}
.banner_section .banner_buttons a:first-child {
  margin-right: 15px;
}
.banner_section .banner_buttons a:hover {
  opacity: 0.7;
}
.banner_section .banner_buttons img {
  max-height: 55px;
}

.news_content {
  padding-top: 70px;
  padding-bottom: 50px;
}
.news_content .news_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 0 50px;
}
.news_content .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  margin: 0 15px 60px;
  background: inherit;
  width: 50%;
}
.news_content .slide_date {
  color: rgba(0, 0, 0, 0.5);
  font-family: "semiBold";
  font-size: 140%;
  line-height: 1.33em;
  padding-bottom: 10px;
}
.news_content .slide_info {
  color: #000000;
  font-family: "semiBold";
  font-size: 180%;
  line-height: 1.33em;
}
.news_content .slide_inner {
  padding: 25px 40px 25px 15px;
  border-radius: 8px;
  cursor: pointer;
}
.news_content .slide_inner a {
  display: inline-block;
  color: #127550;
}
.news_content .slide_inner:hover {
  background: #127550;
}
.news_content .slide_inner:hover a {
  color: rgba(255, 255, 255, 0.6);
}
.news_content .slide_inner:hover a:hover {
  color: white;
}
.news_content .slide_inner:hover .slide_date {
  color: #ffffff;
}
.news_content .slide_inner:hover .slide_info {
  color: #ffffff;
}
.news_content .slick-dots {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.news_content .slick-dots button {
  border-radius: 50%;
  background: #D8D8D8;
  width: 14px;
  height: 14px;
  border: none;
}
.news_content .slick-dots li {
  padding: 0 7px;
}
.news_content .slick-dots li.slick-active button {
  background: #127550;
}
.news_content .slick-arrow {
  background: inherit;
  border: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -50px;
}
.news_content .slick-arrow:before {
  content: "\e909";
  font-size: 3rem;
  color: #999999;
}
.news_content .slick-prev {
  transform: rotate(180deg);
  left: 0;
}
.news_content .slick-next {
  right: 0;
}

.title_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 40px 40px;
}
.title_row .content_title {
  padding-right: 20px;
}
.title_row .show_all {
  color: #000000;
  display: block;
  font-family: "semiBold";
  font-size: 140%;
  line-height: 1.33em;
}
.title_row .show_all:hover {
  opacity: 0.7;
}

.value_mask {
  display: inline-block;
  padding: 15px;
}

.calc_section .limit_block.date_range:after {
  content: "";
}
.calc_section .limit_block.date_range input {
  opacity: 0;
  position: absolute;
}
.calc_section .limit_block.date_range input:focus {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.calc_section .limit_block.date_range input:focus + .value_mask {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body.business_mode {
  background: #262C3A;
}
body.business_mode .replacement_block input {
  color: #ffffff;
}
body.business_mode .replacement_block .checkbox_list .checkbox_button {
  color: rgba(255, 255, 255, 0.5);
}
body.business_mode .replacement_block .checkbox_list input:checked + .checkbox_button:after {
  color: rgba(0, 0, 0, 0.5);
}
body.business_mode .calc_percent {
  border-top: 1px solid rgba(190, 194, 198, 0.3);
  border-bottom: 1px solid rgba(190, 194, 198, 0.3);
}
body.business_mode .calc_percent .items_row span {
  color: rgba(255, 255, 255, 0.8);
}
body.business_mode .content_title {
  color: #ffffff;
}
body.business_mode .title_row .show_all {
  color: #ffffff;
}
body.business_mode .service_block .slide_inner:after {
  border: 7px solid #31394C;
}
body.business_mode .service_block .slide_inner:hover .icon_arrow {
  background: #31394C;
}
body.business_mode .service_block .icon_arrow {
  background: #127550;
}
body.business_mode .service_block .icon_arrow:before {
  color: #ffffff;
}
body.business_mode .service_block .service_info {
  background: #31394C;
}
body.business_mode .service_block .service_info:hover .icon_arrow {
  background: #31394C;
}
body.business_mode .service_block .service_info .info_inner li a {
  color: #ffffff;
}
body.business_mode .homepage_inform .information_section {
  background: #31394C;
}
body.business_mode .homepage_inform .inner_title {
  color: #ffffff;
}
body.business_mode .exchange_section .exchange_date {
  color: #D5D5D5;
}
body.business_mode .exchange_section .tab_buttons ul a {
  color: rgba(255, 255, 255, 0.6);
}
body.business_mode .exchange_section .tab_buttons ul a.selected {
  color: #127550;
}
body.business_mode .exchange_section .type_list li {
  color: #ffffff;
}
body.business_mode .exchange_section .exchange_list .list_inner > li {
  color: rgba(255, 255, 255, 0.8);
}
body.business_mode .exchange_section .currency_title {
  color: #ffffff;
}
body.business_mode .exchange_section .currency_list .sum_block {
  color: rgba(255, 255, 255, 0.6);
}
body.business_mode .exchange_section .currency_list li {
  border-bottom: 1px solid rgba(190, 194, 198, 0.3);
}
body.business_mode .exchange_section .icon_calc_arrows {
  background: #262C3A;
}
body.business_mode .exchange_section .bootstrap-select .dropdown-menu {
  background: #262C3A;
}
body.business_mode .exchange_section .bootstrap-select .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
body.business_mode .exchange_section .bootstrap-select .dropdown-toggle .filter-option {
  color: #ffffff;
}
body.business_mode .exchange_section .bootstrap-select .dropdown-toggle:after {
  border-top: 0.3em solid #ffffff;
}
body.business_mode .calc_section .tab_buttons ul a {
  color: rgba(255, 255, 255, 0.6);
}
body.business_mode .calc_section .tab_buttons ul a.selected {
  color: #127550;
}
body.business_mode .calc_section .calc_info {
  color: rgba(255, 255, 255, 0.6);
}
body.business_mode .calc_section .payment_inner {
  background: #262C3A;
}
body.business_mode .calc_section .calc_description {
  color: #ffffff;
}
body.business_mode .calc_section .sum_block {
  color: #ffffff;
}
body.business_mode .calc_section .calc_text {
  color: rgba(255, 255, 255, 0.6);
}
body.business_mode .calc_section .input_title {
  color: rgba(255, 255, 255, 0.6);
}
body.business_mode .calc_section .bootstrap-select .btn {
  border: 1px solid #BEC2C6;
}
body.business_mode .calc_section .bootstrap-select .dropdown-toggle .filter-option {
  color: #ffffff;
}
body.business_mode .calc_section .bootstrap-select .dropdown-toggle:after {
  border-top: 0.3em solid #ffffff;
}
body.business_mode .calc_section .bootstrap-select .dropdown-menu {
  background: #262C3A;
}
body.business_mode .calc_section .bootstrap-select .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
body.business_mode .calc_section .limit_block {
  background: inherit;
  color: #ffffff;
}
body.business_mode .calc_section .limit_block.date_range input {
  color: #ffffff;
}
body.business_mode .calc_section .limit_block input {
  color: #ffffff;
}
body.business_mode .news_content .slide_date {
  color: rgba(236, 236, 236, 0.5);
}
body.business_mode .news_content .slide_info {
  color: rgba(255, 255, 255, 0.7);
}
body.business_mode .banner_section .banner_block {
  background: #31394C;
}
body.business_mode .banner_section .banner_title {
  color: #ffffff;
}
body.business_mode .banner_section .banner_description {
  color: #ffffff;
}
body.business_mode .banner_section .banner_description p {
  color: inherit;
}
body.business_mode .pension_list .banner_inner {
  background: #31394C;
}
body.business_mode .pension_list .banner_info {
  background: #31394C;
}
body.business_mode .pension_list .banner_title {
  color: #ffffff;
}
body.business_mode .pension_list .banner_description {
  color: #ffffff;
}
body.business_mode .pension_list .banner_description p {
  color: inherit;
}

.calc_percent {
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  padding: 15px 0;
}
.calc_percent .percent_title {
  font-size: 140%;
  line-height: 1.33em;
  color: #127550;
  padding-bottom: 8px;
  font-family: "bold";
}
.calc_percent .items_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calc_percent .items_row span {
  padding: 10px 0 0 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 160%;
  line-height: 1.33em;
  color: #000000;
}

@media (max-width: 1600px) {
  .banner_section .banner_info {
    left: 200px;
  }
}
@media (max-width: 1440px) {
  .banner_section .banner_info {
    left: 100px;
  }
  .banner_section .banner_buttons img {
    max-height: 45px;
  }
}
@media (max-width: 1199px) {
  .pension_list .banner_info {
    padding: 30px;
  }
  .pension_list .banner_title {
    font-size: 180%;
  }
  .pension_list .banner_description {
    font-size: 140%;
  }

  .homepage_inform {
    padding-top: 80px;
  }
  .homepage_inform .inner_title {
    font-size: 240%;
  }

  .exchange_section {
    padding: 30px 20px 40px;
    width: 45%;
  }
  .exchange_section .tab_buttons ul li {
    padding-right: 20px;
  }

  .calc_section {
    padding: 30px 20px 40px;
    width: 55%;
  }
  .calc_section .input_title {
    font-size: 120%;
  }
  .calc_section .field_row .select_fields .bootstrap-select {
    width: 100% !important;
  }
  .calc_section .field_row .select_fields .bootstrap-select .dropdown-toggle .filter-option {
    padding: 10px 10px 10px 15px;
  }
  .calc_section .monthly_payment {
    padding-left: 20px;
  }
  .calc_section .payment_inner {
    padding: 40px 20px;
  }
  .calc_section .calc_description {
    font-size: 180%;
  }
  .calc_section .sum_block {
    font-size: 180%;
  }
  .calc_section .button_block a {
    font-size: 130%;
  }

  .news_content .slide_inner {
    padding: 25px 15px;
  }

  .service_block .slide_block {
    width: 33.3%;
  }

  .banner_section .banner_info {
    top: 120px;
  }
  .banner_section .banner_block {
    height: 500px;
  }
  .banner_section .banner_title {
    font-size: 260%;
  }
  .banner_section .banner_description {
    font-size: 160%;
  }
}
@media (max-width: 1024px) {
  .calc_section .payment_inner {
    padding: 40px 10px;
  }
  .calc_section .calc_description {
    font-size: 160%;
  }
  .calc_section .sum_block {
    font-size: 160%;
  }

  .news_content .slide_inner {
    padding: 25px 15px;
  }

  .service_block .slide_block {
    width: 33.3%;
  }

  .exchange_section .type_list li {
    font-size: 160%;
  }
  .exchange_section .exchange_list > li {
    font-size: 140%;
  }
}
@media (max-width: 991px) {
  .title_row {
    padding: 0 0 30px 30px;
  }

  .pension_list {
    padding-top: 60px;
  }
  .pension_list .banner_info {
    padding: 20px;
  }
  .pension_list .banner_title {
    font-size: 160%;
  }
  .pension_list .banner_description {
    font-size: 130%;
  }

  .news_content {
    padding-top: 60px;
  }
  .news_content .news_slider {
    padding: 0 30px;
  }
  .news_content .slide_date {
    font-size: 130%;
  }
  .news_content .slide_info {
    font-size: 160%;
  }
  .news_content .slick-arrow:before {
    font-size: 2.2rem;
  }

  .service_block {
    padding-top: 60px;
  }
  .service_block .slide_block {
    width: 50%;
  }

  .homepage_inform {
    padding-top: 60px;
  }
  .homepage_inform .information_section {
    flex-direction: column;
  }
  .homepage_inform .inner_title {
    font-size: 200%;
  }

  .calc_section {
    width: 100%;
    border-right: none;
  }
  .calc_section .input_title {
    font-size: 140%;
  }
  .calc_section .field_row .select_fields .bootstrap-select {
    width: 100px !important;
  }
  .calc_section .field_row .select_fields .bootstrap-select .dropdown-toggle .filter-option {
    padding: 10px 25px 10px 35px;
  }
  .calc_section .payment_inner {
    padding: 40px 30px;
  }
  .calc_section .calc_description {
    font-size: 200%;
  }
  .calc_section .sum_block {
    font-size: 200%;
  }
  .calc_section .monthly_payment {
    padding-left: 30px;
  }
  .calc_section .form_fields {
    flex: 1;
  }

  .exchange_section {
    width: 100%;
  }
  .exchange_section .type_list li {
    font-size: 180%;
  }
  .exchange_section .exchange_list > li {
    font-size: 160%;
  }

  .banner_section {
    padding-top: 80px;
  }
  .banner_section .banner_info {
    top: 80px;
  }
  .banner_section .banner_block {
    height: 450px;
  }
  .banner_section .banner_title {
    font-size: 220%;
  }
  .banner_section .banner_buttons img {
    max-height: 40px;
  }
}
@media (max-width: 768px) {
  .pension_list {
    margin: 0;
  }
  .pension_list li {
    width: 100%;
    padding: 0 0 40px;
  }
  .pension_list li:last-child {
    padding-bottom: 0;
  }
  .pension_list .banner_info {
    padding: 40px;
  }
  .pension_list .banner_title {
    font-size: 200%;
  }
  .pension_list .banner_description {
    font-size: 160%;
  }

  .news_content .news_slider {
    padding: 0 30px;
  }
  .news_content .slide_date {
    font-size: 140%;
  }
  .news_content .slide_info {
    font-size: 180%;
  }

  .calc_section .input_title {
    font-size: 120%;
  }
  .calc_section .payment_inner {
    padding: 40px 20px;
  }
  .calc_section .calc_description {
    font-size: 180%;
  }
  .calc_section .sum_block {
    font-size: 180%;
  }
  .calc_section .monthly_payment {
    padding-left: 20px;
  }

  .banner_section {
    padding-top: 60px;
  }
  .banner_section .banner_block {
    position: relative;
    flex-direction: column-reverse;
    height: auto;
    min-height: 400px;
    justify-content: space-between;
  }
  .banner_section .banner_block > span {
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner_section .banner_info {
    position: relative;
    top: 0;
    padding: 40px 80px 20px;
    max-width: 100%;
    left: 0;
    flex: 1;
  }

  .news_content .slide_block {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .calc_section .tabs_container .tab_block {
    flex-direction: column;
  }
  .calc_section .tab_list {
    width: 100%;
  }
  .calc_section .payment_inner {
    padding: 40px 20px;
  }
  .calc_section .calc_description {
    font-size: 180%;
  }
  .calc_section .sum_block {
    font-size: 180%;
  }
  .calc_section .monthly_payment {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .title_row {
    padding: 0 0 30px 20px;
  }
}
@media (max-width: 575px) {
  .title_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .title_row .show_all {
    padding-top: 10px;
  }

  .pension_list .banner_info {
    padding: 30px;
  }
  .pension_list .banner_title {
    font-size: 180%;
  }
  .pension_list .banner_description {
    font-size: 140%;
  }

  .exchange_section .exchange_date {
    width: 100%;
  }
  .exchange_section .tabs_container {
    padding: 30px 0;
  }
  .exchange_section .exchange_list > li {
    overflow: initial;
    font-size: 120%;
  }
  .exchange_section .exchange_list .list_inner > li {
    min-width: 70px !important;
  }
  .exchange_section .type_list li {
    font-size: 140%;
    min-width: 70px !important;
  }
  .exchange_section .currency_content {
    padding-right: 0;
  }
  .exchange_section .all_currencies {
    padding-bottom: 20px;
  }

  .homepage_inform.inner_title {
    font-size: 180%;
  }

  .calc_section .tab_buttons ul {
    font-size: 140%;
  }
  .calc_section .tab_buttons ul li {
    padding-right: 40px;
  }

  .banner_section .banner_info {
    padding: 40px;
  }

  .service_block .slide_block {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .calc_percent .items_row span {
    font-size: 140%;
  }

  .pension_list .banner_info {
    padding: 30px 20px;
  }
  .pension_list .banner_title {
    font-size: 160%;
  }
  .pension_list .banner_description {
    font-size: 130%;
  }

  .news_content .news_slider {
    padding: 0;
  }
  .news_content .slide_date {
    font-size: 130%;
  }
  .news_content .slide_info {
    font-size: 150%;
  }
  .news_content .slide_inner {
    margin: 0 -15px;
  }
  .news_content .slide_block {
    margin: 0 15px 40px;
  }

  .banner_section .banner_title {
    font-size: 180%;
  }
  .banner_section .banner_description {
    font-size: 140%;
  }
  .banner_section .banner_buttons img {
    max-height: 35px;
  }
  .banner_section .banner_info {
    padding: 40px 20px 0;
  }
  .banner_section .banner_block {
    min-height: 350px;
  }

  .exchange_section .tab_buttons ul {
    font-size: 130%;
  }
  .exchange_section .tab_buttons ul a:before {
    bottom: -5px;
  }
  .exchange_section .exchange_list .list_inner > li {
    min-width: 55px !important;
    text-overflow: inherit;
    padding-right: 5px;
    text-align: center;
    justify-content: center;
  }
  .exchange_section .exchange_list .list_inner > li:nth-child(2):last-child {
    justify-content: flex-start;
  }
  .exchange_section .exchange_list .list_inner > li:first-child {
    min-width: 75px !important;
    justify-content: flex-start;
  }
  .exchange_section .exchange_list .list_inner > li:last-child {
    justify-content: flex-end;
  }
  .exchange_section .exchange_list .list_inner > li span {
    padding-left: 5px;
  }
  .exchange_section .exchange_list .list_inner > li img {
    width: 15px;
    height: 15px;
  }
  .exchange_section .type_list li {
    font-size: 120%;
    text-overflow: inherit;
    min-width: 55px !important;
    padding-right: 5px;
    text-align: center;
  }
  .exchange_section .type_list li:first-child {
    min-width: 75px !important;
    text-align: left;
  }
  .exchange_section .type_list li:last-child {
    text-align: right;
  }
  .exchange_section .type_list li:nth-child(2):last-child {
    text-align: left;
  }
}
@media (max-width: 399px) {
  .pension_list li a {
    width: 100%;
  }
  .pension_list .banner_info {
    padding: 30px 15px;
  }
  .pension_list .banner_title {
    font-size: 150%;
  }

  .news_content .slide_block {
    margin: 0 15px 20px;
  }

  .exchange_section .currency_list .sum_block {
    max-width: 120px;
  }
  .exchange_section .tab_buttons ul {
    font-size: 120%;
  }

  .calc_section .field_row .select_fields .bootstrap-select {
    width: 100% !important;
  }
  .calc_section .field_row .select_fields .bootstrap-select .dropdown-toggle .filter-option {
    padding: 10px 10px 10px 15px;
  }
}
@media (max-width:359px) {
  .exchange_section .tabs_container .tab_block {
    margin: 0 -10px;
  }
  .exchange_section .exchange_date {
    font-size: 130%;
  }

  .homepage_inform .exchange_section .inner_title {
    font-size: 175%;
  }
}
.calc_section .tabs_container .tab_block, .replacement_block .checkbox_list .checkbox_button, .exchange_section .tabs_container .tab_block, .exchange_section .all_currencies a, .exchange_section .icon_calc_arrows, .banner_section .banner_buttons a, .news_content .slick-arrow, .title_row .show_all {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.service_block .info_inner li a:before, .news_content .slide_inner {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.service_block .info_inner .view_all, .calc_section .scroll-y div.scroll-bar, .calc_section .button_block a, .exchange_section .currency_list .scroll-y div.scroll-bar, .exchange_section .bootstrap-select .dropdown-item, .pension_list li a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.exchange_section .all_currencies a:hover, .exchange_section .icon_calc_arrows:hover, .news_content .slick-arrow:hover {
  opacity: 0.7;
}

.replacement_block .checkbox_list input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=index.css.map */
