.services_section .services_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.become_steps .steps_list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .become_steps .steps_list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .become_steps .steps_list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.become_steps:before, .become_steps:after, .all_in_one .media_block a:after, .become_steps > picture img, .all_in_one .media_block a > picture img,
.become_steps > img,
.all_in_one .media_block a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.online_pay .select2-container--default.select2-container--open .select2-selection__arrow, .member_form .document_type.opened .drop_btn:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.become_steps > picture img, .all_in_one .media_block a > picture img,
.become_steps > img,
.all_in_one .media_block a > img {
  object-fit: cover;
}

.online_pay .select2-container--default .select2-selection--single .select2-selection__arrow:before, .all_in_one .media_block a:after, .services_section a:after, .services_section 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;
}

.news_section .news_image img, .services_section a:before, .services_section button:before, .news_inner_slider *,
.main_slider * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.online_pay .code_id, .become_popup .add_btn:before, .become_popup .popup_header, .become_steps .step_number, .all_in_one .media_block a:after {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.become_popup .field_remove, .become_popup .add_btn, .member_form .document_type .drop_btn {
  border: none;
  padding: 0;
  background: transparent;
}

.become_steps .step_number {
  font-family: "montserratarm-medium", "montserrat-medium";
}
@media screen and (min-width: 1281px) {
  .become_steps .step_number {
    font-size: 360%;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .become_steps .step_number {
    font-size: 320%;
    line-height: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .become_steps .step_number {
    font-size: 280%;
    line-height: 36px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .become_steps .step_number {
    font-size: 240%;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .become_steps .step_number {
    font-size: 200%;
    line-height: 28px;
  }
}

.become_member .form_title {
  font-size: 280%;
  line-height: 36px;
}

.news_inner_slider,
.main_slider {
  position: relative;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 80px 0px rgba(10, 10, 10, 0.15);
}
.news_inner_slider:not(.slick-slider),
.main_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.news_inner_slider:not(.slick-slider) > div,
.main_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.news_inner_slider .slide_block,
.main_slider .slide_block {
  position: relative;
  overflow: hidden;
}
.news_inner_slider img,
.main_slider img {
  display: block;
  width: 100%;
  height: 43.4vw;
  max-height: 720px;
  object-fit: cover;
}
.news_inner_slider .slide_inner,
.main_slider .slide_inner {
  font-size: 0;
  line-height: 0;
}
.news_inner_slider a.slide_inner,
.main_slider a.slide_inner {
  display: block;
}
.news_inner_slider .slide_indicator,
.main_slider .slide_indicator {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 54px;
  height: 54px;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.news_inner_slider .slide_indicator .track,
.main_slider .slide_indicator .track {
  stroke: #7EBC0A;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.news_inner_slider .slide_indicator.active circle,
.main_slider .slide_indicator.active circle {
  -o-transition: all 12s linear;
  -ms-transition: all 12s linear;
  -moz-transition: all 12s linear;
  -webkit-transition: all 12s linear;
  transition: all 12s linear;
}
.news_inner_slider .slide_indicator.active circle.bar,
.main_slider .slide_indicator.active circle.bar {
  stroke-dashoffset: 0;
}
.news_inner_slider .slide_indicator.active circle.track,
.main_slider .slide_indicator.active circle.track {
  stroke-dashoffset: -200;
}
@media screen and (min-width: 1281px) {
  .news_inner_slider .slick-prev,
.main_slider .slick-prev {
    left: 50%;
    margin-left: -650px;
  }
  .news_inner_slider .slick-next,
.main_slider .slick-next {
    right: 50%;
    margin-right: -650px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .news_inner_slider .slick-prev,
.main_slider .slick-prev {
    left: 20px;
  }
  .news_inner_slider .slick-next,
.main_slider .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news_inner_slider .slick-prev,
.main_slider .slick-prev {
    left: 16px;
  }
  .news_inner_slider .slick-next,
.main_slider .slick-next {
    right: 16px;
  }
  .news_inner_slider .slide_indicator,
.main_slider .slide_indicator {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .news_inner_slider img,
.main_slider img {
    height: 133.33vw;
    max-height: 900px;
  }
  .news_inner_slider .slick-dots,
.main_slider .slick-dots {
    position: absolute;
    bottom: 108px;
    left: 50%;
    display: inline-flex;
    z-index: 2;
    margin: 0;
    background: rgba(10, 10, 10, 0.5);
    padding: 3px 5px;
    list-style-type: none;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    border-radius: 20px;
  }
  .news_inner_slider .slick-dots button,
.main_slider .slick-dots button {
    font-size: 0;
    line-height: 0;
    border: none;
    background: transparent;
    width: 17px;
    height: 17px;
    padding: 5px;
  }
  .news_inner_slider .slick-dots button:before,
.main_slider .slick-dots button:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    background: #c2c2c2;
  }
  .news_inner_slider .slick-dots .slick-active button,
.main_slider .slick-dots .slick-active button {
    padding: 4px;
    pointer-events: none;
  }
  .news_inner_slider .slick-dots .slick-active button:before,
.main_slider .slick-dots .slick-active button:before {
    background: #7EBC0A;
  }
}

.services_section {
  z-index: 2;
  position: relative;
}
.services_section .services_list {
  border-radius: 10px;
  background: #ffffff;
}
.services_section a, .services_section button {
  display: flex;
  align-items: center;
  color: inherit;
}
@media screen and (min-width: 1200px) {
  .services_section a, .services_section button {
    padding: 18px 12px;
  }
  .services_section a:before, .services_section button:before {
    margin-right: 8px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .services_section {
    margin-top: -45px;
  }
  .services_section .services_list {
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 81px -28px 150px 0px rgba(0, 0, 0, 0.1);
  }
  .services_section li {
    flex: 1;
    display: flex;
  }
  .services_section li:nth-child(n+5) {
    display: none;
  }
  .services_section li:first-child a, .services_section li:first-child button {
    border-radius: 10px 0 0 10px;
    border-color: transparent;
  }
  .services_section li:last-child a a, .services_section li:last-child a button {
    border-radius: 0 10px 10px 0;
  }
  .services_section a, .services_section button {
    width: 100%;
    height: 100%;
    border-left: 1px solid #e0e0e0;
  }
  .services_section a:before, .services_section button:before {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .services_section a:after, .services_section button:after {
    content: "\e903";
    font-size: 2.4rem;
    margin-left: 8px;
  }
  .services_section a:hover:before, .services_section button:hover:before {
    background: #7EBC0A;
    color: #ffffff;
  }
  .services_section a .info_block, .services_section button .info_block {
    display: block;
    flex: 1;
    width: 50%;
  }
  .services_section a .service_name, .services_section button .service_name {
    font-size: 160%;
    line-height: 24px;
    font-family: "montserratarm-bold", "montserrat-bold";
    display: block;
  }
  .services_section a .service_description, .services_section button .service_description {
    display: block;
    font-size: 120%;
    line-height: 15px;
    margin-top: 11px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .services_section a:before, .services_section button:before {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .services_section a, .services_section button {
    flex-direction: column;
  }
  .services_section a:before, .services_section button:before {
    margin-bottom: 12px;
    width: 48px;
    height: 48px;
    font-size: 4rem;
  }
  .services_section a .info_block, .services_section button .info_block {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .services_section a:after, .services_section button:after {
    margin-left: 0;
    margin-top: auto;
    padding-top: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .services_section a, .services_section button {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  .services_section {
    margin-top: -85px;
    padding-bottom: 20px;
  }
  .services_section .services_list {
    box-shadow: 0px 4px 80px 0px rgba(10, 10, 10, 0.15);
  }
  .services_section .services_list > li > a,
.services_section .services_list > li > button {
    font-size: 160%;
    line-height: 20px;
    font-family: "montserratarm-medium", "montserrat-medium";
    padding: 12px 10px;
  }
  .services_section .services_list > li > a:after,
.services_section .services_list > li > button:after {
    display: block;
    margin-left: auto;
    content: "\e915";
    font-size: 2.4rem;
    padding-left: 20px;
  }
  .services_section .services_list > li > a .icon_block,
.services_section .services_list > li > button .icon_block {
    flex: 0 0 25px;
    max-width: 25px;
    margin-right: 20px;
  }
  .services_section .services_list > li > a .icon_block img,
.services_section .services_list > li > button .icon_block img {
    display: block;
    max-width: 25px;
    max-height: 24px;
    object-fit: contain;
  }
  .services_section .services_list > li:not(:first-child):before {
    display: block;
    content: "";
    border-top: 1px solid #d8d8d8;
    margin: 0 2px;
  }
  .services_section button {
    padding: 16px 20px;
    background: transparent;
    border: none;
    width: 100%;
  }
}

.all_in_one {
  padding: 70px 0;
  background: #ededed;
}
.all_in_one .page_container {
  display: flex;
}
.all_in_one .media_block {
  flex: 0 0 50%;
  max-width: 608px;
  padding-left: 8px;
  margin-left: auto;
}
.all_in_one .media_block a {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-radius: 20px;
}
.all_in_one .media_block a:before {
  display: block;
  content: "";
  padding-bottom: 63.33%;
}
.all_in_one .media_block a:after {
  font-size: 10rem;
  content: "\e920";
  z-index: 1;
}
.all_in_one .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 8px;
  align-self: center;
}
.all_in_one .section_title {
  max-width: 460px;
}
.all_in_one .description_block {
  font-size: 160%;
  line-height: 1.5em;
  margin-top: 16px;
  max-width: 488px;
}
.all_in_one .primary_light {
  width: 270px;
  max-width: 100%;
  font-family: "montserratarm", "montserrat";
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .all_in_one .description_block {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .all_in_one {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 108px;
    position: relative;
  }
  .all_in_one .page_container {
    flex-wrap: wrap;
  }
  .all_in_one .media_block {
    flex: 0 0 100%;
    padding-left: 0;
    margin: 32px auto 0;
    box-shadow: 0px 4px 80px 0px rgba(10, 10, 10, 0.15);
  }
  .all_in_one .media_block a {
    min-height: 260px;
  }
  .all_in_one .primary_light {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 20px;
    margin: 0 auto;
    max-width: 360px;
    width: auto;
  }
  .all_in_one .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .all_in_one .description_block {
    max-width: 100%;
    margin-top: 32px;
  }
  .all_in_one .section_title {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .all_in_one .media_block a:after {
    font-size: 9rem;
  }
}
@media screen and (max-width: 575px) {
  .all_in_one .media_block a:after {
    font-size: 9rem;
  }
}

.become_member {
  padding-bottom: 70px;
  padding-top: 0;
}
.become_member .member_form {
  position: relative;
  z-index: 4;
  margin-top: -125px;
}
.become_member .form_inner {
  max-width: 820px;
  background: #ffffff;
  box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 70px 60px;
  margin: 0 auto;
}
.become_member .form_title {
  font-family: "montserratarm-medium", "montserrat-medium";
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .become_member {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .become_member .member_form {
    margin-top: 20px;
  }
  .become_member .form_title {
    font-size: 200%;
    line-height: 28px;
    text-align: center;
    padding-bottom: 46px;
  }
  .become_member .form_inner {
    padding: 22px 14px;
    box-shadow: 0px 4px 80px 0px rgba(10, 10, 10, 0.15);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .become_member .form_inner {
    max-width: 720px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .become_member .form_title {
    font-size: 240%;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .become_member .member_form .field_name {
    text-align: center;
    margin-bottom: 32px;
  }
  .become_member .member_form .check_block {
    margin-top: 16px;
  }
}

.become_steps {
  position: relative;
  text-align: center;
  padding: 70px 0 195px;
  color: #ffffff;
}
.become_steps:before, .become_steps:after {
  z-index: 2;
  content: "";
  opacity: 0.5;
}
.become_steps:before {
  background: #0a0a0a;
}
.become_steps:after {
  background: linear-gradient(180deg, rgba(226, 229, 37, 0.6) 0%, rgba(159, 207, 48, 0.6) 100%);
}
.become_steps .page_container {
  position: relative;
  z-index: 3;
}
.become_steps .section_title {
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
}
.become_steps .steps_list {
  justify-content: space-between;
}
.become_steps .steps_list li {
  flex: 1;
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .become_steps .steps_list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .become_steps .steps_list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.become_steps .steps_list li:before, .become_steps .steps_list li:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #757575;
  top: 40px;
}
.become_steps .steps_list li:before {
  left: 0;
  right: 50%;
  margin-right: 94px;
}
.become_steps .steps_list li:after {
  right: 0;
  left: 50%;
  margin-left: 94px;
}
.become_steps .steps_list li:first-child:before, .become_steps .steps_list li:last-child:after {
  display: none;
}
.become_steps .step_inner {
  width: 100%;
  max-width: 320px;
}
.become_steps .step_number {
  font-family: "montserratarm", "montserrat";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #7EBC0A;
  margin: 0 auto 36px;
}
.become_steps .step_info {
  font-size: 160%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .become_steps .step_info {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .become_steps .step_number {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
  }
  .become_steps .steps_list li:before {
    top: 30px;
    margin-right: 46px;
  }
  .become_steps .steps_list li:after {
    top: 30px;
    margin-left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .become_steps {
    padding: 40px 0;
  }
  .become_steps .steps_list {
    flex-direction: column;
    text-align: left;
  }
  .become_steps .steps_list li {
    flex: none;
    justify-content: flex-start !important;
  }
  .become_steps .steps_list li:first-child {
    margin-top: 26px;
  }
  .become_steps .steps_list li:after {
    display: none !important;
  }
  .become_steps .steps_list li:before {
    border-top: none;
    border-left: 1px solid #7EBC0A;
    left: 35px;
    right: auto;
    margin-right: 0;
    bottom: 100%;
    margin-bottom: 11px;
    top: -37px;
  }
  .become_steps .step_inner {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .become_steps .step_number {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 23px 0 0;
  }
  .become_steps .step_info {
    align-self: center;
  }
}

.member_form .field_block label:not(.check_block) {
  display: block;
}
.member_form .field_block ::-webkit-input-placeholder {
  color: #757575;
}
.member_form .field_block :-moz-placeholder {
  color: #757575;
}
.member_form .field_block :-ms-input-placeholder {
  color: #757575;
}
.member_form .field_block input {
  border: 1px solid #757575;
  font-size: 160%;
  line-height: 24px;
  background: transparent;
  border-radius: 10px;
  padding: 17px 12px 17px;
}
.member_form .field_block input:focus ~ .code_block, .member_form .field_block input.filled ~ .code_block {
  color: #0a0a0a;
}
.member_form .field_block:has(.code_block) input {
  padding-left: 53px;
}
.member_form .field_block .code_block {
  display: block;
  width: 52px;
  font-size: 160%;
  line-height: 24px;
  padding: 17px 0 17px 12px;
  margin-top: -60px;
  color: #757575;
  border: 1px solid transparent;
  pointer-events: none;
}
.member_form .field_name {
  display: block;
  font-size: 160%;
  line-height: 24px;
  margin-bottom: 8px;
}
.member_form .check_block {
  margin-top: 8px;
}
.member_form .check_block a {
  font-size: 160%;
  line-height: 24px;
  margin-left: 5px;
}
.member_form .check_btn {
  font-size: 160%;
  line-height: 24px;
}
.member_form .form_actions {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.member_form .form_actions .primary_light {
  min-width: 270px;
  margin-right: 20px;
  font-family: "montserratarm", "montserrat";
}
.member_form .form_actions .field_block {
  flex: 1;
}
.member_form .form_actions .check_block {
  margin-top: 0;
}
.member_form .form_actions .check_btn {
  font-size: 120%;
  line-height: 16px;
}
.member_form .contact_field {
  display: none;
}
.member_form .contact_field:before {
  display: block;
  content: "";
  height: 16px;
}
.member_form .member_type {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .member_form .member_type {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .member_form .member_type {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.member_form .member_type .block_title {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 160%;
  line-height: 24px;
  font-family: "montserratarm-bold", "montserrat-bold";
  margin-bottom: -8px;
}
@media screen and (min-width: 1025px) {
  .member_form .member_type .block_title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .member_form .member_type .block_title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.member_form .member_type > .radio_block {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .member_form .member_type > .radio_block {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .member_form .member_type > .radio_block {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.member_form .member_type > .radio_block .radio_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 160%;
  line-height: 24px;
}
.member_form .member_type > .radio_block .radio_btn:before {
  display: block;
  content: "";
  min-width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 3px;
  border: 15px solid #ededed;
  background: #7EBC0A;
  align-self: flex-start;
}
.member_form .member_type > .radio_block input:checked ~ .radio_btn {
  pointer-events: none;
}
.member_form .member_type > .radio_block input:checked ~ .radio_btn:before {
  border-width: 5px;
}
.member_form .fields_group {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 16px;
  padding-left: 11px;
  padding-right: 11px;
}
.member_form .fields_group > .field_block {
  flex: 1;
  padding: 0 4px;
}
@media screen and (min-width: 769px) {
  .member_form .fields_group .field_name {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.member_form input[type=radio] {
  padding: 0;
  border: none;
  margin: 0;
}
.member_form .document_fields {
  flex: 0 0 100%;
  max-width: 100%;
}
.member_form .document_type {
  position: relative;
}
.member_form .document_type .drop_btn {
  display: flex;
  align-items: center;
  font-size: 160%;
  line-height: 24px;
  color: inherit;
  margin-bottom: 8px;
}
.member_form .document_type .drop_btn:before {
  display: block;
  order: 2;
  margin-left: 8px;
  font-size: 2.4rem;
}
.member_form .document_type .drop_block {
  position: absolute;
  left: 0;
  width: 300px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 10px;
  z-index: 2;
  padding: 0 14px;
  box-shadow: 0px 4px 80px 0px rgba(10, 10, 10, 0.15);
}
.member_form .document_type .drop_block:before, .member_form .document_type .drop_block:after {
  display: block;
  content: "";
  height: 25px;
}
.member_form .document_type .drop_block label {
  display: block;
}
.member_form .document_type .drop_block label:not(:first-child):before {
  display: block;
  content: "";
  border-top: 1px solid #757575;
  pointer-events: none;
}
.member_form .document_type .radio_btn {
  display: block;
  font-size: 160%;
  line-height: 24px;
  cursor: pointer;
  padding: 15px 0;
}
.member_form .document_type input:checked ~ .radio_btn {
  color: #7EBC0A;
  pointer-events: none;
}
.member_form .btn_block {
  padding-top: 30px;
  text-align: center;
}
.member_form .btn_block .primary_light {
  width: 270px;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .member_form .field_block .code_block,
.member_form .field_block input {
    font-size: 140%;
    line-height: 20px;
    padding: 14px 12px;
  }
  .member_form .field_block .code_block {
    margin-top: -50px;
  }
  .member_form .field_block:has(.code_block) input {
    padding-left: 48px;
  }
  .member_form .document_type .radio_btn {
    font-size: 140%;
    line-height: 20px;
  }
  .member_form .check_block a,
.member_form .check_btn {
    font-size: 120%;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .member_form .form_actions {
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
  }
  .member_form .form_actions .field_block {
    padding: 0 14px;
  }
  .member_form .form_actions .primary_light {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .member_form .btn_block {
    padding-top: 0;
  }
}

.become_popup .popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 750px;
  padding: 0;
  position: relative;
}
.become_popup .popup_header {
  height: 100px;
  padding: 0 100px;
  background: #7EBC0A;
  color: #ffffff;
}
.become_popup .popup_close {
  top: 34px;
  right: 61px;
}
.become_popup .popup_body {
  padding: 50px 30px;
}
.become_popup .description_block {
  text-align: center;
  font-size: 160%;
  line-height: 24px;
  margin-bottom: 40px;
}
.become_popup .field_block {
  margin-bottom: 16px;
}
.become_popup .add_btn {
  display: flex;
  align-items: center;
  font-size: 160%;
  line-height: 24px;
  position: relative;
  color: inherit;
}
.become_popup .add_btn:before {
  min-width: 51px;
  height: 51px;
  color: #ffffff;
  font-family: "montserratarm-bold", "montserrat-bold";
  content: "+";
  font-size: 2.8rem;
  background: #7EBC0A;
  margin-right: 16px;
  border-radius: 5px;
}
.become_popup .add_btn:hover:before {
  background: #215700;
}
.become_popup .add_btn:active:before {
  background: #1C4200;
}
.become_popup .field_remove {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 2.4rem;
  background: #e0e0e0;
  color: #A82525;
  border-radius: 3px;
}
.become_popup .field_remove:before {
  display: block;
}
.become_popup .field_remove ~ label {
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .become_popup .description_block {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .become_popup .field_name {
    margin-bottom: 12px;
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .become_popup .popup_container {
    max-width: 480px;
  }
  .become_popup .popup_header {
    padding: 0 50px;
    height: 120px;
  }
  .become_popup .popup_close {
    top: 48px;
    right: 16px;
  }
  .become_popup .popup_body {
    padding: 20px 16px;
  }
  .become_popup .description_block {
    font-size: 120%;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .become_popup .add_btn {
    font-size: 140%;
    line-height: 20px;
  }
  .become_popup .fields_group > .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .become_popup .member_type > .radio_block {
    min-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .become_popup .popup_container {
    max-width: 100%;
    min-height: 100%;
    flex: 1;
  }
  .become_popup .popup_inner {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .become_popup .popup_body {
    min-height: 0;
  }
  .become_popup .join_info {
    font-size: 140%;
    line-height: 20px;
  }
  .become_popup .info_block {
    padding-left: 18px;
  }
  .become_popup .info_block:before {
    top: 6px;
  }
  .become_popup .info_block:not(:first-child) {
    margin-top: 24px;
  }
}

.service_section + .become_member {
  padding-top: 50px;
  padding-bottom: 0;
}
@media screen and (max-width: 479px) {
  .service_section + .become_member {
    padding-top: 40px;
  }
}

.news_section {
  padding-top: 70px;
  position: relative;
  z-index: 3;
}
.news_section .section_header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 27px;
}
.news_section .section_title {
  flex: 1;
}
.news_section .more_news {
  display: flex;
  align-items: center;
  font-size: 160%;
  line-height: 24px;
  font-family: "montserratarm-medium", "montserrat-medium";
  margin-left: 24px;
  white-space: nowrap;
}
.news_section .more_news:before {
  order: 2;
  font-size: 2.4rem;
  display: block;
  margin-left: 8px;
}
.news_section .news_list {
  display: flex;
  height: 340px;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -32px;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.news_section .news_list li {
  width: 33.33%;
  padding: 0 32px;
}
.news_section .news_list li:nth-child(-n+2) {
  order: 2;
  height: 100%;
}
.news_section .news_list li:nth-child(n+3) {
  height: 50%;
}
.news_section .news_list li:nth-child(n+3) .news_image,
.news_section .news_list li:nth-child(n+3) .view_more {
  display: none;
}
.news_section .news_list li:nth-child(n+3) .news_block {
  padding: 12px 48px;
}
.news_section .news_list li:nth-child(n+5) {
  display: none;
}
.news_section .news_list li:nth-child(3) .news_block {
  background: #ededed;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news_section .news_list li:nth-child(4) .news_block {
  background: #ededed;
  border-radius: 0 0 20px 20px;
}
.news_section .news_block {
  height: 100%;
}
.news_section .news_block.hovered .news_image img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.news_section .news_block.hovered .news_title a,
.news_section .news_block.hovered .read_more {
  color: #215700;
}
.news_section .news_block.hovered .news_title a:active,
.news_section .news_block.hovered .read_more:active {
  color: #1C4200;
}
.news_section .news_image {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 195px;
  border: 1px solid #7EBC0A;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.news_section .news_image picture,
.news_section .news_image img {
  display: block;
  width: 100%;
  height: 100%;
}
.news_section .news_image img {
  object-fit: cover;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.news_section .news_title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.news_section .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "montserratarm-bold", "montserrat-bold";
  color: inherit;
  font-size: 160%;
  line-height: 24px;
}
.news_section .news_date {
  display: flex;
  align-items: center;
  font-size: 160%;
  line-height: 24px;
  color: #757575;
}
.news_section .news_date:before {
  display: block;
  font-size: 2.4rem;
  margin-right: 8px;
}
.news_section .read_more {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 160%;
  line-height: 24px;
  margin-top: 16px;
}
.news_section .read_more:before {
  display: block;
  order: 2;
  margin-left: 8px;
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .news_section .news_list {
    margin-left: -24px;
    margin-right: -24px;
  }
  .news_section .news_list li {
    padding: 0 24px;
  }
  .news_section .news_list li:nth-child(n+3) .news_block {
    padding: 12px 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .news_section .news_list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .news_section .news_list li {
    padding: 0 12px;
  }
  .news_section .news_list li:nth-child(n+3) .news_block {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .news_section .news_list {
    flex-direction: row;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .news_section .news_list li {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .news_section .news_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news_section .news_list li:nth-child(n+3) {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .news_section .news_title a {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1024px) {
  .news_section {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news_section .news_link {
    text-align: center;
    margin-top: 20px;
  }
  .news_section .primary_light {
    width: 100%;
    max-width: 360px;
  }
  .news_section .section_title {
    text-align: center;
    -webkit-text-stroke: 0px;
  }
}
@media screen and (max-width: 575px) {
  .news_section .news_list li:not(:first-child) {
    display: none;
  }
  .news_section .news_image {
    height: 270px;
    margin-bottom: 14px;
  }
  .news_section .news_title {
    justify-content: center;
    text-align: center;
    margin-bottom: 14px;
  }
  .news_section .read_more {
    font-family: "montserratarm-medium", "montserrat-medium";
  }
}

.online_pay {
  background: #7EBC0A;
  padding: 85px 0;
}
.online_pay .page_container {
  display: flex;
}
.online_pay .pay_section {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  flex: 0 0 63%;
  max-width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.online_pay .apps_section {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  flex: 1;
  width: 30%;
  margin-left: 20px;
}
.online_pay .apps_section .section_title {
  display: flex;
  align-items: center;
}
.online_pay .apps_section .section_title img {
  display: block;
  width: 112px;
  height: auto;
  margin-left: 20px;
}
.online_pay .links_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
}
.online_pay .links_list a {
  font-size: 0;
  line-height: 0;
  display: block;
  margin-top: 5px;
}
.online_pay .links_list img {
  display: block;
  width: 160px;
  height: auto;
}
.online_pay .pay_form {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.online_pay .pay_form img {
  display: block;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
  object-position: left top;
}
.online_pay .primary_light {
  flex: 1;
  max-width: 270px;
  margin-left: 40px;
}
.online_pay .pay_info {
  flex: 1;
  max-width: 450px;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.online_pay .field_block {
  position: relative;
  margin-bottom: 30px;
}
.online_pay .field_block ::-webkit-input-placeholder {
  color: #757575;
}
.online_pay .field_block :-moz-placeholder {
  color: #757575;
}
.online_pay .field_block :-ms-input-placeholder {
  color: #757575;
}
.online_pay .payable_amount {
  margin-top: -24px;
}
.online_pay select {
  height: 48px;
  visibility: hidden;
}
.online_pay input {
  border: 1px solid #757575;
  border-radius: 10px;
  font-size: 160%;
  line-height: 24px;
  background: transparent;
  color: #0a0a0a;
  text-align: center;
  padding: 11px 16px;
  position: relative;
  z-index: 1;
}
.online_pay input.hidden_input {
  padding: 0;
}
.online_pay .select2-container .select2-selection--single {
  height: auto;
}
.online_pay .select2-container .select2-selection__placeholder {
  color: inherit;
}
.online_pay .select2-container--default .select2-selection--single {
  background-color: #ededed;
  border: 1px solid #757575;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.online_pay .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #757575;
  font-size: 160%;
  line-height: 24px;
  padding: 11px 16px;
  flex: 1;
  width: 50%;
}
.online_pay .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 11px 16px;
  padding-left: 0;
  width: auto;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online_pay .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.online_pay .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e915";
  font-size: 2.4rem;
  display: block;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.online_pay .select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 10px 10px 0 0;
  z-index: 10;
}
.online_pay .select2-container--default.select2-container--open .select2-dropdown {
  border-radius: 0 0 10px 10px;
  border-top-color: transparent;
}
.online_pay .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.online_pay .select2-container--default.select2-container--open.select2-container--above ~ * .select2-dropdown {
  border-radius: 10px 10px 0 0;
  border-bottom-color: transparent;
}
.online_pay .select2-container .select2-search--dropdown {
  padding: 0;
}
.online_pay .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #757575;
  padding: 11px 16px;
  font-size: 100%;
  line-height: inherit;
}
.online_pay .select2-container .select2-dropdown {
  border: 1px solid #757575;
  font-size: 160%;
  line-height: 24px;
  box-shadow: none;
  position: relative;
  z-index: 5;
}
.online_pay .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.online_pay .select2-container .select2-results__options::-webkit-scrollbar {
  width: 0;
  height: 0;
  border-radius: 0;
  background: transparent;
}
.online_pay .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}
.online_pay .select2-container .select2-results__options li {
  padding: 15px 16px;
}
.online_pay .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.online_pay .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #215700;
}
.online_pay .select2-container .select2-results__option--selected {
  background: transparent !important;
  color: #7EBC0A !important;
  cursor: default;
}
.online_pay .select2-dropdown {
  text-align: right;
}
.online_pay .select2-dropdown li {
  position: relative;
}
.online_pay .select2-dropdown li:not(:first-child):before {
  display: block;
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  border-top: 1px solid #757575;
}
.online_pay .select2-selection__rendered {
  text-align: right;
  margin-right: -8px;
}
.online_pay .pay_btn {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2;
  border-radius: 0 10px 10px 0;
  border: none;
  color: #7EBC0A;
  background: #ededed;
  font-size: 240%;
  padding: 11px 18px;
}
.online_pay .pay_btn:before {
  display: block;
}
.online_pay .code_id {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 70px;
  height: 48px;
  border-radius: 10px 0 0 10px;
  font-size: 160%;
  line-height: 24px;
  background: #ededed;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .online_pay .pay_section,
.online_pay .pay_info,
.online_pay .pay_form {
    padding-left: 12px;
    padding-right: 12px;
  }
  .online_pay .apps_section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .online_pay .apps_section .section_title img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .online_pay {
    padding: 50px 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .online_pay .page_container {
    flex-wrap: wrap;
  }
  .online_pay .pay_section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px;
    border-radius: 15px;
  }
  .online_pay .apps_section {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 17px;
    box-shadow: 0px 4px 80px 0px rgba(10, 10, 10, 0.15);
    padding: 32px 16px;
    border-radius: 15px;
  }
  .online_pay .apps_section .section_title img {
    width: 86px;
  }
  .online_pay .pay_form {
    margin-bottom: 0;
    padding: 20px 8px;
  }
  .online_pay .pay_info {
    padding: 20px 8px;
  }
  .online_pay .links_list img {
    width: 180px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .online_pay .apps_section .section_title {
    justify-content: center;
  }
  .online_pay .links_list {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
  .online_pay .links_list a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .online_pay .apps_section .section_title {
    position: relative;
  }
  .online_pay .apps_section .section_title img {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 20px;
  }
  .online_pay .links_list {
    padding-top: 15px;
  }
  .online_pay .pay_section {
    flex-wrap: wrap;
    position: relative;
  }
  .online_pay .pay_info .section_title {
    padding: 0 10px;
  }
  .online_pay .pay_form {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .online_pay .pay_form img {
    order: 2;
    margin-top: 20px;
  }
  .online_pay .primary_light {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .online_pay .select2-selection__rendered,
.online_pay .select2-dropdown {
    text-align: center;
  }
}

.web .news_inner_slider a.slide_inner, .news_inner_slider .web a.slide_inner,
.web .main_slider a.slide_inner,
.main_slider .web a.slide_inner, .web .online_pay .links_list a, .online_pay .links_list .web a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .become_popup .field_remove, .become_popup .web .field_remove, .web .all_in_one .media_block a, .all_in_one .media_block .web a, .web .member_form .check_block a, .member_form .check_block .web a, .web .member_form .member_type > .radio_block .radio_btn, .member_form .member_type > .radio_block .web .radio_btn, .web .member_form .document_type .drop_btn, .member_form .document_type .web .drop_btn, .web .member_form .document_type .radio_btn, .member_form .document_type .web .radio_btn, .web .become_popup .add_btn, .become_popup .web .add_btn, .web .news_section .more_news, .news_section .web .more_news, .web .online_pay .pay_btn, .online_pay .web .pay_btn, .news_section .news_title a, .news_section .read_more {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.member_form .member_type > .radio_block input:checked ~ .radio_btn:before, .online_pay .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 .news_inner_slider a.slide_inner, .news_inner_slider .touch a.slide_inner,
.touch .main_slider a.slide_inner,
.main_slider .touch a.slide_inner, .touch .online_pay .links_list a, .online_pay .links_list .touch a {
  -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 .become_popup .field_remove, .become_popup .touch .field_remove, .touch .all_in_one .media_block a, .all_in_one .media_block .touch a, .touch .member_form .check_block a, .member_form .check_block .touch a, .touch .member_form .member_type > .radio_block .radio_btn, .member_form .member_type > .radio_block .touch .radio_btn, .touch .member_form .document_type .drop_btn, .member_form .document_type .touch .drop_btn, .touch .member_form .document_type .radio_btn, .member_form .document_type .touch .radio_btn, .touch .become_popup .add_btn, .become_popup .touch .add_btn, .touch .news_section .more_news, .news_section .touch .more_news, .touch .online_pay .pay_btn, .online_pay .touch .pay_btn, .web .all_in_one .media_block a:active, .all_in_one .media_block .web a:active, .web .member_form .check_block a:active, .member_form .check_block .web a:active, .web .member_form .member_type > .radio_block .radio_btn:active, .member_form .member_type > .radio_block .web .radio_btn:active, .web .member_form .document_type .drop_btn:active, .member_form .document_type .web .drop_btn:active, .web .member_form .document_type .radio_btn:active, .member_form .document_type .web .radio_btn:active, .web .become_popup .add_btn:active, .become_popup .web .add_btn:active, .web .news_section .more_news:active, .news_section .web .more_news:active, .web .online_pay .pay_btn:active, .online_pay .web .pay_btn:active {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.member_form .member_type > .radio_block .radio_btn, .member_form .document_type .radio_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.become_member .popup_btn, .member_form input[type=radio], .online_pay input.hidden_input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .all_in_one .media_block a:hover, .all_in_one .media_block .web a:hover, .web .member_form .check_block a:hover, .member_form .check_block .web a:hover, .web .member_form .member_type > .radio_block .radio_btn:hover, .member_form .member_type > .radio_block .web .radio_btn:hover, .web .member_form .document_type .drop_btn:hover, .member_form .document_type .web .drop_btn:hover, .web .member_form .document_type .radio_btn:hover, .member_form .document_type .web .radio_btn:hover, .web .become_popup .add_btn:hover, .become_popup .web .add_btn:hover, .web .news_section .more_news:hover, .news_section .web .more_news:hover, .web .online_pay .pay_btn:hover, .online_pay .web .pay_btn:hover {
  color: #659806;
}
.web .all_in_one .media_block a:active, .all_in_one .media_block .web a:active, .web .member_form .check_block a:active, .member_form .check_block .web a:active, .web .member_form .member_type > .radio_block .radio_btn:active, .member_form .member_type > .radio_block .web .radio_btn:active, .web .member_form .document_type .drop_btn:active, .member_form .document_type .web .drop_btn:active, .web .member_form .document_type .radio_btn:active, .member_form .document_type .web .radio_btn:active, .web .become_popup .add_btn:active, .become_popup .web .add_btn:active, .web .news_section .more_news:active, .news_section .web .more_news:active, .web .online_pay .pay_btn:active, .online_pay .web .pay_btn:active {
  color: #508300;
}
.web .news_inner_slider a.slide_inner:hover, .news_inner_slider .web a.slide_inner:hover,
.web .main_slider a.slide_inner:hover,
.main_slider .web a.slide_inner:hover, .web .online_pay .links_list a:hover, .online_pay .links_list .web a:hover {
  opacity: 0.7;
}
.web .become_popup .field_remove:hover, .become_popup .web .field_remove:hover {
  color: #8C1F1F;
}
.web .become_popup .field_remove:active, .become_popup .web .field_remove:active {
  color: #541212;
}
.touch .all_in_one .media_block a:active, .all_in_one .media_block .touch a:active, .touch .member_form .check_block a:active, .member_form .check_block .touch a:active, .touch .member_form .member_type > .radio_block .radio_btn:active, .member_form .member_type > .radio_block .touch .radio_btn:active, .touch .member_form .document_type .drop_btn:active, .member_form .document_type .touch .drop_btn:active, .touch .member_form .document_type .radio_btn:active, .member_form .document_type .touch .radio_btn:active, .touch .become_popup .add_btn:active, .become_popup .touch .add_btn:active, .touch .news_section .more_news:active, .news_section .touch .more_news:active, .touch .online_pay .pay_btn:active, .online_pay .touch .pay_btn:active {
  color: #508300;
}
.touch .news_inner_slider a.slide_inner:active, .news_inner_slider .touch a.slide_inner:active,
.touch .main_slider a.slide_inner:active,
.main_slider .touch a.slide_inner:active, .touch .online_pay .links_list a:active, .online_pay .links_list .touch a:active {
  opacity: 0.7;
}
.touch .become_popup .field_remove:hover, .become_popup .touch .field_remove:hover {
  color: #541212;
}

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