.currency_list, .currency_info table td, .currency_info table th, .calculator_section .tab_btns ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main_section img, .loans_list .loan_inner > picture > img,
.loans_list .loan_inner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.loans_list .loan_inner > picture > img,
.loans_list .loan_inner > img {
  object-fit: cover;
}

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

.loans_list .loan_inner {
  position: relative;
  overflow: hidden;
}
.loans_list .loan_inner:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.news_section .slick-arrow:before, .main_section .slick-arrow:before, .main_section .slick-arrow: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;
}

.currency_info table thead, .currency_info .update_block {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .currency_info table thead, .currency_info .update_block {
    font-size: 130%;
    line-height: 21px;
  }
}

.currency_info .info_title {
  font-size: 200%;
  line-height: 1.7em;
}
@media screen and (max-width: 1200px) {
  .currency_info .info_title {
    font-size: 190%;
  }
}
@media screen and (max-width: 768px) {
  .currency_info .info_title {
    font-size: 180%;
  }
}
@media screen and (max-width: 480px) {
  .currency_info .info_title {
    font-size: 160%;
  }
}

.loans_list .loan_description, .calculator_section .tab_btns ul, .main_section .slide_description {
  font-size: 160%;
  line-height: 1.75em;
}
@media screen and (max-width: 1024px) {
  .loans_list .loan_description, .calculator_section .tab_btns ul, .main_section .slide_description {
    font-size: 150%;
  }
}
@media screen and (max-width: 575px) {
  .loans_list .loan_description, .calculator_section .tab_btns ul, .main_section .slide_description {
    font-size: 140%;
  }
}

.main_section .slide_title {
  font-size: 450%;
  font-family: "mardoto-medium", "roboto-medium";
  line-height: 1.33em;
}
@media screen and (max-width: 1200px) {
  .main_section .slide_title {
    font-size: 400%;
  }
}
@media screen and (max-width: 768px) {
  .main_section .slide_title {
    font-size: 350%;
  }
}
@media screen and (max-width: 480px) {
  .main_section .slide_title {
    font-size: 300%;
  }
}

.main_section .main_sldier {
  position: relative;
}
.main_section .main_sldier:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.main_section .main_sldier:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.main_section .slide_block {
  width: 100%;
  height: 42.7vw;
  max-height: 820px;
  min-height: 700px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 220px;
}
.main_section .slide_block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 40, 18, 0.4);
  z-index: 2;
}
.main_section .slide_block > .page_container {
  height: 100%;
}
.main_section img {
  object-fit: cover;
}
.main_section .slide_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0 80px;
  z-index: 2;
  position: relative;
}
.main_section .slide_title {
  color: #ffffff;
  width: 900px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_section .slide_description {
  color: #ffffff;
  margin-top: 30px;
  width: 680px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_section .slick-arrow {
  right: 50%;
  margin-right: -640px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border: none;
  position: absolute;
  bottom: 255px;
  font-size: 0;
  z-index: 2;
}
.main_section .slick-arrow:before {
  font-size: 2.8rem;
}
.main_section .slick-arrow.slick-prev {
  transform: translate3d(-60px, 0, 0);
  -moz-transform: translate3d(-60px, 0, 0);
  -ms-transform: translate3d(-60px, 0, 0);
  -webkit-transform: translate3d(-60px, 0, 0);
  -o-transform: translate3d(-60px, 0, 0);
}
.main_section .slick-arrow.slick-prev:before {
  content: "\e902";
}
.main_section .slick-arrow.slick-next:before {
  content: "\e903";
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  position: absolute;
  left: 50%;
  margin-left: -640px;
  bottom: 270px;
  display: flex;
  font-size: 0;
}
.slick-dots > li {
  padding: 0 4px;
}
.slick-dots > li.slick-active button {
  background: #ffffff;
}
.slick-dots button {
  width: 8px;
  min-width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
}

.calculator_section {
  margin: -220px 0 80px;
  position: relative;
  z-index: 2;
}
.calculator_section .tab_btns ul {
  display: flex;
}
.calculator_section .tab_btns li:first-child a {
  border-top-left-radius: 10px;
}
.calculator_section .tab_btns li:last-child a {
  border-top-right-radius: 10px;
}
.calculator_section .tab_btns button {
  border: none;
  display: block;
  padding: 14px 30px;
  color: #798278;
  background: rgba(255, 255, 255, 0.8);
}
.calculator_section .tab_btns button.selected {
  color: #0B2812;
  background: #ffffff;
  pointer-events: none;
}
.calculator_section .tabs_container {
  border-radius: 0px 10px 10px 10px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(92, 141, 44, 0.07);
  padding: 30px 80px 60px;
}
.calculator_section .tabs_container .select2.select2-container {
  width: 500px !important;
  max-width: 100%;
}

.currency_section {
  margin-bottom: 150px;
  padding: 110px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.currency_info {
  display: flex;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}
.currency_info img {
  max-width: 100px;
  width: auto;
  height: auto;
}
.currency_info .info_title {
  color: #0B2812;
  font-family: "mardoto-medium", "roboto-medium";
  padding-top: 20px;
}
.currency_info .left_col {
  background: #ffffff;
  max-width: 60%;
  flex: 0 0 60%;
  padding: 90px 15px;
}
.currency_info .right_col {
  max-width: 40%;
  flex: 0 0 40%;
  padding: 90px 0;
  text-align: center;
}
.currency_info .right_col .info_title {
  padding: 20px 15px 0;
}
.currency_info .update_block {
  color: #626A62;
  padding: 50px 15px 0;
  text-align: center;
}
.currency_info table {
  width: 100%;
  border-spacing: 0;
  padding-top: 50px;
}
.currency_info table td:first-child,
.currency_info table th:first-child {
  text-align: left;
  width: 50%;
  padding: 0;
  flex: 0 0 35%;
  max-width: 35%;
}
.currency_info table td:not(:first-child),
.currency_info table th:not(:first-child) {
  text-align: left;
  flex: 0 0 35%;
  max-width: 35%;
}
@media screen and (max-width: 480px) {
  .currency_info table td:not(:first-child),
  .currency_info table th:not(:first-child) {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.currency_info table th {
  font-weight: normal;
}
.currency_info table td {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.75em;
  color: #0B2812;
  font-family: "mardoto-medium", "roboto-medium";
}
@media screen and (max-width: 480px) {
  .currency_info table td {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.currency_info table td img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 15px;
  display: block;
}
.currency_info 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_info 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_info table thead {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  color: #626A62;
}
.currency_info table tbody {
  display: block;
  position: relative;
  width: 100%;
}
.currency_info table tbody tr {
  padding: 20px 50px;
}
.currency_info table tbody tr:nth-child(2n+1) {
  background: #ffffff;
}
.currency_info table tr {
  padding: 0 50px 13px;
  display: flex;
  width: 100%;
  align-items: center;
}

.currency_list {
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
.currency_list li {
  padding-bottom: 40px;
  text-align: center;
}
.currency_list li:last-child {
  padding-bottom: 0;
}
.currency_list .info_description {
  font-size: 160%;
  line-height: 1.75em;
  color: #626A62;
  padding-top: 20px;
}

.news_section {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  background-size: 0;
}
.news_section:before {
  content: "";
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.2;
}
.news_section .section_title {
  padding-right: 80px;
}
.news_section .news_slider {
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news_section .news_slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .news_section .news_slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.news_section .slide_block {
  padding: 0 15px 30px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
}
.news_section .slick-list {
  overflow: visible;
}
.news_section .slick-list:before, .news_section .slick-list:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
}
.news_section .slick-list:before {
  right: 100%;
}
.news_section .slick-list:after {
  left: 100%;
}
.news_section .slick-arrow {
  position: absolute;
  top: -60px;
  color: #0B2812;
  font-size: 0;
  background: transparent;
  border: none;
  padding: 0;
}
.news_section .slick-arrow:before {
  font-size: 2rem;
}
.news_section .slick-prev {
  right: 55px;
}
.news_section .slick-prev:before {
  content: "\e902";
}
.news_section .slick-next {
  right: 15px;
}
.news_section .slick-next:before {
  content: "\e903";
}

.loans_section {
  background-size: 0;
  position: relative;
}
.loans_section:before {
  content: "";
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 220px;
  bottom: 0;
}

.loans_main {
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}

.loans_list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.loans_list > li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px 15px 0;
}
.loans_list .loan_inner {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.loans_list .loan_inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 40, 18, 0.3);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.loans_list .loan_inner:hover .loan_info {
  max-height: 100%;
}
.loans_list .loan_inner:hover .loan_block {
  background: linear-gradient(0deg, rgba(11, 40, 18, 0.8) 0%, rgba(11, 40, 18, 0.8) 100%);
}
.loans_list .loan_block {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.loans_list .loan_name {
  z-index: 2;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 260%;
  font-family: "mardoto-bold", "roboto-bold";
  line-height: 1.7em;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.loans_list .loan_info {
  z-index: 2;
  max-height: 0;
  position: relative;
  overflow: hidden;
  -o-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.loans_list .loan_info:before {
  display: block;
  content: "";
  height: 20px;
}
.loans_list .loan_description {
  font-family: "mardoto-medium", "roboto-medium";
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.loans_list .loan_description ul {
  margin: 0;
  padding: 0 0 0 22px;
  width: 100%;
  list-style-type: disc;
}
.loans_list .more_btn {
  margin-top: 40px;
}

.form_fields {
  display: flex;
  margin: 0 -20px;
  padding-top: 30px;
}
.form_fields .field_block {
  padding: 0 20px;
}
.form_fields .field_block.percent_field .field_name {
  margin-bottom: 28px;
}
.form_fields .field_block.btn_field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.form_fields .field_block.btn_field button {
  width: 100%;
}
.form_fields .field_block:first-child {
  max-width: 35%;
  flex: 0 0 35%;
}
.form_fields .field_block:nth-child(2) {
  max-width: 25%;
  flex: 0 0 25%;
}
.form_fields .field_block:nth-child(3) {
  max-width: 20%;
  flex: 0 0 20%;
}
.form_fields .field_block:last-child {
  max-width: 20%;
  flex: 0 0 20%;
}
.form_fields .field_name {
  margin-bottom: 10px;
}
.form_fields .min_input input {
  border: none;
  padding: 0 110px 23px 0;
  font-size: 240%;
  line-height: 1.2em;
  color: #375702;
  font-family: "mardoto-bold", "roboto-bold";
}
.form_fields .percent_block {
  font-size: 400%;
  line-height: 1.25em;
  font-family: "mardoto-bold", "roboto-bold";
  color: #375702;
}
.form_fields .primary_btn {
  border-radius: 10px;
  height: 54px;
  font-size: 160%;
  line-height: 28px;
}
.form_fields .range_name {
  font-size: 160%;
  color: #0B2812;
  line-height: 1.25em;
  position: absolute;
  right: 20px;
  top: 40px;
}
.form_fields .currency_select {
  position: absolute;
  right: 20px;
  top: 36px;
}
.form_fields .currency_select .select2-results__options {
  padding: 0 !important;
}
.form_fields .currency_select .select2-results__options li {
  padding: 6px 3px;
  text-align: center;
}
.form_fields .currency_select .select2.select2-container {
  border: none;
  width: auto !important;
}
.form_fields .currency_select .select2.select2-container .select2-selection--single {
  border: none;
}
.form_fields .currency_select .select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: 160%;
}
.form_fields .currency_select .select2.select2-container .select2-selection--single .select2-selection__arrow {
  padding: 0;
  margin-left: 10px;
}

@media screen and (max-width: 1310px) {
  .slick-dots {
    left: 15px;
    margin-left: 0;
    bottom: 220px;
  }
  .main_section .slick-arrow {
    margin-right: 0;
    bottom: 200px;
  }
  .main_section .slick-arrow.slick-prev {
    right: 75px;
    transform: none;
  }
  .main_section .slick-arrow.slick-next {
    right: 15px;
  }
  .main_section .slide_block {
    padding-bottom: 180px;
    min-height: 600px;
  }
  .calculator_section {
    margin: -180px 0 80px;
  }
  .calculator_section .tabs_container {
    padding: 30px 40px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .news_section .slick-list {
    overflow: hidden;
  }
  .news_section .slick-list:before, .news_section .slick-list:after {
    display: none;
  }
  .loans_list .more_btn {
    margin-top: 30px;
  }
  .loans_list .loan_name {
    font-size: 240%;
  }
  .loans_list .loan_block {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .loans_section:before {
    background-position: right;
    top: 160px;
  }
  .calculator_section {
    margin: -160px 0 70px;
  }
  .calculator_section .tab_btns ul {
    font-size: 140%;
  }
  .calculator_section .tab_btns button {
    padding: 12px 20px;
  }
  .calculator_section .tabs_container {
    padding: 30px 30px 0;
  }
  .form_fields {
    flex-wrap: wrap;
  }
  .form_fields .field_block {
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0 20px 30px;
  }
  .form_fields .field_block.percent_field .field_name {
    margin-bottom: 10px;
  }
  .loans_main {
    padding-bottom: 130px;
  }
  .loans_list {
    margin: 0 -10px;
  }
  .loans_list > li {
    padding: 20px 10px 0;
  }
  .loans_list .loan_block {
    padding: 20px;
  }
  .loans_list .more_btn {
    margin-top: 20px;
  }
  .loans_list .loan_name {
    font-size: 220%;
  }
  .loans_list .loan_description {
    -webkit-line-clamp: 4;
  }
  .news_section {
    padding-bottom: 100px;
  }
  .news_section .news_slider {
    margin: 30px -10px 0;
  }
  .news_section .slide_block {
    padding: 0 10px 30px;
  }
  .news_section .slick-list:before, .news_section .slick-list:after {
    display: none;
  }
  .currency_section {
    margin-bottom: 130px;
    padding: 90px 0;
  }
  .currency_info .update_block {
    padding-top: 40px;
  }
  .currency_info .left_col {
    padding: 50px 15px;
  }
  .currency_info .right_col {
    padding: 50px 0;
  }
  .currency_info table {
    padding-top: 40px;
  }
  .currency_info table tr {
    padding: 0 20px 13px;
  }
  .currency_info table tbody tr {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .calculator_section .tab_btns ul {
    font-size: 150%;
    flex-wrap: wrap;
  }
  .calculator_section .tab_btns li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .calculator_section .tab_btns button {
    padding: 12px 20px;
    width: 100%;
    height: 100%;
  }
  .calculator_section .tabs_container {
    border-top-right-radius: 0;
  }
  .loans_list .loan_block {
    padding: 20px;
  }
  .loans_list .more_btn {
    margin-top: 20px;
  }
  .loans_list .loan_info:before {
    height: 15px;
  }
  .loans_list .loan_name {
    font-size: 200%;
    line-height: 1.3em;
  }
  .loans_list .loan_inner:before {
    padding-bottom: 80%;
  }
  .loans_list .loan_description {
    -webkit-line-clamp: 6;
  }
  .news_section .news_slider {
    margin: 20px -10px 0;
  }
  .news_section .slick-arrow {
    top: -50px;
  }
  .currency_info .update_block {
    padding-top: 30px;
  }
  .currency_info .left_col {
    padding: 40px 15px;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .currency_info .right_col {
    padding: 40px 0;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .currency_info .right_col .info_title {
    padding: 15px 15px 0;
  }
  .currency_info img {
    max-width: 80px;
  }
  .currency_info .info_title {
    padding-top: 15px;
  }
  .currency_info .info_description {
    padding-top: 15px;
  }
  .currency_info table {
    padding-top: 30px;
  }
  .currency_info table tr {
    padding: 0 15px 13px;
  }
  .currency_info table tbody tr {
    padding: 15px;
  }
  .currency_list .info_description {
    font-size: 140%;
  }
  .currency_section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 900px) {
  .loans_list .loan_inner:before {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form_fields .min_input input {
    font-size: 200%;
  }
  .form_fields .percent_block {
    font-size: 340%;
  }
  .form_fields .primary_btn {
    height: 48px;
  }
  .loans_main {
    padding-bottom: 100px;
  }
  .loans_list {
    margin: 0 -5px;
    padding-top: 10px;
  }
  .loans_list > li {
    padding: 10px 5px 0;
  }
  .loans_list .loan_description {
    -webkit-line-clamp: 6;
  }
  .news_section {
    padding-bottom: 70px;
  }
  .news_section .slick-arrow {
    top: -45px;
  }
  .currency_info {
    flex-wrap: wrap;
  }
  .currency_info .left_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .currency_info .right_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 0;
  }
  .currency_info .update_block {
    padding-top: 20px;
  }
  .currency_section {
    padding: 70px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 700px) {
  .loans_list > li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .loans_list .loan_inner:before {
    padding-bottom: 62.5%;
  }
}
@media screen and (max-width: 575px) {
  .loans_section:before {
    background-position: center;
    top: 100px;
  }
  .calculator_section .tab_btns li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .form_fields {
    margin: 0;
  }
  .form_fields .field_block {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 0 30px;
  }
  .form_fields .range_name {
    font-size: 150%;
    right: 0;
  }
  .form_fields .currency_select {
    right: 0;
  }
  .form_fields .currency_select .select2.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 150%;
  }
  .loans_list .loan_description {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 480px) {
  .calculator_section {
    margin: -120px 0 50px;
  }
  .calculator_section .tabs_container {
    padding: 30px 20px 0;
  }
  .calculator_section .tab_btns button.selected {
    background: #5C8D2C;
    color: #ffffff;
  }
  .loans_main {
    padding-bottom: 70px;
  }
  .news_section {
    padding-bottom: 40px;
  }
  .news_section .section_title {
    padding-right: 0;
  }
  .currency_section {
    padding: 60px 0;
    margin-bottom: 70px;
  }
  .loans_list .loan_inner:before {
    padding-bottom: 80%;
  }
  .main_section .slick-arrow {
    bottom: 160px;
  }
  .main_section .slide_block {
    padding-bottom: 140px;
    min-height: 520px;
  }
  .main_section .slide_inner {
    padding: 80px 0;
  }
  .main_section .slide_description {
    margin-top: 20px;
  }
  .main_section .slide_title {
    -webkit-line-clamp: 3;
  }
  .loans_list .loan_description {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 400px) {
  .calculator_section {
    margin: -80px 0 50px;
  }
  .calculator_section .tabs_container {
    padding: 30px 20px 0;
  }
  .loans_list .loan_inner:before {
    padding-bottom: 100%;
  }
  .currency_info table td.desc:before,
  .currency_info table td.asc:before {
    margin: 7px;
  }
  .currency_info table thead {
    font-size: 130%;
    line-height: 21px;
  }
  .currency_info table tbody tr {
    padding: 15px 5px;
  }
  .currency_info table tr {
    padding: 0 5px 10px;
  }
  .currency_info .left_col {
    padding: 30px 10px;
  }
  .main_section .slide_block {
    padding-bottom: 100px;
    min-height: 480px;
  }
  .main_section .slick-arrow {
    bottom: 120px;
  }
}
.web .calculator_section .tab_btns button, .calculator_section .tab_btns .web button, .web .news_section .slick-arrow, .news_section .web .slick-arrow {
  -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 .main_section .slick-arrow, .main_section .web .slick-arrow {
  -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;
}

.touch .calculator_section .tab_btns button, .calculator_section .tab_btns .touch button, .touch .news_section .slick-arrow, .news_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 .main_section .slick-arrow, .main_section .touch .slick-arrow {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .calculator_section .tab_btns button:hover, .calculator_section .tab_btns .web button:hover, .web .news_section .slick-arrow:hover, .news_section .web .slick-arrow:hover {
  color: #5C8D2C;
}
.web .main_section .slick-arrow:hover, .main_section .web .slick-arrow:hover {
  background: #5C8D2C;
}
.touch .calculator_section .tab_btns button:active, .calculator_section .tab_btns .touch button:active, .touch .news_section .slick-arrow:active, .news_section .touch .slick-arrow:active {
  color: #5C8D2C;
}
.touch .main_section .slick-arrow:active, .main_section .touch .slick-arrow:active {
  background: #5C8D2C;
}

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