.currency_section table td, .currency_section table th {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.banners_sections .image_block img, .main_slider .slide_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.main_slider .slide_image > img {
  object-fit: cover;
}

.main_slider .slide_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.main_slider .slide_image {
  position: relative;
  overflow: hidden;
}
.main_slider .slide_image:before {
  display: block;
  content: "";
  padding-bottom: 23.5%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  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;
}

.main_slider * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.stats_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main_slider .slide_title {
  font-size: 320%;
  line-height: 1.22em;
  font-family: "montserrat-medium", "montserratarm";
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .main_slider .slide_title {
    font-size: 280%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .main_slider .slide_title {
    font-size: 250%;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slide_title {
    font-size: 220%;
  }
}

.banners_sections .banner_title, .main_slider .slide_description {
  font-size: 180%;
  line-height: 22px;
}
@media screen and (max-width: 575px) {
  .banners_sections .banner_title, .main_slider .slide_description {
    font-size: 160%;
    line-height: 20px;
  }
}

.partners_section .partners_description {
  font-size: 160%;
  line-height: 25px;
}
@media screen and (max-width: 575px) {
  .partners_section .partners_description {
    font-size: 140%;
    line-height: 22px;
  }
}

.title_calculator, .categories_section .category_slider a .text {
  font-size: 160%;
  line-height: 20px;
}
@media screen and (max-width: 575px) {
  .title_calculator, .categories_section .category_slider a .text {
    font-size: 140%;
    line-height: 17px;
  }
}

.stats_list ul .stat_type, .banners_sections .banner_description {
  font-size: 140%;
  line-height: 17px;
}
@media screen and (max-width: 575px) {
  .stats_list ul .stat_type, .banners_sections .banner_description {
    font-size: 130%;
  }
}

.exchange_update {
  font-size: 120%;
  line-height: 15px;
}

.categories_section .category_slider a {
  position: relative;
}
.categories_section .category_slider a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 10px;
  z-index: -1;
}

.main_slider {
  position: relative;
}
.main_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.main_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  min-height: 448px;
}
.main_slider .slide_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  background: linear-gradient(99.92deg, rgba(0, 0, 0, 0.27) 31.47%, rgba(0, 0, 0, 0) 80.64%);
  padding: 60px 50px 0;
}
.main_slider .slide_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 879px;
}
.main_slider .slide_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-family: "montserrat-medium", "montserratarm";
  color: #ffffff;
  max-width: 879px;
}
.main_slider .slide_image {
  width: 100%;
  display: block;
  min-height: 448px;
}
.main_slider .slick-arrow {
  color: #ffffff;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.main_slider .slick-prev {
  left: 0;
}
.main_slider .slick-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .main_slider .primary_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .main_slider .primary_btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main_slider .primary_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_slider .primary_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slide_title {
    -webkit-line-clamp: 3;
  }
  .main_slider .slide_info {
    padding: 20px 0 0;
  }
  .main_slider .slide_block,
  .main_slider .slide_image {
    min-height: 360px;
  }
}

@media screen and (max-width: 399px) {
  .section_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_head .secondary_btn {
    margin-left: 0;
  }
}

.categories_section {
  margin: -50px 0 30px;
}
@media screen and (max-width: 575px) {
  .categories_section {
    margin: -35px 0 30px;
  }
}
.categories_section .section_head {
  position: relative;
}
.categories_section .section_head .section_title {
  color: #ffffff;
  padding: 0;
}
.categories_section .slick-arrow {
  color: #333333;
  top: 50%;
}
.categories_section .slick-arrow.slick-disabled {
  display: none;
}
@media screen and (max-width: 1024px) {
  .categories_section .slick-arrow:before {
    font-size: 2rem;
  }
}
.categories_section .slick-prev {
  left: 0;
}
.categories_section .slick-next {
  right: 0;
}
.categories_section .category_slider {
  margin: 0 -10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.categories_section .category_slider:not(.slick-slider) {
  display: flex;
}
.categories_section .category_slider:not(.slick-slider) .slide_block {
  flex: 0 0 25%;
  max-width: 25%;
}
.categories_section .category_slider .slick-list {
  overflow: visible;
}
.categories_section .category_slider .slide_block {
  padding: 20px 10px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
  width: 280px;
}
.categories_section .category_slider a {
  height: 124px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  font-family: "montserrat-medium", "montserratarm";
  text-align: center;
  text-transform: uppercase;
  justify-content: flex-start;
  padding: 13px 30px;
  color: #30394E;
}
@media screen and (max-width: 1199px) {
  .categories_section .category_slider a {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 575px) {
  .categories_section .category_slider a {
    height: 100px;
    padding: 13px 13px;
  }
}
.categories_section .category_slider a .text {
  margin-top: 15px;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.categories_section .category_slider img {
  width: auto;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1279px) {
  .categories_section .category_slider .slick-arrow {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .categories_section .category_slider:not(.slick-slider) .slide_block {
    flex: 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .categories_section .category_slider:not(.slick-slider) .slide_block {
    flex: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 639px) {
  .categories_section .category_slider:not(.slick-slider) .slide_block {
    flex: 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (max-width: 575px) {
  .categories_section .category_slider:not(.slick-slider) .slide_block {
    flex: 50%;
    max-width: 50%;
  }
}

.banners_sections .banner_block {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 50%;
  max-width: 50%;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .banners_sections .banner_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .banners_sections .banner_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.banners_sections .image_block {
  flex: 0 0 232px;
  max-width: 232px;
  position: relative;
}
.banners_sections .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.banners_sections .image_block img {
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.banners_sections .info_block {
  flex: 1;
  background: #ffffff;
  padding: 25px 15px 30px 25px;
  border-radius: 0 10px 10px 0;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .banners_sections .info_block {
    padding: 15px;
  }
}
.banners_sections .banner_title {
  font-family: "montserrat-medium", "montserratarm";
  color: #30394E;
}
.banners_sections .banner_description {
  color: #5E6A81;
  padding-top: 10px;
}
.banners_sections .btns_banner {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.banners_sections .btns_banner a:first-child {
  margin-right: 10px;
}
.banners_sections .btns_banner a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.banners_sections .secondary_btn {
  height: 40px;
  min-width: 110px;
}
@media screen and (max-width: 1024px) {
  .banners_sections .info_block,
  .banners_sections .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .banners_sections .banner_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.select2-container .select2-selection--single {
  height: 46px;
}
.select2-container .select2-selection__placeholder {
  color: #ffffff;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #E0E7F5;
  border-radius: 0 5px 0 0 !important;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #5E6A81;
  font-size: 140%;
  line-height: 20px;
  padding: 8px 8px;
  flex: 1;
  width: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 8px 8px;
  padding-left: 0;
  width: auto;
  color: #5E6A81;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 190%;
  display: block;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.select2-container .select2-search--dropdown {
  padding: 0;
}
.select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #E0E7F5;
  padding: 8px 8px;
  font-size: 100%;
  line-height: inherit;
}

.select2-container .select2-dropdown {
  border: 1px solid #E0E7F5;
  font-size: 140%;
  line-height: 20px;
  box-shadow: none;
  position: relative;
  z-index: 5;
}
.select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: 2px 0;
  scrollbar-width: auto;
}
.select2-container .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: thin;
  background: 0;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: 2px;
}
.select2-container .select2-results__options li {
  padding: 11px 20px;
}
.select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid none;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: #ffffff;
  color: #59AB45;
}
.select2-container .select2-results__option--selected {
  background: rgba(244, 246, 250, 0.5) !important;
  color: #30394E !important;
  cursor: default;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: end;
}

.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgba(244, 246, 250, 0.5) !important;
  color: #5E6A81 !important;
}

.select2-container .select2-dropdown {
  border-radius: 0 0 5px 5px !important;
  border-top: 0 !important;
}

.white_section {
  position: relative;
}
.white_section:before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 75px;
  bottom: 200px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.currency_section {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .currency_section {
    margin-top: 30px;
  }
}
.currency_section .section_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .currency_section .section_row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .currency_section .section_row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.currency_section .section_row .sub_title {
  text-align: left;
  padding: 25px;
  color: #30394E;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .currency_section .section_row .sub_title {
    padding: 15px;
  }
}
.currency_section .branches_list {
  display: none;
}
.currency_section .map_section {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media screen and (min-width: 1025px) {
  .currency_section .map_section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .currency_section .map_section {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1239px) {
  .currency_section .map_section {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (max-width: 1239px) and (min-width: 1025px) {
  .currency_section .map_section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1239px) and (max-width: 1024px) {
  .currency_section .map_section {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .currency_section .map_section {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .currency_section .map_section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .currency_section .map_section {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .currency_section .map_section {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .currency_section .map_section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .currency_section .map_section {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.currency_section .map_image {
  display: none;
}
.currency_section .currency_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 1025px) {
  .currency_section .currency_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .currency_section .currency_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1239px) {
  .currency_section .currency_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (max-width: 1239px) and (min-width: 1025px) {
  .currency_section .currency_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1239px) and (max-width: 1024px) {
  .currency_section .currency_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .currency_section .currency_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .currency_section .currency_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .currency_section .currency_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .currency_section .currency_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .currency_section .currency_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .currency_section .currency_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.currency_section .inner_section {
  border: 1px solid #E0E7F5;
  border-radius: 10px;
  background: #ffffff;
}
.currency_section #map {
  border-radius: 0 0 10px 10px;
}
.currency_section table {
  width: 100%;
  border-spacing: 0;
}
.currency_section table td,
.currency_section table th {
  padding: 16px 14px 9px;
  font-size: 14px;
  line-height: 17px;
  color: #5E6A81;
}
.currency_section table td:first-child,
.currency_section table th:first-child {
  text-align: left;
  width: 50%;
  padding: 0;
  flex: 0 0 35%;
  max-width: 35%;
}
@media screen and (max-width: 479px) {
  .currency_section table td:first-child,
  .currency_section table th:first-child {
    flex: 0 0 30%;
    max-width: 25%;
  }
}
.currency_section table td:not(:first-child),
.currency_section table th:not(:first-child) {
  text-align: left;
  flex: 0 0 35%;
  max-width: 35%;
}
@media screen and (max-width: 479px) {
  .currency_section table td:not(:first-child),
  .currency_section table th:not(:first-child) {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.currency_section table td:last-child,
.currency_section table th:last-child {
  padding-right: 40px;
}
.currency_section table th {
  font-weight: normal;
}
.currency_section table td {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
  color: #30394E;
  font-family: "montserrat-medium", "montserratarm";
}
@media screen and (max-width: 479px) {
  .currency_section table td {
    font-size: 14px;
  }
}
.currency_section table td img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
}
.currency_section table td.asc:before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 6px;
  border-width: 0 4px 6px;
  border-color: #59AB45 transparent;
  border-style: solid;
  margin-right: 14px;
  vertical-align: middle;
}
.currency_section table td.desc:before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 6px;
  border-width: 6px 4px 0;
  border-color: #D80027 transparent;
  border-style: solid;
  margin-right: 14px;
  vertical-align: middle;
}
.currency_section table thead {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.currency_section table tbody {
  display: block;
  position: relative;
  width: 100%;
}
.currency_section table tr {
  display: flex;
  width: 100%;
  align-items: center;
}

.tab_section {
  padding: 0 25px 0;
}
@media screen and (max-width: 1024px) {
  .tab_section {
    padding: 0 10px 0;
  }
}

.exchange_section {
  padding: 0 25px 25px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .exchange_section {
    padding: 0 10px 25px;
  }
}

.title_calculator {
  font-family: "montserrat-medium", "montserratarm";
  color: #30394E;
  margin-bottom: 20px;
}

.exchange_block {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
}
.exchange_block .field_block {
  flex: 1;
}
.exchange_block .field_block input {
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.exchange_block .field_block:last-child {
  flex: inherit;
}
.exchange_block .field_block:last-child .field_name {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  display: none;
}

.exchange_update {
  color: #A1AABC;
}

.partners_block {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.partners_block .slick-track {
  height: 100%;
}

.partners_section {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .partners_section {
    margin-top: 30px;
  }
}
.partners_section .inner_section {
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 75%;
  min-height: 242px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .partners_section .inner_section {
    margin-bottom: 20px;
  }
}
.partners_section .left_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 1025px) {
  .partners_section .left_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .partners_section .left_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .partners_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.partners_section .right_block {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .partners_section .right_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .partners_section .right_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .partners_section .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.partners_section .partners_description {
  color: #5E6A81;
}
.partners_section .slider_partners {
  padding: 20px 10px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
}
.partners_section .slider_partners:not(.slick-slider) {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 1025px) {
  .partners_section .all_partners {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .partners_section .all_partners {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.partners_section .slick-arrow {
  top: 50%;
  color: #244FA1;
}
.partners_section .slick-disabled {
  display: none;
}
.partners_section .slick-prev {
  right: 100%;
}
@media screen and (max-width: 1259px) {
  .partners_section .slick-prev {
    left: 0;
    right: unset;
  }
}
.partners_section .slick-next {
  left: 100%;
}
@media screen and (max-width: 1259px) {
  .partners_section .slick-next {
    right: 0;
    left: unset;
  }
}

.calculator_block {
  min-height: 500px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: -60px;
}
.calculator_block:before {
  content: "";
  background: linear-gradient(178.48deg, #F4F6FA 1.27%, rgba(244, 246, 250, 0) 48.16%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calculator_block .page_container {
  position: relative;
}
.calculator_block .calculator_section {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .calculator_block .calculator_section {
    margin-top: 30px;
  }
}

.stats_section {
  margin-top: 80px;
  border-radius: 10px;
  border: 1px solid #E0E7F5;
}
@media screen and (max-width: 1024px) {
  .stats_section {
    margin-top: 30px;
  }
}
.stats_section .section_title {
  background: rgba(244, 246, 250, 0.6);
  padding: 26px 10px;
  text-align: center;
  color: #30394E;
}

.stats_list {
  position: relative;
  padding: 30px 0;
}
.stats_list ul {
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  min-height: 217px;
}
.stats_list ul li {
  border-left: 3px solid #59AB45;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 40px;
}
.stats_list ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .stats_list ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .stats_list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.stats_list ul .num_block {
  margin: 0 18px 4px;
  font-size: 320%;
  line-height: 1.22em;
  font-family: "montserrat-medium", "montserratarm";
  color: #244FA1;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .stats_list ul .num_block {
    font-size: 280%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .stats_list ul .num_block {
    font-size: 250%;
  }
}
@media screen and (max-width: 575px) {
  .stats_list ul .num_block {
    font-size: 220%;
  }
}
.stats_list ul .stat_type {
  margin: 0 18px;
  max-width: 333px;
  font-family: "montserrat-medium", "montserratarm";
  color: #30394E;
}

.web .banners_sections .btns_banner a img, .banners_sections .btns_banner a .web img {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .categories_section .category_slider a:active .text, .categories_section .category_slider .touch a:active .text, .web .categories_section .category_slider a:hover .text, .categories_section .category_slider .web a:hover .text, .web .main_slider .slick-arrow, .main_slider .web .slick-arrow, .web .categories_section .slick-arrow, .categories_section .web .slick-arrow, .web .partners_section .slick-arrow, .partners_section .web .slick-arrow, .categories_section .category_slider a .text {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .categories_section .category_slider a:before, .categories_section .category_slider .web a:before, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default.select2-container--open .select2-selection__arrow, .select2-container .select2-results__options li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .banners_sections .btns_banner a img, .banners_sections .btns_banner a .touch img {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .main_slider .slick-arrow, .main_slider .touch .slick-arrow, .touch .categories_section .slick-arrow, .categories_section .touch .slick-arrow, .touch .partners_section .slick-arrow, .partners_section .touch .slick-arrow {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .categories_section .category_slider a:before, .categories_section .category_slider .touch a:before {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .main_slider .slick-arrow:hover, .main_slider .web .slick-arrow:hover, .web .categories_section .slick-arrow:hover, .categories_section .web .slick-arrow:hover, .web .partners_section .slick-arrow:hover, .partners_section .web .slick-arrow:hover {
  color: #59AB45;
}
.web .banners_sections .btns_banner a img:hover, .banners_sections .btns_banner a .web img:hover {
  opacity: 0.7;
}
.web .categories_section .category_slider a:hover .text, .categories_section .category_slider .web a:hover .text {
  color: #59AB45;
}
.web .categories_section .category_slider a:hover:before, .categories_section .category_slider .web a:hover:before {
  box-shadow: 4px 6px 20px rgba(71, 102, 165, 0.1);
}
@media screen and (min-width: 1025px) {
  .web .categories_section .category_slider a:hover:before, .categories_section .category_slider .web a:hover:before {
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .web .categories_section .category_slider a:hover:before, .categories_section .category_slider .web a:hover:before {
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
  }
}
.touch .main_slider .slick-arrow:active, .main_slider .touch .slick-arrow:active, .touch .categories_section .slick-arrow:active, .categories_section .touch .slick-arrow:active, .touch .partners_section .slick-arrow:active, .partners_section .touch .slick-arrow:active {
  color: #59AB45;
}
.touch .banners_sections .btns_banner a img:active, .banners_sections .btns_banner a .touch img:active {
  opacity: 0.7;
}
.touch .categories_section .category_slider a:active .text, .categories_section .category_slider .touch a:active .text {
  color: #59AB45;
}
.touch .categories_section .category_slider a:active:before, .categories_section .category_slider .touch a:active:before {
  box-shadow: 4px 6px 20px rgba(71, 102, 165, 0.1);
}
@media screen and (min-width: 1025px) {
  .touch .categories_section .category_slider a:active:before, .categories_section .category_slider .touch a:active:before {
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .touch .categories_section .category_slider a:active:before, .categories_section .category_slider .touch a:active:before {
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
  }
}

/*# sourceMappingURL=index.css.map */
