/* блок воронка */

.calc_section {
  color: #162950;
}

.calc_section .will_help_header {
  text-align: center;
  color: #162950;
  margin: 0;
  margin-bottom: 27px;
}

.calc_after_title {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  width: 68%;
  margin: 0 auto 0;
}
@media (max-width: 900px) {
  .calc_after_title {
    font-size: 20px;
  }
  .calc_section .will_help_header {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .calc_after_title {
    width: 100%;
  }
}

.calc_section .container {
  padding: 50px 40px 65px 40px;
  background-color: #ffffff;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .calc_section .container {
    padding: 30px 17px 45px 17px;
  }
}

.calc_form_txt {
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 900px) {
  .calc_form_txt {
    font-size: 16px;
  }
}

.calc_form {
  margin-top: 60px;
}

@media (max-width: 900px) {
  .calc_form {
    margin-top: 30px;
  }
}

.calc_form_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 28px;
}

@media (max-width: 900px) {
  .calc_form_flex {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 9px;
  }
}

.calc_form_inputs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 30%;
  width: 30%;
}

@media (max-width: 900px) {
  .calc_form_inputs {
    flex-basis: 100%;
    width: 100%;
  }
}

.calc_form_result {
  display: flex;
  flex-direction: column;
  flex-basis: 65%;
  width: 65%;
  align-items: center;
  position: relative;
  margin-top: 38px;
}

@media (max-width: 900px) {
  .calc_form_result {
    flex-basis: 100%;
    width: 100%;
    margin-top: 0;
  }
}

.calc_form_inputs input {
  height: 50px;
  outline: none;
  border: 1px solid #dbe7ff;
  width: 100%;
  border-radius: 100px;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
  margin-bottom: 18px;
}

.calc_form_inputs input::placeholder {
  color: #162950;
}
.calc_form_inputs input:focus::-webkit-input-placeholder {
  color: transparent;
}

.calc_form_inputs input:focus::-moz-placeholder {
  color: transparent;
}

.calc_form_inputs input:focus:-moz-placeholder {
  color: transparent;
}

.calc_form_inputs input:focus:-ms-input-placeholder {
  color: transparent;
}

.calc_form_inputs input:last-child {
  margin-bottom: 0;
}

@media (max-width: 350px) {
  .calc_form_inputs input {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .calc_form_inputs input:last-child {
    margin-bottom: 30px;
  }
}

.calc_form_result_item,
.proceeds {
  width: 100%;
  border-radius: 20px;
  height: 117px;
  margin-bottom: 20px;
  padding: 0 13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 50px;
  color: #ffffff;
  position: relative;
}

.calc_form_result_item b,
.proceeds b {
  font-weight: 600;
  font-size: 20px;
}

.proceeds {
  background-color: #48db5c;
  color: #fff;
  /* height: fit-content; */
  flex-wrap: wrap;
  padding: 0 13px;
  justify-content: space-between;
  width: 65%;
}

@media (max-width: 900px) {
  .calc_form_result_item,
  .proceeds {
    width: 100%;
    border-radius: 10px;
    height: 52px;
    margin-bottom: 9px;
    padding: 0 13px;
    font-size: 24px;

    height: fit-content;
    flex-wrap: wrap;
    padding: 13px;
  }

  .calc_form_result_item b,
  .proceeds b {
    font-size: 14px;
  }
}

.calc_form_result_item:nth-child(1) {
  /* background-color: #48db5c; */
  background-color: #edf3ff;
  color: #162950;
}

.calc_form_result_item:nth-child(2) {
  background-color: #6091f8;
}

.calc_form_result_item:nth-child(3) {
  background-color: #eb61f8;
  width: 80%;
}

.calc_form_result_item:nth-child(4) {
  background-color: #ff0000;
  margin-bottom: 0px;
  width: 60%;
}

.calc_form_result_item_left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.proceeds .calc_form_result_item_left {
  margin-right: 44px;
}

@media (max-width: 350px) {
  .calc_form_result_item_left {
    margin-right: 44px;
  }
}

.calc_form_result_item_left_img {
  width: 46px;
  height: 53px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .calc_form_result_item_left_img {
    margin-right: 15px;
    width: 33px;
    height: 30px;
  }
}

.calc_form_result_item_left_img img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  width: 100%;
}

.calc_section {
  margin: 100px 0;
}

@media (max-width: 700px) {
  .calc_section {
    margin: 50px 0;
  }
}

.calc_form_result_item_right {
  word-break: break-word;
  text-align: center;
}

.voronka_label {
  margin-bottom: 5px;
  width: fit-content;
}

.voronka_label::after {
  content: "?";
  display: inline-block;
  width: 16px;
  height: 17px;
  box-sizing: border-box;
  text-align: center;
  font-size: 8px;
  vertical-align: super;
  color: #fff;
  padding-top: 3px;
  top: 0;
  background-color: #c7c7c7;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
}

.proceeds .calc_form_result_item_left_img {
  /* transform: scale(1.3); */
  /* width: 58px; */
  min-height: 100%;
}

#abs_block_1 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  /* width: 100%; */
  /* height: 100%; */
  z-index: 10000;
}

.proceeds_container {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

@media (max-width: 900px) {
  .for_watsapp_widget {
    height: 30px;
  }

  footer {
    bottom: 60px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .calc_section .container{
    margin-top: 100px;
  }
}

body {
  position: relative;
}

a[href^="tel:"]:hover::after {
  text-decoration: none !important;
  width: 0;
}


