.overlay-roi {
  display: none;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1003;
  background: rgba(0, 0, 0, 0.6);
}
.roi_container {
  margin-top: 80px;
  padding: 60px 0;
}
.roi_container .col-lg-10 {
  margin: 0 auto;
  float: none;
}
.roi_inner_headline h1 {
  margin: 0px 0px 24px 0px;
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-family: "Museo", sans-serif;
}
.roi_inner_headline p {
  font-family: "Museo", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #717783;
  margin: 0px;
}
.roi_inner_headline {
  text-align: center;
  margin-bottom: 39px;
}
.roi_inner_wrap {
  padding: 0 15px;
}
.roi_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
/*.roi_calculator.roi_active_block .roi_calculator_section_row input {
	pointer-events: none;
}
.roi_calculator.roi_active_block #roi_calc_submit {
	pointer-events: none;	
}*/
.roi_calculator.roi_active_block {
  border-radius: 6px !important;
}
.roi_calculator {
  width: 100%;
  max-width: 416px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  margin-right: 20px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.roi_calculator_head {
  height: 44px;
  text-align: center;
  width: 100%;
  padding-top: 13px;
  color: #fff;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background-color: #f57215;
  margin-bottom: 30px;
  border-radius: 5px 5px 0 0;
}
.roi_calculator_section {
  margin-bottom: 30px;
}
.roi_calculator_section {
  padding: 0 30px;
}
.roi_calculator_section h5 {
  text-align: center;
  color: #333;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 25px 0;
}
.roi_calculator_section_row {
  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;
  position: relative;
}
.roi_calculator_section_row:not(:last-of-type) {
  margin-bottom: 16px;
}
.roi_calculator_section_row input {
  background: #ffffff;
  border: 1px solid #e3e4e4;
  border-radius: 5px;
  height: 42px;
  padding-left: 15px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #000000;
}
.roi_calculator_section:not(:last-of-type) input {
  width: 94px;
}
.roi_calculator_section:last-of-type input {
  width: 74px;
  margin-left: auto;
  margin-right: 0px;
}
.roi_calculator_section_row input::-webkit-input-placeholder {
  color: #b4b4b4;
}
.roi_calculator_section_row input::-moz-placeholder {
  color: #b4b4b4;
}
.roi_calculator_section_row input:-ms-input-placeholder {
  color: #b4b4b4;
}
.roi_calculator_section_row input::-ms-input-placeholder {
  color: #b4b4b4;
}
.roi_calculator_section_row input::placeholder {
  color: #b4b4b4;
}
.roi_calculator_section:last-of-type .roi_calculator_section_row > img {
  width: 14px;
  margin-left: 6px;
  cursor: help;
}
.roi_calculator_section_row h6 {
  font-family: "Museo", sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #000;
  margin: 0px;
}
.roi_calculator_section_row h6 span {
  display: block;
}
.roi_calculator_section .btnSizeMax {
  margin-top: 20px;
}
.roi_calculator_section .btnSizeMax i {
  margin-left: 8px;
  position: relative;
  top: 0px;
  font-size: 15px;
}
.roi_chart {
  width: 100%;
  max-width: 470px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.roi_active_block:not(:last-of-type) {
  border-radius: 6px 0px 0px 6px;
}
.roi_active_block:last-of-type {
  border-radius: 0 6px 6px 0;
}

.roi_active_block {
  z-index: 1005;
  background-color: #fff;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.roi_chart_section {
  padding: 23px 40px 20px 25px;
  position: relative;
}
.roi_chart_section:first-of-type {
  padding-bottom: 15px;
}
.roi_chart_section:last-of-type {
  padding-top: 15px;
  padding-left: 50px;
}
.roi_chart:last-of-type .roi_chart_section:last-of-type {
  padding-top: 45px;
}
.roi_chart_section > div {
  height: 260px;
}
.roi_total_result {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
.roi_total_result,
.roi_total_result_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.roi_total_result img {
  margin-right: 23px;
  width: 74px;
}
.roi_total_result_text h6 {
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #808080;
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
}
.roi_total_result_inner_calc {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
}

.roi_total_result_text_calc h6 {
  color: #000000;
  margin-bottom: 19px;
}
.roi_total_result_text span {
  color: #f57215;
  font-size: 38px;
  line-height: 28px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
}
.roi_total_result_text span b {
  position: relative;
  bottom: 2px;
  padding-right: 5px;
}
.roi_total_result_inner {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.roi_total_result_inner_anim span {
  -webkit-animation: blink_revenue 5s ease;
  animation: blink_revenue 5s ease;
}

@-webkit-keyframes blink_revenue {
  0% {
    color: #f57215;
  }
  14% {
    color: #fea006;
  }
  28% {
    color: #f57215;
  }
  41% {
    color: #fea006;
  }
  55% {
    color: #f57215;
  }
  69% {
    color: #fea006;
  }
  83% {
    color: #f57215;
  }
  100% {
    color: #fea006;
  }
}

@keyframes blink_revenue {
  0% {
    color: #f57215;
  }
  14% {
    color: #fea006;
  }
  28% {
    color: #f57215;
  }
  41% {
    color: #fea006;
  }
  55% {
    color: #f57215;
  }
  69% {
    color: #fea006;
  }
  83% {
    color: #f57215;
  }
  100% {
    color: #fea006;
  }
}

@-webkit-keyframes orange_blink {
  0% {
    background-color: #f57215;
  }
  14% {
    background-color: #fea006;
  }
  28% {
    background-color: #f57215;
  }
  41% {
    background-color: #fea006;
  }
  55% {
    background-color: #f57215;
  }
  69% {
    background-color: #fea006;
  }
  83% {
    background-color: #f57215;
  }
  100% {
    background-color: #fea006;
  }
}

@keyframes orange_blink {
  0% {
    background-color: #f57215;
  }
  14% {
    background-color: #fea006;
  }
  28% {
    background-color: #f57215;
  }
  41% {
    background-color: #fea006;
  }
  55% {
    background-color: #f57215;
  }
  69% {
    background-color: #fea006;
  }
  83% {
    background-color: #f57215;
  }
  100% {
    background-color: #fea006;
  }
}
.roi_chart_section > b {
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-align: right;
  position: relative;
  bottom: 5px;
}
.roi_chart_section h5 {
  font-family: "Museo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  margin: 0 0 10px 0;
}
.roi_chart_section h5 span {
  color: #808080;
}

.roi_hint {
  position: absolute;
  right: -390px;
  top: -50px;
  z-index: 1006;
  display: none;
}
.roi_hint h6 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin: 0 0 11px 0;
}
.roi_hint p {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-family: "Museo", sans-serif;
  margin-bottom: 16px;
}
.roi_hint img {
  position: absolute;
  top: 6px;
  left: -130px;
}
.roi_hint_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roi_hint_buttons span {
  width: 91px;
  height: 40px;
  margin: 0;
  font-size: 14px;
  text-shadow: none;
}
.roi_hint_buttons span.btn_white_orange_border {
  margin-right: 10px;
}
.roi_hint_buttons span.btn_white {
  color: #000000 !important;
}

.roi-hint-3 {
  right: unset;
  left: -215px;
  top: 220px;
}
.roi-hint-3 > img {
  width: 180px;
  -webkit-transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0);
  -ms-transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0);
  transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0);
  top: -53px;
  left: 54px;
}

.roi_chart_disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}
.roi_chart_disabled .highcharts-point {
  background-color: #f5f6f6;
  opacity: 0.1 !important;
}
.roi_chart_disabled .highcharts-data-labels {
  opacity: 0 !important;
}
.roi_chart_disabled span,
.roi_chart_disabled p,
.roi_chart_disabled h5,
.roi_chart_disabled b {
  color: #808080;
}

.roi_calculator_section_row .tool-tip {
  width: 240px;
  right: 20px;
  bottom: 0px;
  font-size: 13px;
}
.roi_calculator_section_row .tool-tip:before {
  bottom: 15px;
  right: -10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.roi_calculator_section_row .tool-tip a {
  display: block;
  color: #f57215;
}
.btn_white_orange_border .fa-arrow-right {
  font-size: 12px;
}

@media screen and (max-width: 1300px) {
  .roi_chart {
    max-width: 400px;
  }
  .roi_total_result img {
    width: 50px;
  }
  .roi_total_result_text span {
    font-size: 30px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .roi_calculator {
    margin-right: 20px;
  }
  .roi_chart_section {
    padding: 23px 30px 20px 15px;
  }
  .roi_chart_section:last-of-type {
    padding-left: 35px;
  }
  .roi_chart {
    max-width: 330px;
  }
  .roi_total_result_text h6 {
    font-size: 15px;
    line-height: 22px;
  }
  .roi_total_result img {
    width: 55px;
    margin-right: 15px;
  }
  .roi_total_result_text span {
    font-size: 32px;
    line-height: 18px;
  }
}
@media screen and (max-width: 992px) {
  .roi_row {
    -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;
  }
  .roi_calculator {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .roi_chart {
    max-width: 480px;
  }
  .roi_total_result img {
    margin-right: 20px;
    width: 70px;
  }
  .roi_total_result_text h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .roi_inner_headline {
    margin-bottom: 30px;
  }
  .roi_inner_headline p {
    font-size: 16px;
    line-height: 24px;
  }
  .roi_inner_headline h1 {
    margin: 0px 0px 15px 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .roi_container {
    padding: 30px 0 60px 0;
  }
  .roi_calculator_section {
    padding: 0 25px;
  }
  .roi_chart_section {
    padding-bottom: 0px !important;
  }
}

.btn_orange {
  cursor: pointer;
  height: 42px;
  border-radius: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.01em;
  background: #f57215;
  border: none;
  color: #ffffff !important;
  text-decoration: none !important;
  margin: 0 auto;
  font-family: MuseoSansCyrl1, sans-serif;
  letter-spacing: 0.1px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
  text-decoration: none !important;
}

.tool-tip {
  display: none;
  position: absolute;
  right: -20px;
  bottom: 0px;
  padding: 12px 25px;
  background-color: #fff;
  border-radius: 5px;
  width: 140px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: MuseoSansCyrl0, sans-serif;
  z-index: 2;
  white-space: normal;
  -webkit-box-shadow: 0px 10px 40px rgba(75, 80, 86, 0.2) !important;
  box-shadow: 0px 10px 40px rgba(75, 80, 86, 0.2) !important;
}
.tool-tip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
