@charset "UTF-8";
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
    /*font-family: "Fira Sans", sans-serif ;*/
}

html,
body {
  width: 100%;
  height: 100%;
  line-height: 1;
}

html._lock,
body._lock {
  overflow: hidden;
}

/*====================================================================================*/
a {
  text-decoration: none;
  color: inherit;
}

a:active,
a:focus {
  outline: none;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.big_wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.big_wrapper._overflow {
  overflow: hidden;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.wrapper_thin {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper_wide {
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto;
}

h2.block_title {
  font-weight: bold;
  font-size: 38px;
  line-height: 26px;
  color: #000000;
}

.header-form.popup{
  padding: 0;
  background-color: #fff0;
}
.input_item._active input {
  color: #000 !important;
  font-weight: 600 !important;
}

._hover_red {
  position: relative;
  border: 2px solid #da9432;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._hover_red span {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._hover_red:after {
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  width: 0;
}

._hover_red:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  top: 0;
  height: 100%;
  right: 0;
  width: 0;
  display: block;
  position: absolute;
  background: #fff;
}

._hover_red:hover span {
  color: #da9432;
}

._hover_red:hover:after, ._hover_red:hover:before {
  width: 50%;
}

._green_hover {
  position: relative;
  border: 2px solid #1cf31c;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._blue_hover a {
  color: #0A246A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._green_hover * {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._green_hover:after {
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  width: 0;
  border-radius: 2px 2px 0 0;
}

._green_hover:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  top: 0;
  height: 100%;
  right: 0;
  width: 0;
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 0 0 2px 2px;
}

._green_hover:hover .text {
  color: #1cf31c !important;
}

._green_hover:hover svg path {
  fill: #1cf31c;
}

._green_hover:hover:after, ._green_hover:hover:before {
  width: 50%;
}

.input_item._error {
  position: relative;
}

.input_item._error input {
  color: #da9432 !important;
  border: 2px solid #da9432;
}

.input_item._error:after {
  content: "Неправильно введен номер";
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  position: absolute;
  padding-top: 3px;
}

._slider_next,
._slider_prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #5c6b28;
  cursor: pointer;
  margin-right: 20px;
}

._slider_next.slick-disabled,
._slider_prev.slick-disabled {
  background: #b3c8d4;
}

._slider_next img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 460px;
  flex: 0 0 460px;
  background: #5c6b28;
  border: 4px solid #ffffff;
  border-radius: 20px;
  padding: 48px 48px;
}

.form .form_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 34px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .form .form_title {
    font-size: 30px;
  }
}

@media screen and (max-width: 520px) {
  .form .form_title {
    font-size: 28px;
    line-height: 30px;
  }
}

.form .from_desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .form .from_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .form .from_desc {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 520px) {
  .form .from_desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.form .input_item {
  margin-bottom: 18px;
}

.form .input_item input {
  background: #ffffff;
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 16px 23px;
  font-size: 18px;
  line-height: 28px;
  color: #7c7c7c;
  border: none;
}

@media screen and (max-width: 1200px) {
  .form .input_item input {
    padding: 9px 16px;
  }
}

@media screen and (max-width: 1200px) {
  .form .input_item {
    margin-bottom: 18px;
  }
}

.form .policy_block {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 18px;
}

.form .policy_block a {
  text-decoration: underline;
}

.form .btn_cont .submit {
  display: block;
  border: none;
  background: #da9432;
  border-radius: 8px;
  width: 100%;
  padding: 18px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.form .btn_cont ._disabled_btn {
  display: none;
  background: #b8b8b8;
  color: #000;
}

.form .btn_cont._disabled ._disabled_btn {
  display: block;
}

.form .btn_cont._disabled ._active {
  display: none;
}

.form .desc {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    padding: 32px;
  }
}

@media screen and (max-width: 820px) {
  .form {
    margin: 0;
  }
}

@media screen and (max-width: 520px) {
  .form {
    padding: 25px 20px;
  }
}

.cockie {
  position: fixed;
  bottom: 60px;
  right: 60px;
  max-width: 556px;
  width: 100%;
  padding: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 25px 65px rgba(108, 109, 111, 0.15);
  box-shadow: 0px 25px 65px rgba(108, 109, 111, 0.15);
  border-radius: 8px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cockie .cont .block_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 12px;
}

.cockie .cont .policy {
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.03em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
  margin-bottom: 12px;
  display: block;
}

.cockie .cont .settings {
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #a7a8ab;
}

.cockie .cont .ok_cockie_btn {
  width: 200px;
  border: 1px solid #da9432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #da9432;
  margin-top: 30px;
  cursor: pointer;
}

.cockie._active {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
}

@media screen and (max-width: 820px) {
  .cockie {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    max-width: 100%;
  }
}

.first_screnn {
  padding: 80px 0;
  background: url("/web/main-page/img/first_screen_bg_wb.webp");
  background-size: 550px;
  background-repeat: no-repeat;
  background-position: calc(50vw - 750px) 100%;
}

.first_screnn .wrapper_thin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first_screnn .wrapper_thin .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 660px;
  flex: 0 1 660px;
  padding-bottom: 20px;
}

.first_screnn .wrapper_thin .text.wb {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 653px;
  flex: 0 1 653px;
  font-weight: 500;
  font-size: 34px;
  line-height: 38px;
  background: -webkit-gradient(linear, left top, right top, from(#c311a5), color-stop(65%, #5a117b));
  background: linear-gradient(90deg, #c311a5 0%, #5a117b 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.first_screnn .wrapper_thin .text .title {
  font-weight: bold;
  font-size: 38px;
  line-height: 30px;
  color: #da9432;
  margin-bottom: 35px;
}

.first_screnn .wrapper_thin .text .title span {
  text-transform: uppercase;
  color: #5c6b28;
}

@media screen and (max-width: 1200px) {
  .first_screnn .wrapper_thin .text .title {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 520px) {
  .first_screnn .wrapper_thin .text .title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }
}

.first_screnn .wrapper_thin .desc{
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
/*.first_screnn .wrapper_thin .left_part {*/
/*  -webkit-box-flex: 0;*/
/*  -ms-flex: 0 1 560px;*/
/*  flex: 0 1 560px;*/
/*}*/

/*.first_screnn .wrapper_thin .left_part .desc {*/
/*  font-weight: 500;*/
/*  font-size: 34px;*/
/*  line-height: 38px;*/
/*  background: -webkit-gradient(linear, left top, right top, from(#c311a5), color-stop(65%, #5a117b));*/
/*  background: linear-gradient(90deg, #c311a5 0%, #5a117b 65%);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*}*/

/*@media screen and (max-width: 1200px) {*/
/*  .first_screnn .wrapper_thin .left_part .desc {*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 26px;*/
/*    color: #000000;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 520px) {*/
/*  .first_screnn .wrapper_thin .left_part .desc {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*  }*/
/*}*/

.first_screnn .wrapper_thin .form {
  max-width: 460px;
  margin: 20px auto 0;
  background: #5c6b28;
  border: 4px solid #ffffff;
  border-radius: 20px;
  padding: 48px 48px;
}

.wrapper_thin a,
.wrapper_thin a:hover {
  color: #fff;
}

.first_screnn .wrapper_thin .form .form_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 34px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .first_screnn .wrapper_thin .form .form_title {
    font-size: 30px;
  }
}

@media screen and (max-width: 520px) {
  .first_screnn .wrapper_thin .form .form_title {
    font-size: 28px;
    margin: 30px auto 0;
  }
}

.first_screnn .wrapper_thin .form .from_desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .first_screnn .wrapper_thin .form .from_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
}

.first_screnn .wrapper_thin .form .input_item {
  margin-bottom: 35px;
}

.first_screnn .wrapper_thin .form .input_item input {
  background: #ffffff;
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 16px 23px;
  font-size: 18px;
  line-height: 28px;
  color: #7c7c7c;
  border: none;
}

@media screen and (max-width: 1200px) {
  .first_screnn .wrapper_thin .form .input_item input {
    padding: 9px 16px;
  }
}

@media screen and (max-width: 1200px) {
  .first_screnn .wrapper_thin .form .input_item {
    margin-bottom: 25px;
  }
}

.first_screnn .wrapper_thin .form .policy_block {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 14px;
}

.first_screnn .wrapper_thin .form .policy_block a {
  text-decoration: underline;
}

.first_screnn .wrapper_thin .form .btn_cont .submit {
  display: block;
  border: none;
  background: #da9432;
  border-radius: 8px;
  width: 100%;
  padding: 18px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.first_screnn .wrapper_thin .form .btn_cont ._disabled_btn {
  display: none;
  background: #b8b8b8;
  color: #000;
}

.first_screnn .wrapper_thin .form .btn_cont._disabled .submit._active {
  display: none;
}

.first_screnn .wrapper_thin .form .btn_cont._disabled ._disabled_btn {
  display: block;
}

.first_screnn .wrapper_thin .form .desc {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .first_screnn .wrapper_thin .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 354px;
    flex: 0 0 354px;
    padding: 32px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 820px) {
  .first_screnn .wrapper_thin .form {
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 520px) {
  .first_screnn .wrapper_thin .form {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 820px) {
  .first_screnn .wrapper_thin {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .first_screnn {
    padding: 60px 0;
    background-position: 10% 100%;
    background-size: 500px;
  }
}

@media screen and (max-width: 820px) {
  .first_screnn {
    background: #efefef;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 520px) {
  .first_screnn {
    padding: 40px 0 20px;
  }
}

.our_desc {
  padding: 24px 0;
}

.our_desc .wrapper_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our_desc .wrapper_wide .block_item {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #5c6b28;
  -webkit-box-flex: 0;
  margin-right: 40px;
}

@media (min-width: 1200px) {
  .our_desc .wrapper_wide .block_item {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #5c6b28;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 190px;
    flex: 0 1 190px;
    margin-right: 40px;
  }
  .our_desc .wrapper_wide .block_items {
    -ms-flex: 0 1 120px !important;
    flex: 0 1 120px !important;
  }
}


  @media screen and (max-width: 1200px) {
  .our_desc .wrapper_wide .block_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 20px 32px;
  }
}

@media screen and (max-width: 520px) {
  .our_desc .wrapper_wide .block_item {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.our_desc .wrapper_wide .plus_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 230px;
  flex: 0 1 230px;
}

.our_desc .wrapper_wide .plus_item .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #da9432;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .our_desc .wrapper_wide .plus_item .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
  }
}

.our_desc .wrapper_wide .plus_item .desc {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .our_desc .wrapper_wide .plus_item .desc {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .academy-wrapper .our_desc .container {
    gap: 40px;
  }

  .academy-wrapper .our_desc .wrapper_wide .block_item{
    margin: 0 0;
  }

  .academy-wrapper .our_desc .wrapper_wide .plus_item {
    margin: 0 0;
  }


  .our_desc .wrapper_wide .plus_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 40px);
    flex: 0 1 calc(50% - 40px);
    margin: 0 20px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 520px) {
  .academy-wrapper .our_desc .wrapper_wide .block_item{
    margin: 0 0 20px;
  }
  .academy-wrapper .our_desc .wrapper_wide .plus_item {
    margin: 0 0 20px;
  }
  .our_desc .wrapper_wide .plus_item {
    margin: 0 20px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .our_desc .wrapper_wide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

@media screen and (max-width: 520px) {
  .our_desc .wrapper_wide {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .our_desc {
    padding: 53px 0 20px;
  }
}

@media screen and (max-width: 520px) {
  .our_desc {
    padding: 45px 0 25px;
  }
}

.brif_form {
  margin: 50px 20px;
}

.brif_form .block_title {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#c311a5), color-stop(65%, #5a117b));
  background: linear-gradient(90deg, #c311a5 0%, #5a117b 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 900px) {
  .brif_form .block_title {
    font-size: 24px;
  }
}

.brif_form form {
  border: 3px solid #5c6b28;
  border-radius: 20px;
  padding: 40px 60px;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.brif_form form .input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.brif_form form .input_row .row_name {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  margin-right: 20px;
}

.brif_form form .input_row .row_name span {
  padding: 0 10px;
  color: #da9432;
}

.brif_form form .input_row .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.brif_form form .input_row .input input {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #b3c8d4;
  font-size: 18px;
  line-height: 28px;
  color: #7c7c7c;
}

@media screen and (max-width: 900px) {
  .brif_form form .input_row {
    display: block;
  }
}

.brif_form form .check_list {
  margin-top: 10px;
}

.brif_form form .input_check {
  margin-bottom: 20px;
}

.brif_form form .input_check input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.brif_form form .input_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brif_form form .input_check label .icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}

.brif_form form .input_check label .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5c6b28;
  display: none;
}

.brif_form form .input_check label .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5c6b28;
}

.brif_form form .input_check input:checked + label > .icon:before {
  display: block;
}

@media screen and (max-width: 500px) {
  .brif_form form {
    padding: 20px;
  }
}

.brif_form .btn_cont {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brif_form .btn_cont .know_more_btn {
  padding: 16px 42px;
  background: #da9432;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.our_recevies {
  margin: 40px 20px;
}

.our_recevies .block_title {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#c311a5), color-stop(65%, #5a117b));
  background: linear-gradient(90deg, #c311a5 0%, #5a117b 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 900px) {
  .our_recevies .block_title {
    font-size: 24px;
  }
}

.our_recevies .video_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -20px;
}

.our_recevies .video_block .video_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  margin: 0 20px;
}

.our_recevies .video_block .video_item .video {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#c311a5), color-stop(65%, #5a117b));
  background: linear-gradient(90deg, #c311a5 0%, #5a117b 65%);
  padding-bottom: 60%;
  border-radius: 20px;
}

.our_recevies .video_block .video_item .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.our_recevies .video_block .video_item .text {
  margin-top: 15px;
}

.our_recevies .video_block .video_item .text .title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.our_recevies .video_block .video_item .text .desc {
  font-size: 18px;
  color: #000000;
}

@media screen and (max-width: 800px) {
  .our_recevies .video_block .video_item {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 800px) {
  .our_recevies .video_block {
    display: block;
  }
}

.benefits_slider {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.benefits_slider .wrapper .slider_ben {
  position: relative;
}

.benefits_slider .wrapper .slider_ben .slider_ben_arr_prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.benefits_slider .wrapper .slider_ben .slider_ben_arr_next {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.benefits_slider .wrapper .slider_body .slider_item {
  background: url("/web/main-page/img/slide_back.png");
  background-size: cover;
  background-position: 100% -40px;
  background-repeat: no-repeat;
  padding: 50px 40px 20px;
  border: 1px solid #a5a5a5;
  border-radius: 30px;
}

.benefits_slider .wrapper .slider_body .slider_item .slide_title {
  font-size: 30px;
  margin-bottom: 30px;
  color: #595959;
}

.benefits_slider .wrapper .slider_body .slider_item .img img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .benefits_slider .wrapper .slider_body .slider_item .img {
    display: none;
  }
}

.benefits_slider .wrapper .slider_body .slider_item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px -20px 0;
}

.benefits_slider .wrapper .slider_body .slider_item .text .text_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.333% - 40px);
  flex: 0 1 calc(33.333% - 40px);
  margin: 0 20px;
}

.benefits_slider .wrapper .slider_body .slider_item .text .text_column .title {
  font-size: 16px;
  color: #595959;
  padding: 0 0 0 20px;
  font-weight: 500;
}

.benefits_slider .wrapper .slider_body .slider_item .text .text_column .ul {
  margin: 10px 0;
}

.benefits_slider .wrapper .slider_body .slider_item .text .text_column .ul p {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
  color: #595959;
  line-height: 1.4;
}

.benefits_slider .wrapper .slider_body .slider_item .text .text_column .ul .list_item {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
  color: #595959;
  line-height: 1.4;
}

.benefits_slider .wrapper .slider_body .slider_item .text .text_column .ul .list_item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #595959;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}

@media screen and (max-width: 900px) {
  .benefits_slider .wrapper .slider_body .slider_item .text {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .benefits_slider .wrapper .slider_body .slider_item {
    background: #0000;
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .benefits_slider {
    margin: 10px 0;
  }
}

.see_our_presenatation {
  background: #bed4fd;
  padding: 80px 0 0;
}

.see_our_presenatation .wrapper_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.see_our_presenatation .wrapper_wide .laptop {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 880px;
  flex: 0 1 880px;
  position: relative;
  margin-left: -3%;
  margin-bottom: -3%;
}

.see_our_presenatation .wrapper_wide .laptop img {
  width: 100%;
}

.see_our_presenatation .wrapper_wide .laptop .video {
  position: absolute;
  width: 74%;
  height: 79%;
  background-color: #0003;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0;
}

.see_our_presenatation .wrapper_wide .laptop .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.see_our_presenatation .wrapper_wide .laptop .video .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 71px;
  background: #da9432;
  border-radius: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.see_our_presenatation .wrapper_wide .laptop .video .play_btn img {
  width: unset;
  height: unset;
}

@media screen and (max-width: 1200px) {
  .see_our_presenatation .wrapper_wide .laptop .video .play_btn img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 820px) {
  .see_our_presenatation .wrapper_wide .laptop .video .play_btn img {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .see_our_presenatation .wrapper_wide .laptop .video .play_btn {
    width: 82px;
    height: 58px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 820px) {
  .see_our_presenatation .wrapper_wide .laptop .video .play_btn {
    width: 70px;
    height: 50px;
    border-radius: 9px;
  }
}

@media screen and (max-width: 1400px) {
  .see_our_presenatation .wrapper_wide .laptop {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 728px;
    margin: 0 auto -3%;
  }
}

.see_our_presenatation .wrapper_wide .text_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 460px;
  flex: 0 1 460px;
  margin-left: 35px;
  padding-top: 20px;
}

.see_our_presenatation .wrapper_wide .text_part .title {
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: #5c6b28;
  margin-bottom: 25px;
}

@media screen and (max-width: 820px) {
  .see_our_presenatation .wrapper_wide .text_part .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .see_our_presenatation .wrapper_wide .text_part .title {
    font-size: 24px;
    line-height: 28px;
    color: #5c6b28;
  }
}

.see_our_presenatation .wrapper_wide .text_part .desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 520px) {
  .see_our_presenatation .wrapper_wide .text_part .desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1400px) {
  .see_our_presenatation .wrapper_wide .text_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .see_our_presenatation .wrapper_wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1400px) {
  .see_our_presenatation {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .see_our_presenatation {
    padding: 45px 0 0;
  }
}

.ozon_block {
  background: #fff;
  padding: 80px 0 0;
}

.ozon_block .wrapper_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.ozon_block .wrapper_wide .laptop {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 880px;
  flex: 0 1 880px;
  position: relative;
  margin-left: -3%;
  margin-bottom: -3%;
}

.ozon_block .wrapper_wide .laptop img {
  width: 100%;
}

.ozon_block .wrapper_wide .laptop .video {
  position: absolute;
  width: 74%;
  height: 79%;
  background-color: #0003;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.ozon_block .wrapper_wide .laptop .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ozon_block .wrapper_wide .laptop .video .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 71px;
  background: #da9432;
  border-radius: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ozon_block .wrapper_wide .laptop .video .play_btn img {
  width: unset;
  height: unset;
}

@media screen and (max-width: 1200px) {
  .ozon_block .wrapper_wide .laptop .video .play_btn img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 820px) {
  .ozon_block .wrapper_wide .laptop .video .play_btn img {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .ozon_block .wrapper_wide .laptop .video .play_btn {
    width: 82px;
    height: 58px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 820px) {
  .ozon_block .wrapper_wide .laptop .video .play_btn {
    width: 70px;
    height: 50px;
    border-radius: 9px;
  }
}

@media screen and (max-width: 1400px) {
  .ozon_block .wrapper_wide .laptop {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 728px;
    margin: 0 auto -3%;
  }
}

.ozon_block .wrapper_wide .text_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 460px;
  flex: 0 1 460px;
  margin-left: 35px;
  padding-top: 20px;
}

.ozon_block .wrapper_wide .text_part .title {
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: #5c6b28;
  margin-bottom: 25px;
}

@media screen and (max-width: 820px) {
  .ozon_block .wrapper_wide .text_part .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .ozon_block .wrapper_wide .text_part .title {
    font-size: 24px;
    line-height: 28px;
    color: #5c6b28;
  }
}

.ozon_block .wrapper_wide .text_part .desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 520px) {
  .ozon_block .wrapper_wide .text_part .desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1400px) {
  .ozon_block .wrapper_wide .text_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .ozon_block .wrapper_wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1400px) {
  .ozon_block {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .ozon_block {
    padding: 45px 0 0;
  }
}
.start_your_own_bussiness .wrapper_wide {
  position: relative;
  padding-top: 150px;
}

.start_your_own_bussiness .wrapper_wide .text_block {
  position: absolute;
  z-index: 10;
  max-width: 615px;
  top: 80px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.start_your_own_bussiness .wrapper_wide .text_block .title {
  font-weight: bold;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  max-width: 525px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 820px) {
  .start_your_own_bussiness .wrapper_wide .text_block .title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .start_your_own_bussiness .wrapper_wide .text_block .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.start_your_own_bussiness .wrapper_wide .text_block .desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 820px) {
  .start_your_own_bussiness .wrapper_wide .text_block .desc {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 520px) {
  .start_your_own_bussiness .wrapper_wide .text_block .desc {
    font-size: 16px;
    line-height: 20px;
  }
}

.start_your_own_bussiness .wrapper_wide .text_block .btn_cont {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .start_your_own_bussiness .wrapper_wide .text_block .btn_cont {
    margin-top: 30px;
  }
}

@media screen and (max-width: 520px) {
  .start_your_own_bussiness .wrapper_wide .text_block .btn_cont {
    margin-top: 20px;
  }
}

.start_your_own_bussiness .wrapper_wide .text_block .other_btn {
  cursor: pointer;
  padding: 16px 19px;
  background: #ffffff;
  border: 1px solid #da9432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #da9432;
}

@media screen and (max-width: 820px) {
  .start_your_own_bussiness .wrapper_wide .text_block .other_btn {
    padding: 14px 19px;
  }
}

@media screen and (max-width: 1200px) {
  .start_your_own_bussiness .wrapper_wide .text_block {
    top: 105px;
  }
}

@media screen and (max-width: 820px) {
  .start_your_own_bussiness .wrapper_wide .text_block {
    padding: 0 20px;
    top: 50px;
  }
}

.start_your_own_bussiness .wrapper_wide .back_ball {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 820px) {
  .start_your_own_bussiness .wrapper_wide .back_ball {
    width: 100%;
  }

  .start_your_own_bussiness .wrapper_wide .back_ball img {
    width: 100%;
  }
}

.start_your_own_bussiness .wrapper_wide .icons {
  position: relative;
  z-index: 1;
}

.start_your_own_bussiness .wrapper_wide .icons img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .start_your_own_bussiness .wrapper_wide {
    padding-top: 330px;
  }
}

@media screen and (max-width: 520px) {
  .start_your_own_bussiness .wrapper_wide {
    padding-top: 270px;
  }
}

.how_it_works {
  background: #eff4f7;
  padding: 68px 0 60px;
  margin-top: 56px;
}

.how_it_works .wrapper_wide {
  position: relative;
}

.how_it_works .wrapper_wide .block_title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .how_it_works .wrapper_wide .block_title {
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 820px) {
  .how_it_works .wrapper_wide .block_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

.how_it_works .wrapper_wide .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}

.how_it_works .wrapper_wide .content_box .number_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 233px;
  flex: 0 1 233px;
  margin: 0 20px;
  position: relative;
}

.how_it_works .wrapper_wide .content_box .number_item .finger {
  width: 80px;
  height: 80px;
  padding: 10px;
  border: 1px solid #5c6b28;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 99px;
  text-align: center;
  margin-bottom: 30px;
}

.how_it_works .wrapper_wide .content_box .number_item .finger .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: #5c6b28;
  text-align: center;
  height: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 820px) {
  .how_it_works .wrapper_wide .content_box .number_item .finger {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.how_it_works .wrapper_wide .content_box .number_item .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}

.how_it_works .wrapper_wide .content_box .number_item .title a {
  color: #da9432;
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  .how_it_works .wrapper_wide .content_box .number_item .title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }
}

.how_it_works .wrapper_wide .content_box .number_item .desc {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .how_it_works .wrapper_wide .content_box .number_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 40px);
    flex: 0 1 calc(50% - 40px);
    margin: 0 20px 40px;
  }
}

@media screen and (max-width: 820px) {
  .how_it_works .wrapper_wide .content_box .number_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-left: 72px;
    margin-bottom: 24px;
  }

  .how_it_works .wrapper_wide .content_box .number_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .how_it_works .wrapper_wide .content_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.how_it_works .wrapper_wide .back_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 90%;
  top: 14%;
  left: 4%;
}

.how_it_works .wrapper_wide .back_img img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .how_it_works .wrapper_wide .back_img {
    display: none;
  }
}

.how_it_works .wrapper_wide .back_imgs_mobile {
  display: none;
}

.how_it_works .wrapper_wide .back_imgs_mobile .first {
  position: absolute;
  left: 40px;
  top: 7%;
  width: calc(100% + 40px);
}

.how_it_works .wrapper_wide .back_imgs_mobile .second {
  position: absolute;
  left: -20px;
  top: 36%;
  width: calc(100% + 40px);
}

.how_it_works .wrapper_wide .back_imgs_mobile .third {
  position: absolute;
  left: -20px;
  top: 70%;
  width: 40%;
}

@media screen and (max-width: 1200px) {
  .how_it_works .wrapper_wide .back_imgs_mobile {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .how_it_works .wrapper_wide .back_imgs_mobile {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .how_it_works {
    margin-top: 100px;
    padding-top: 54px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 820px) {
  .how_it_works {
    padding: 50px 0;
    margin-top: 60px;
  }
}

@media screen and (max-width: 520px) {
  .how_it_works {
    padding: 45px 0;
    margin-top: 40px;
  }
}

.for_start {
  padding: 65px 0;
}

.for_start .wrapper_thin {
  position: relative;
}

.for_start .wrapper_thin .block_title {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .block_title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .block_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.for_start .wrapper_thin .block_desc {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  max-width: 1035px;
  margin: 0 auto 60px;
  color: #000000;
}

.for_start .wrapper_thin .block_desc a {
  color: #da9432;
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .block_desc {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .block_desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.for_start .wrapper_thin .wrapper_after {
  position: relative;
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .wrapper_after {
    position: relative;
  }

  .for_start .wrapper_thin .wrapper_after:after {
    content: "";
    right: 0;
    height: 580px;
    top: 0;
    width: 50px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.5) 100%);
    display: block;
    position: absolute;
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .wrapper_after {
    position: relative;
  }

  .for_start .wrapper_thin .wrapper_after:after {
    content: "";
    right: 0;
    height: 480px;
    top: 0;
    width: 100px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.5) 100%);
    display: block;
    position: absolute;
  }
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .wrapper {
    overflow: auto;
  }
}

.for_start .wrapper_thin .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.for_start .wrapper_thin .content_box .catalog_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 6);
  flex: 0 1 calc(100% / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.for_start .wrapper_thin .content_box .catalog_item .icon {
  margin-bottom: 15px;
  text-align: center;
  height: 60px;
  position: relative;
}

.for_start .wrapper_thin .content_box .catalog_item .icon svg {
  height: 100%;
  position: relative;
  z-index: 1;
}

.for_start .wrapper_thin .content_box .catalog_item .icon svg path {
  fill: #5c6b28;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.for_start .wrapper_thin .content_box .catalog_item .icon .circle {
  opacity: 0;
}

.for_start .wrapper_thin .content_box .catalog_item .icon:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 40%;
  width: 60px;
  height: 60px;
  background: #fee7f4;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.for_start .wrapper_thin .content_box .catalog_item .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .content_box .catalog_item .name {
    font-size: 17px;
    line-height: 24px;
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .content_box .catalog_item .name {
    font-size: 14px;
    line-height: 16px;
  }
}

.for_start .wrapper_thin .content_box .catalog_item .hide_btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  max-width: 120px;
  width: 100%;
  margin: 10px auto 0;
  background: #da9432;
  border-radius: 8px;
}

@media screen and (max-width: 1200px) {
  .for_start .wrapper_thin .content_box .catalog_item .hide_btn {
    opacity: 0;
    visibility: hidden;
  }
}

.for_start .wrapper_thin .content_box .catalog_item:hover .hide_btn {
  opacity: 1;
  visibility: visible;
}

.for_start .wrapper_thin .content_box .catalog_item:hover .icon svg path {
  fill: #da9432;
}

.for_start .wrapper_thin .content_box .catalog_item:hover .icon:after {
  opacity: 1;
}

.for_start .wrapper_thin .content_box .catalog_item:hover .name {
  color: #da9432;
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .content_box .catalog_item._active .hide_btn {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1200px) {
  .for_start .wrapper_thin .content_box .catalog_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 4);
    flex: 0 1 calc(100% / 4);
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .content_box .catalog_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 176px;
    flex: 0 0 176px;
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .content_box .catalog_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
  }

  .for_start .wrapper_thin .content_box .catalog_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
  }
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .content_box {
    width: calc(176 * 6px);
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .content_box {
    width: calc(125 * 6px);
  }
}

.for_start .wrapper_thin .or_block {
  max-width: 900px;
  margin: 0 auto;
}

.for_start .wrapper_thin .or_block .or {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #000000;
  margin-bottom: 18px;
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .or_block .or {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 20px;
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .or_block .or {
    font-size: 16px;
    line-height: 20px;
  }
}

.for_start .wrapper_thin .or_block .get_stategy {
  font-weight: bold;
  font-size: 38px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .or_block .get_stategy {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .or_block .get_stategy {
    font-size: 22px;
    line-height: 28px;
  }
}

.for_start .wrapper_thin .or_block .strategy_desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin-top: 10px;
}

.for_start .wrapper_thin .or_block .strategy_desc span {
  color: #da9432;
}

@media screen and (max-width: 820px) {
  .for_start .wrapper_thin .or_block .strategy_desc {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 520px) {
  .for_start .wrapper_thin .or_block .strategy_desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.for_start .wrapper_thin .or_block .btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.for_start .wrapper_thin .or_block .do_brif {
  margin-top: 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px 24px;
  background: #da9432;
  border-radius: 8px;
}

@media screen and (max-width: 1200px) {
  .for_start {
    padding-top: 110px;
  }
}

@media screen and (max-width: 820px) {
  .for_start {
    padding: 50px 0;
  }
}

@media screen and (max-width: 520px) {
  .for_start {
    padding: 45px 0;
  }
}

.free_block {
  background: #5c6b28;
}

.free_block .wrapper_thin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 40px 20px 30px;
}

.free_block .wrapper_thin .left_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 695px;
  flex: 0 1 695px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.free_block .wrapper_thin .left_part .free_title {
  font-weight: bold;
  font-size: 38px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .free_block .wrapper_thin .left_part .free_title {
    font-weight: bold;
    font-size: 38px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 820px) {
  .free_block .wrapper_thin .left_part .free_title {
    font-size: 32px;
    line-height: 40px;
  }

  .free_block .wrapper_thin .form {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 520px) {
  .free_block .wrapper_thin .left_part .free_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.free_block .wrapper_thin .left_part .free_desc_1 {
  font-weight: bold;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 34px;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .free_block .wrapper_thin .left_part .free_desc_1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 820px) {
  .free_block .wrapper_thin .left_part .free_desc_1 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 520px) {
  .free_block .wrapper_thin .left_part .free_desc_1 {
    font-size: 16px;
    line-height: 24px;
  }
}

.free_block .wrapper_thin .left_part .free_desc_2 {
  font-size: 23px;
  line-height: 34px;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .free_block .wrapper_thin .left_part {
    margin-top: 0;
  }

  .free_block .wrapper_thin .left_part .free_desc_2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 520px) {
  .free_block .wrapper_thin .left_part .free_desc_2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.free_block .wrapper_thin .form {
  position: relative;
  z-index: 1;
}

.free_block .wrapper_thin:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #da9432;
  -webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 15% 100%);
  clip-path: polygon(0 0, 30% 0, 100% 100%, 15% 100%);
}

@media screen and (max-width: 1200px) {
  .free_block .wrapper_thin:after {
    -webkit-clip-path: polygon(0 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 10%, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 820px) {
  .free_block .wrapper_thin:after {
    -webkit-clip-path: polygon(0 15%, 100% 80%, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 80%, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1200px) {
  .free_block .wrapper_thin {
    padding: 60px 20px 30px;
  }
}

@media screen and (max-width: 820px) {
  .free_block .wrapper_thin {
    display: block;
    padding: 40px 20px 20px;
  }
}

.free_block._yandex {
  background: #000000;
}

.free_block._yandex .wrapper_thin:after {
  top: unset;
  bottom: 0;
  width: 66%;
  background: url("/web/main-page/img/Background_shape.svg");
  background-size: contain;
  -webkit-clip-path: unset;
  clip-path: unset;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .free_block._yandex .wrapper_thin:after {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .free_block._yandex {
    margin-top: 0;
  }
}

.free_block._world_map {
  background: url("/web/main-page/img/map-1.webp");
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 44px;
}

.free_block._world_map .wrapper_thin {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.free_block._world_map .left_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 710px;
  flex: 0 1 710px;
}

.free_block._world_map .left_part .free_title {
  color: #5c6b28;
  margin-bottom: 50px;
}

.free_block._world_map .left_part .free_title span {
  color: #ff0058;
}

@media screen and (max-width: 820px) {
  .free_block._world_map .left_part .free_title {
    margin-bottom: 12px;
  }
}

.free_block._world_map .left_part .free_desc_1 {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400;
}

.free_block._world_map .left_part .free_desc_1 p {
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .free_block._world_map .left_part .free_desc_1 {
    font-size: 18px;
    line-height: 26px;
  }
}

.free_block._world_map .left_part .free_desc_2 {
  font-weight: bold;
  font-size: 23px;
  line-height: 34px;
  color: #000000;
}

@media screen and (max-width: 820px) {
  .free_block._world_map .left_part .free_desc_2 {
    font-size: 18px;
    line-height: 26px;
  }
}

.free_block._world_map .wrapper_thin:after {
  display: none;
}

.free_block._world_map .btn_cont {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.free_block._world_map .btn_cont .go_to_bref {
  padding: 16px 42px;
  background: #da9432;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  .free_block._world_map .btn_cont {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .free_block {
    margin-top: 20px;
  }
}

.our_proporsal {
  padding: 75px 0 100px;
}

.our_proporsal .wrapper_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.our_proporsal .wrapper_wide .left_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 936px;
  flex: 0 1 936px;
  margin-right: 100px;
}

.our_proporsal .wrapper_wide .left_part .block_title {
  margin-bottom: 55px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .left_part .block_title {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 40px;
  }
}

.our_proporsal .wrapper_wide .left_part .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6eefe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item .icon svg path {
  fill: #5c6b28;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .icon svg {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .icon {
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .icon {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .icon {
    width: 60px;
    height: 60px;
    padding: 14px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .name {
    text-align: left;
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item .know_more {
  margin-top: 16px;
  padding: 8px 10px;
  background: #da9432;
  border-radius: 8px;
  width: 100%;
  max-width: 182px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .know_more {
    position: unset;
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .know_more {
    font-size: 12px;
    padding: 5px;
    display: none;
  }
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item:hover .icon {
  background: rgba(241, 17, 145, 0.1);
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item:hover .icon svg path {
  fill: #da9432;
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item:hover .name {
  color: #da9432;
}

.our_proporsal .wrapper_wide .left_part .content_box .propsal_item:hover .know_more {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item:hover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item .know_more {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item {
    margin: 0 10px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 20px);
    flex: 0 1 calc(33.333% - 20px);
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .left_part .content_box .propsal_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .left_part .content_box {
    margin: 0 -10px;
  }
}

.our_proporsal .wrapper_wide .left_part .btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .left_part .btn_cont {
    display: none;
  }
}

.our_proporsal .wrapper_wide .left_part .know_more_btn {
  padding: 15px 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #da9432;
  border: 1px solid #da9432;
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .left_part {
    margin-right: 0;
  }
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .left_part {
    margin-bottom: 20px;
  }
}

.our_proporsal .wrapper_wide .right_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
  position: relative;
}

.our_proporsal .wrapper_wide .right_part * {
  z-index: 2;
  position: relative;
}

.our_proporsal .wrapper_wide .right_part .block_title {
  line-height: 48px;
  margin-bottom: 35px;
}

.our_proporsal .wrapper_wide .right_part .block_title span {
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .right_part .block_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .right_part .block_title {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .right_part .block_title {
    font-size: 18px;
    line-height: 24px;
  }
}

.our_proporsal .wrapper_wide .right_part .hr {
  margin-bottom: 18px;
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .right_part .hr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .our_proporsal .wrapper_wide .right_part .hr img {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .right_part .hr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }
}

.our_proporsal .wrapper_wide .right_part .hr_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .right_part .hr_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .right_part .hr_title {
    font-size: 18px;
    line-height: 24px;
  }
}

.our_proporsal .wrapper_wide .right_part .hr_desc {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .right_part .hr_desc {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .right_part .hr_desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.our_proporsal .wrapper_wide .right_part .contuct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our_proporsal .wrapper_wide .right_part .contuct .title {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .right_part .contuct .title {
    font-size: 16px;
    line-height: 24px;
  }
}

.our_proporsal .wrapper_wide .right_part .contuct .tel {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #da9432;
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .right_part .contuct .tel {
    font-size: 18px;
    line-height: 24px;
  }
}

.our_proporsal .wrapper_wide .right_part .hr_bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 140%;
  z-index: 1;
}

.our_proporsal .wrapper_wide .right_part .hr_bg img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .right_part .hr_bg {
    width: 100%;
    height: 100%;
  }

  .our_proporsal .wrapper_wide .right_part .hr_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 7% 50%;
    object-position: 7% 50%;
  }
}

.our_proporsal .wrapper_wide .right_part .btn_cont {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: none;
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .right_part .btn_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
}

@media screen and (max-width: 520px) {
  .our_proporsal .wrapper_wide .right_part .btn_cont {
    margin-top: 40px;
  }
}

.our_proporsal .wrapper_wide .right_part .know_more_btn {
  padding: 15px 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #da9432;
  border: 1px solid #da9432;
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .right_part .mobile_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px;
    margin-right: 34px;
  }
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .right_part .mobile_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .right_part .mobile_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
  }
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide .right_part {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 820px) {
  .our_proporsal .wrapper_wide .right_part {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .our_proporsal .wrapper_wide {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .our_proporsal {
    padding-top: 133px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 820px) {
  .our_proporsal {
    padding: 50px 0;
  }
}

.tarifc {
  padding: 84px 0 90px;
  background: #bed4fd;
}

.tarifc .block_title {
  margin-bottom: 65px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .tarifc .block_title {
    text-align: left;
  }
}

@media screen and (max-width: 820px) {
  .tarifc .block_title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .tarifc .block_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.tarifc .content_box {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tarifc .content_box .tarif_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.333% - 50px);
  flex: 0 1 calc(33.333% - 50px);
  margin: 0 25px;
  border-radius: 8px;
  border: 1px solid #bababa;
  background: #ffffff;
  padding: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.tarifc .content_box .tarif_item .upper_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
  margin: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5c6b28), to(#8d3dff));
  background: linear-gradient(180deg, #5c6b28 0%, #8d3dff 100%);
  border-radius: 8px 8px 0px 0px;
  padding: 40px 0 20px;
}

.tarifc .content_box .tarif_item .upper_part .name {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .upper_part .name {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}

.tarifc .content_box .tarif_item .upper_part .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}

.tarifc .content_box .tarif_item .upper_part .price span {
  font-size: 38px;
}

@media screen and (max-width: 520px) {
  .tarifc .content_box .tarif_item .upper_part .price span {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .upper_part .price {
    text-align: left;
  }
}

@media screen and (max-width: 520px) {
  .tarifc .content_box .tarif_item .upper_part .price {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 520px) {
  .tarifc .content_box .tarif_item .upper_part .hit{
    width: 100px;
    margin-top: -50px;
    margin-left: -60px;
  }
}

.tarifc .content_box .tarif_item .upper_part .desc {
  margin-top: 6px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .upper_part .desc {
    text-align: left;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .upper_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 25px;
    padding: 15px;
  }
}

@media screen and (max-width: 520px) {
  .tarifc .content_box .tarif_item .upper_part {
    padding: 15px;
    margin-bottom: 15px;
  }
}

.tarifc .content_box .tarif_item .list {
  padding: 26px 35px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tarifc .content_box .tarif_item .list .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
}

.tarifc .content_box .tarif_item .list .list_item .tick {
  margin-right: 25px;
  margin-top: 5px;
}

.tarifc .content_box .tarif_item .list .list_item .tick > img {
  position: absolute;
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .list .list_item .tick {
    margin-right: 25px;
    margin-top: 1px;
  }
}

.tarifc .content_box .tarif_item .list .list_item .text {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .list .list_item .text {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .list {
    padding: 25px;
    padding-top: 0;
  }
}

.tarifc .content_box .tarif_item .btn_cont {
  margin-top: 35px;
}

.tarifc .content_box .tarif_item .btn_cont .know_more_btn {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background: #5c6b28;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 16px 0;
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .btn_cont .know_more_btn {
    max-width: 100%;
  }
}

.tarifc .content_box .tarif_item .learn_more_tarif_btn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #da9432;
  padding: 0 30px;
  cursor: pointer;
}

.tarifc .content_box .tarif_item .learn_more_tarif_btn .text {
  display: none;
  margin-right: 12px;
}

.tarifc .content_box .tarif_item .learn_more_tarif_btn .text_active {
  margin-right: 12px;
}

.tarifc .content_box .tarif_item .learn_more_tarif_btn .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item .learn_more_tarif_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 520px) {
  .tarifc .content_box .tarif_item .learn_more_tarif_btn {
    padding: 0 20px;
  }
}

.tarifc .content_box .tarif_item._active .learn_more_tarif_btn .text_active {
  display: none;
}

.tarifc .content_box .tarif_item._active .learn_more_tarif_btn .text {
  display: block;
}

.tarifc .content_box .tarif_item._active .learn_more_tarif_btn .arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tarifc .content_box .tarif_item:first-child .upper_part .desc {
  margin: 0 auto;
  max-width: 313px;
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item:first-child .upper_part .desc {
    text-align: left;
    margin: 0;
  }
}

.tarifc .content_box .tarif_item:nth-child(3) .btn_cont .know_more_btn {
  max-width: 240px;
}

.tarifc .content_box .tarif_item:hover {
  outline: 5px solid #da9432;
  border-radius: 15px;
}

.tarifc .content_box .tarif_item:hover .btn_cont .know_more_btn {
  background: #da9432;
}

@media screen and (max-width: 1300px) {
  .tarifc .content_box .tarif_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 820px) {
  .tarifc .content_box .tarif_item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 520px) {
  .tarifc .content_box .tarif_item {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .tarifc .content_box {
    overflow: auto;
  }
}

@media screen and (max-width: 820px) {
  .tarifc .content_box {
    overflow: unset;
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .tarifc {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 820px) {
  .tarifc {
    padding: 50px 0;
  }
}

@media screen and (max-width: 520px) {
  .tarifc {
    padding: 45px 0 20px;
  }
}

.recevie_block {
  background: #eff4f7;
  padding: 68px 0 50px;
}

.academy-wrapper .recevie_block .block_header  {
  display: flex;
  justify-content: flex-end;
}


.academy-wrapper .recevie_block .block_header .mobile_controls {
  display: flex;
}

.recevie_block .block_header .mobile_controls {
  display: none;
}

@media screen and (max-width: 1200px) {
  .recevie_block .block_header .mobile_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 520px) {
  .recevie_block .block_header .mobile_res_prev {
    margin-right: 15px;
  }
}

.recevie_block .block_header .dots_mobile_res .slick-dots {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recevie_block .block_header .dots_mobile_res .slick-dots li button {
  display: block;
  font-size: 0;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #5c6b28;
  cursor: pointer;
}

.recevie_block .block_header .dots_mobile_res .slick-dots li.slick-active button {
  background: #5c6b28;
}

@media screen and (max-width: 820px) {
  .recevie_block .block_header .dots_mobile_res .slick-dots {
    margin: 0 5px;
  }
}

@media screen and (max-width: 520px) {
  .recevie_block .block_header .dots_mobile_res .slick-dots {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .academy-wrapper .recevie_block .block_header {
    justify-content: flex-end;
  }

  .recevie_block .block_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

.recevie_block .block_title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .recevie_block .block_title {
    text-align: left;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 820px) {
  .recevie_block .block_title {
    font-size: 32px;
    line-height: 40px;
  }
}

.recevie_block .slider_recevie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.academy-wrapper .recevie_block .slider_recevie .slider_resevie_body {
  max-width: 100%;
}

.recevie_block .slider_recevie .slider_resevie_body {
  min-width: 0;
  max-width: 1170px;
  margin-bottom: 0;
}

.academy-wrapper ._slider_next {
  margin-right: 0;
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 30px;
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 0.4 200px;
  flex: 0 0.4 200px;
  margin-right: 20px;
  text-align: center;
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .photo {
  margin: 0 auto;
  max-width: 140px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 1200px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .photo {
    width: 80px;
    margin-right: 32px;
  }

  .recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .photo img {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .photo {
    margin-right: 15px;
  }
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .name {
    text-align: left;
  }
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .role {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .role {
    text-align: left;
    margin-bottom: 8px;
  }
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .icons .icon {
  margin: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .icons .icon img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part .icons .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    margin: 0 8px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .academy-wrapper .recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part {
    margin-top: 0px;
  }
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .right_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 865px;
  flex: 0 1 865px;
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .right_part .title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 820px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .right_part .title {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }
}

.recevie_block .slider_recevie .slider_resevie_body .slider_item .right_part .desc {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 820px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .right_part .desc {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 1200px) {
  .recevie_block .slider_recevie .slider_resevie_body .slider_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.recevie_block .slider_recevie ._slider_next,
.recevie_block .slider_recevie ._slider_prev {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

@media screen and (max-width: 1200px) {
  .recevie_block .slider_recevie ._slider_next,
  .recevie_block .slider_recevie ._slider_prev {
    display: none !important;
  }
}

.recevie_block .slider_rec_dots {
  margin-top: 60px;
}

.recevie_block .slider_rec_dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recevie_block .slider_rec_dots .slick-dots li button {
  display: block;
  font-size: 0;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #5c6b28;
  cursor: pointer;
}

.recevie_block .slider_rec_dots .slick-dots li.slick-active button {
  background: #5c6b28;
}

@media screen and (max-width: 1200px) {
  .recevie_block .slider_rec_dots {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .recevie_block {
    padding: 50px 0;
  }
}

.faq {
  padding: 60px 0 0;
}

.faq .block_title {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .faq .block_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 520px) {
  .faq .block_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.faq .accordion_item {
  padding: 22px 60px 22px 80px;
  border: 1px solid #b3c8d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq .accordion_item .acc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1120px;
  cursor: pointer;
}

.faq .accordion_item .acc_title .text {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
}

@media screen and (max-width: 820px) {
  .faq .accordion_item .acc_title .text {
    font-size: 18px;
    line-height: 24px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 520px) {
  .faq .accordion_item .acc_title .text {
    font-size: 16px;
    margin-right: 10px;
  }
}

.faq .accordion_item .acc_title .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 18px;
}

.faq .accordion_item .acc_body {
  padding-top: 16px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  display: none;
}

@media screen and (max-width: 520px) {
  .faq .accordion_item .acc_body {
    font-size: 16px;
    margin-right: 25px;
  }
}

.faq .accordion_item._active {
  background: #eff4f7;
}

.faq .accordion_item._active .acc_title .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 820px) {
  .faq .accordion_item {
    padding: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .faq {
    padding-top: 98px;
  }
}

@media screen and (max-width: 820px) {
  .faq {
    padding: 50px 0;
  }
}

.any_questions {
  margin-top: 40px;
  margin-bottom: 40px;
}

.any_questions .wrapper_thin .content_box {
  background: #da9432;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 80px;
  position: relative;
  overflow: hidden;
}

.any_questions .wrapper_thin .content_box .left_part {
  position: relative;
  z-index: 1;
}

.any_questions .wrapper_thin .content_box .left_part .block_title {
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  .any_questions .wrapper_thin .content_box .left_part .block_title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .any_questions .wrapper_thin .content_box .left_part .block_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.any_questions .wrapper_thin .content_box .left_part .block_desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-top: 8px;
  color: #ffffff;
}

.any_questions .wrapper_thin .content_box .left_part .block_desc a {
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  .any_questions .wrapper_thin .content_box .left_part .block_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 520px) {
  .any_questions .wrapper_thin .content_box .left_part .block_desc {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .any_questions .wrapper_thin .content_box .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 301px;
    flex: 0 1 301px;
  }
}

.any_questions .wrapper_thin .content_box .right_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 42%;
  flex: 0 1 42%;
  position: relative;
  z-index: 1;
}

.any_questions .wrapper_thin .content_box .right_part .block_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 8px;
}

@media screen and (max-width: 820px) {
  .any_questions .wrapper_thin .content_box .right_part .block_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 520px) {
  .any_questions .wrapper_thin .content_box .right_part .block_title {
    font-size: 16px;
    line-height: 24px;
  }
}

.any_questions .wrapper_thin .content_box .right_part .block_desc {
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  .any_questions .wrapper_thin .content_box .right_part .block_desc {
    font-size: 32px;
    line-height: 40px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #ffffff;
  }
}

@media screen and (max-width: 520px) {
  .any_questions .wrapper_thin .content_box .right_part .block_desc {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .any_questions .wrapper_thin .content_box .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 330px;
    flex: 0 1 330px;
  }
}

.any_questions .wrapper_thin .content_box:after {
  content: "";
  position: absolute;
  bottom: -95%;
  right: -9%;
  width: 60%;
  padding-bottom: 60%;
  background-color: #5c6b28;
  border-radius: 50%;
  display: block;
}

@media screen and (max-width: 1200px) {
  .any_questions .wrapper_thin .content_box:after {
    width: 776px;
    height: 777px;
    padding-bottom: 0;
    right: -47%;
  }
}

@media screen and (max-width: 820px) {
  .any_questions .wrapper_thin .content_box:after {
    width: 800px;
    height: 800px;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(17%, 77%);
    transform: translate(17%, 77%);
  }
}

@media screen and (max-width: 1200px) {
  .any_questions .wrapper_thin .content_box {
    padding: 40px 25px 40px 40px;
  }
}

@media screen and (max-width: 820px) {
  .any_questions .wrapper_thin .content_box {
    display: block;
    padding: 40px;
  }
}

@media screen and (max-width: 520px) {
  .any_questions .wrapper_thin .content_box {
    padding: 25px;
  }
}

@media screen and (max-width: 820px) {
  .any_questions {
    margin-top: 0;
  }
}

.our_team {
  margin: 90px 0 0;
}

.our_team .wrapper_thin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.our_team .wrapper_thin .left_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 322px;
  flex: 0 1 322px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our_team .wrapper_thin .left_part .block_title {
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: #5c6b28;
}

@media screen and (max-width: 820px) {
  .our_team .wrapper_thin .left_part .block_title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #5c6b28;
  }
}

@media screen and (max-width: 520px) {
  .our_team .wrapper_thin .left_part .block_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.our_team .wrapper_thin .left_part .block_header .mobile_controls {
  display: none;
}

@media screen and (max-width: 1200px) {
  .our_team .wrapper_thin .left_part .block_header .mobile_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}

@media screen and (max-width: 820px) {
  .our_team .wrapper_thin .left_part .block_header .mobile_controls {
    gap: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .our_team .wrapper_thin .left_part .block_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

.our_team .wrapper_thin .left_part .ceo {
  text-align: center;
  margin: 80px 30px 0 0;
}

.our_team .wrapper_thin .left_part .ceo .img {
  width: 140px;
  height: 140px;
  margin: 0 auto 25px;
}

.our_team .wrapper_thin .left_part .ceo .img img {
  width: 100%;
}

.our_team .wrapper_thin .left_part .ceo .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.our_team .wrapper_thin .left_part .ceo .role {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .our_team .wrapper_thin .left_part .ceo {
    display: none;
  }
}

.our_team .wrapper_thin .right_part {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 960px;
  flex: 0 1 960px;
  min-width: 0;
}

.our_team .wrapper_thin .right_part .slider_team_arr_prev,
.our_team .wrapper_thin .right_part .slider_team_arr_next {
  margin: 0 20px 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

@media screen and (max-width: 1200px) {
  .our_team .wrapper_thin .right_part .slider_team_arr_prev,
  .our_team .wrapper_thin .right_part .slider_team_arr_next {
    display: none !important;
  }
}

.our_team .wrapper_thin .right_part .slider_team_body,
.our_team .wrapper_thin .right_part .slider_team_body_mobile {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.our_team .wrapper_thin .right_part .slider_team_body .slider_item,
.our_team .wrapper_thin .right_part .slider_team_body_mobile .slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our_team .wrapper_thin .right_part .teammate,
.our_team .wrapper_thin .right_part .ceo {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.333%);
  flex: 0 1 calc(33.333%);
  margin-bottom: 50px;
}

.our_team .wrapper_thin .right_part .teammate .img,
.our_team .wrapper_thin .right_part .ceo .img {
  width: 140px;
  height: 140px;
  margin: 0 auto 25px;
}

.our_team .wrapper_thin .right_part .teammate .img img,
.our_team .wrapper_thin .right_part .ceo .img img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .our_team .wrapper_thin .right_part .teammate .img,
  .our_team .wrapper_thin .right_part .ceo .img {
    width: 100px;
    height: 100px;
    margin: 0 0 20px;
  }
}

.our_team .wrapper_thin .right_part .teammate .name,
.our_team .wrapper_thin .right_part .ceo .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 520px) {
  .our_team .wrapper_thin .right_part .teammate .name,
  .our_team .wrapper_thin .right_part .ceo .name {
    font-size: 16px;
    line-height: 24px;
  }
}

.our_team .wrapper_thin .right_part .teammate .role,
.our_team .wrapper_thin .right_part .ceo .role {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 520px) {
  .our_team .wrapper_thin .right_part .teammate .role,
  .our_team .wrapper_thin .right_part .ceo .role {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .our_team .wrapper_thin .right_part .teammate,
  .our_team .wrapper_thin .right_part .ceo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 273px;
    flex: 0 1 273px;
  }
}

@media screen and (max-width: 820px) {
  .our_team .wrapper_thin .right_part .teammate,
  .our_team .wrapper_thin .right_part .ceo {
    text-align: left;
  }
}

@media screen and (max-width: 520px) {
  .our_team .wrapper_thin .right_part .teammate,
  .our_team .wrapper_thin .right_part .ceo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
  }
}

@media screen and (max-width: 1200px) {
  .our_team .wrapper_thin .right_part .slider_team_body {
    display: none;
  }
}

.our_team .wrapper_thin .right_part .slider_team_body_mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .our_team .wrapper_thin .right_part .slider_team_body_mobile {
    display: block;
  }

  .our_team .wrapper_thin .right_part .slider_team_body_mobile .slick-list {
    overflow: visible;
  }
}

@media screen and (max-width: 820px) {
  .our_team .wrapper_thin .right_part {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .our_team .wrapper_thin {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .our_team {
    overflow: hidden;
  }
}

@media screen and (max-width: 520px) {
  .our_team {
    margin-top: 50px;
  }
}

.blog {
  padding: 68px 0 0;
  overflow: hidden;
}

.blog .blog_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.blog .blog_header .block_title {
  font-weight: bold;
  font-size: 38px;
  line-height: 26px;
  color: #000000;
}

.blog .blog_header .block_title a {
  text-decoration: underline;
  color: #da9432;
}

@media screen and (max-width: 1200px) {
  .blog .blog_header .block_title {
    max-width: 300px;
    line-height: 44px;
  }
}

@media screen and (max-width: 820px) {
  .blog .blog_header .block_title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .blog .blog_header .block_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.blog .blog_header .blog_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .blog_header .blog_controls .slider_blog_arr_prev {
  margin-right: 20px;
}
.blog .content_box .slider_blog_body {
  margin-bottom: 30px;
}
.blog .content_box .slider_blog_body .slick-list {
  overflow: visible;
}

.blog .content_box .slider_blog_body .slider_item {
  border: 1px solid #bababa;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 380px;
  flex: 0 1 380px;
  margin-right: 30px;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 380px;
}

.blog .content_box .slider_blog_body .slider_item .blog_img {
  height: 220px;
  position: relative;
}

.blog .content_box .slider_blog_body .slider_item .blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .content_box .slider_blog_body .slider_item .blog_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #5c6b2874;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .content_box .slider_blog_body .slider_item .non_img {
  padding: 32px 40px;
}

@media screen and (max-width: 820px) {
  .blog .content_box .slider_blog_body .slider_item .non_img {
    padding: 20px 12px;
  }
}

.blog .content_box .slider_blog_body .slider_item .blog_title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 820px) {
  .blog .content_box .slider_blog_body .slider_item .blog_title {
    margin-bottom: 15px;
  }
}

.blog .content_box .slider_blog_body .slider_item .author {
  font-size: 18px;
  line-height: 18px;
  color: #7c7c7c;
  margin-bottom: 38px;
}

@media screen and (max-width: 820px) {
  .blog .content_box .slider_blog_body .slider_item .author {
    margin-bottom: 15px;
  }
}

.blog .content_box .slider_blog_body .slider_item .desc {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 38px;
}

@media screen and (max-width: 820px) {
  .blog .content_box .slider_blog_body .slider_item .desc {
    margin-bottom: 15px;
  }
}

.blog .content_box .slider_blog_body .slider_item .byn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog .content_box .slider_blog_body .slider_item .byn_cont .read_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .content_box .slider_blog_body .slider_item .byn_cont .read_more .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #da9432;
  margin-right: 10px;
}

.blog .content_box .slider_blog_body .slider_item.slick-active {
  opacity: 1;
}

.blog .content_box .slider_blog_body .slider_item:hover {
  border: 1px solid #da9432;
}

.blog .content_box .slider_blog_body .slider_item:hover .blog_title {
  color: #da9432;
}

.blog .content_box .slider_blog_body .slider_item:hover .blog_img:after {
  opacity: 1;
}

@media screen and (max-width: 520px) {
  .blog .content_box .slider_blog_body .slider_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    margin-right: 20px;
    width: 90vw;
  }
}

@media screen and (max-width: 520px) {
  .blog {
    padding: 45px 0;
  }
}

.products__table {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.products__table::-webkit-scrollbar {
  height: 8px;
  background-color: #e1e7eb;
  border-radius: 4px;
}

.products__table::-webkit-scrollbar-thumb {
  background-color: #da9432;
  border-radius: 4px;
}
