body, input, textarea {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.box_item .feature_item,.box_item span {
  font-size: 2em;
  font-weight: 700
}

@media (max-width: 767px) {
  .box_item .feature_item,.box_item span {
    font-size: 18px;
  }
}

.step_2,.step_3 {
  position: relative
}

.button,.button>span {
  vertical-align: middle
}

.example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear,left top,left bottom,from(white),to(black));
  background: -webkit-linear-gradient(top,#fff,#000);
  background: -o-linear-gradient(top,#fff,#000);
  background: linear-gradient(to bottom,#fff,#000)
}

.devices, .calc_section, .steps, .review, .need_known, .required {
  padding-top: 76px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .devices, .calc_section, .steps, .review, .need_known, .required {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

.devices,.header_section,.steps {
  background-repeat: no-repeat
}

.menu_wrapper {
  padding-top: 22px;

}

.menu_wrapper p{
  color:black;
  font-size: 18px;
  text-align: left;
  margin: 0px 0px 2px 15px;
  line-height: 20px;
}
.menu_header_text {
  margin-top: 14px;
}

@media (max-width: 1200px) {
  .menu_header_text{
    display: none;
  }
}

.header_section {
  background-image: url("/images/bg-test.png");
  min-height: calc(100vh - 139px);
  display: flex;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 20%;
  background-attachment: fixed;
  color: #fff
}

@media (max-width: 1024px) {
  .header_section {
    min-height: calc(100vh - 262px);
  }
}

.img-logo {
  padding: 13px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.site_description {
  color: black;
}

.main-calc {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  float: none;
}

.review {
  padding-top: 72px;
}

.review b {
  display: block;
  margin-bottom: 7px;
}

.review h2 {
  margin-bottom: 33px;
}

.review .buttons {
  text-align: center;
}

.main-calc-wrap {
  max-width: 100%;
}

.main-calc__title {
  color: black;
  display: block;
  margin-bottom: 100px;
  padding-top: 38px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .main-calc__title {
    margin-bottom: 18px;
    margin-left: 12px;
    line-height: 30px;
    font-size: 26px;
    text-align: left;
  }
}
.calc_top {
  margin: 25px auto 0;
  max-width: 500px;
  width: 100%;
  padding: 15px;
  border: 1px solid transparent;
  color: black;
}

@media (max-width: 767px) {
  .calc_top {
    margin-top: 20px;
  }
}

section h2 {
  font-weight: 700;
  text-align: center;
}

.feature {
  background-color: #e0dedd;
  color: #171616;
  padding: 28px 0;
}

@media (max-width: 767px) {
  .feature {
    padding: 58px 0;
  }
}

.feature-wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .feature-wrap {
    flex-wrap: wrap;
  }
}

.feature_block {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  padding-top: 10px;
  font-size: 18px;
  color: #100f0f;
}

@media (max-width: 1024px) {
  .feature_block {
    flex: 1 0 50%;
    margin-bottom: 40px;
  }

  .feature_block:nth-of-type(3) {
    margin-bottom: 0;
  }

  .feature_block:nth-of-type(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .feature_block {
    flex: 1 0 100%;
  }

  .feature_block:nth-of-type(3) {
    margin-bottom: 40px;
  }
}

a.red_btn,a.yellow_btn {
  padding: 6px 12px;
  font-weight: 600
}

.feature_block img {
  margin-right: 15px;
  float: left;
  margin-top: -10px
}

a.red_btn,a.white_btn,a.yellow_btn {
  margin: 20px;
  display: inline-block
}

.devices {
  background-color: #fff;
  background-image: url(../img/devices_bg.jpg);
  background-position: 80% 90%
}

@media (max-width: 991px) {
  .devices {
    background-image: none;
  }
}

a.red_btn {
  background-color: #ef5d19;
  color: #fff;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  border: 1px solid #fff
}

a.red_btn:hover {
  background-color: #fff;
  color: #ef5d19;
  border: 1px solid #ef5d19;
  text-decoration: none
}

a.yellow_btn {
  background-color: #b9372a;
  color: #000;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  border: 1px solid #fff
}

a.white_btn,a.yellow_btn:hover {
  background-color: #fff;
  color: #000
}

a.yellow_btn:hover {
  border: 1px solid #b9372a;
  text-decoration: none
}

a.white_btn {
  padding: 4px 8px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  border: 1px solid #000
}

.box_item {
  margin: 22px
}

.box-item {
  min-height: 138px;
}

.box_item .feature_item {
  background-color: #ffb300;
  color: white;
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 767px) {
  .box_item .feature_item {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.box_item .feature_item_txt {
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 66px
}

.steps {
  background: url(../img/steps_question.png) no-repeat calc(25% - 273px) top, url(../img/steps_money_pack.png) no-repeat 90% 90%;
  background-color: #f0f0f0;
  padding-top: 62px;
  padding-bottom: 65px;
}

@media (max-width: 991px) {
  .steps {
    background: #f0f0f0;
  }
}

@media (max-width: 767px) {
  .steps {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
  }
}

.steps .section-title {
  text-align: center;
}

.steps-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 80px;
}

@media (max-width: 991px) {
  .steps-wrap {
    flex-direction: column;
    padding-top: 40px;
  }
}

.step {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background-color: #f4a900;
  color: white;
  max-width: 304px;
  width: 100%;
  padding: 45px 30px 30px 100px;
  min-height: 200px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 20px 29px;
  background-size: 68px;
  box-shadow: -6px 5px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;

}

.steps-info {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #100f0f;
  margin-top: 40px;
}

.steps-info-list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.steps-info-list > *:before {
  content: "–";
  margin-right: 10px;
}

.step:last-of-type {
  margin-right: 0;
}

.step:nth-of-type(1) {
  background-image: url(../img/steps/step_1.png);
}

.step:nth-of-type(2) {
  background-image: url(../img/steps/step_2.svg);
  background-color: #ffbf00;
  background-position: 15px 41px;
}

.step:nth-of-type(3) {
  background-image: url(../img/steps/step_3.png);
  background-color: #ffd633;
  background-position: 24px 40px;
  background-size: 54px;

}
@keyframes show{
  0%{
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@media (max-width: 991px) {
  .steps .step {
    max-width: 100%;
    top: 0;
    margin-bottom: 30px;
  }

  .steps .step:last-of-type{
    margin-bottom: 0;
  }
}

.step-title {
  position: absolute;
  top: 10px;
  left: 15px;
  color: black;
}

.step p {
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}

.step_box {
  margin-top: 75px
}

.step,.step:hover {
  color: white;
  text-decoration: none
}

.step>div {
  display: inline-block;
  width: 260px;
  background-color: #414854;
  text-align: left;
  padding: 5px 10px 5px 5px;
  font-weight: 700;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 40px -10px rgba(0,0,0,.75);
  box-shadow: 0 0 40px -10px rgba(0,0,0,.75)
}

.step_2 {
  z-index: 2;
  left: -15px;
  top: -20px
}

.step_3 {
  z-index: 3;
  left: -30px;
  top: -40px
}

.step_1 img,.step_2 img,.step_3 img {
  margin-left: 10px;
  float: left;
  margin-right: 10px;
}

.step_1:hover,.step_2:hover,.step_3:hover {
  position: relative;
  z-index: 4;
  border: 2px solid #000
}

.step_1 .glyphicon,.step_2 .glyphicon,.step_3.glyphicon {
  padding: 2px
}

.step_1:hover .glyphicon,.step_2:hover .glyphicon,.step_3:hover .glyphicon {
  padding: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background: #000;
  color: #fff
}

.need_known,.required,.review {
  background-repeat: no-repeat
}

.step .arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

@media (max-width: 560px) {
  .step_box {
      margin-top:30px
  }

  .step_1,.step_2,.step_3 {
      position: initial;
      margin-bottom: 10px
  }

  .step_1:hover,.step_2:hover,.step_3:hover {
      position: initial;
      border: 2px solid #000
  }
}

.calc_section {
  background-image: linear-gradient(to right, #ffb300, #ffcc00);
  color: black;
  padding-bottom: 42px;
}

.calc_section .container {
  background: url(../img/calc_left_bg.png) no-repeat left center,
              url(../img/calc_right_bg.png) no-repeat right center;
}

@media (max-width: 991px) {
  .calc_section .container {
    background: none;
  }
}

.calc_section h2 {
  color: black;
}

.slider_box {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  height: 82px;
}

@media (max-width: 767px) {
  .slider_box {
    margin-bottom: 0px;
  }
}

.main-footer {
  overflow: hidden;
}

.main-footer .slider_box {
  margin-bottom: 30px;
}

.slider_box .slider_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  margin-bottom: 12px;
}

.range-slider-title {
  position: absolute;
  left: -72px;
  bottom: 40px;
  font-weight: 400;
  font-size: 20px;
}


@media screen and (max-width: 1024px) {
  .range-slider-title {
    left: 0;
  }
}

.range-slider-num {
  position: absolute;
  display: flex;
  left: 100%;
  bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .range-slider-num {
    left: auto;
    right: 0;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .range-slider-num {
    left: auto;
    right: 0;
    font-size: 22px;
  }
}

.range-slider-num span {
  margin-right: 8px;
}

.main-calc .btn-grad {
  margin-top: 18px;
}

.security-text {
  font-weight: 300;
  font-size: 16px;
  margin-top: 34px;
  color: black;
}

@media (max-width: 767px) {
  .security-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
  }
}

.btn-grad {
  text-align: center;
  color: black;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  padding: 0 70px;
  max-width: 500px;
  overflow: hidden;
  border-radius: 40px;
  background-image: linear-gradient(to bottom left, #ffcc00, #ffb300);
  text-decoration: none;
  box-shadow: -6px 5px 20px 0px rgba(0, 0, 0, 0.3);
  border: none;
  font-weight: 500;
}

.btn-grad:hover {
  color: black;
  text-decoration: none;
  background-image: linear-gradient(to bottom left, #dba400, #dba400);
}

.required {
  padding-top: 72px;
  padding-bottom: 70px;
  color: black;
  background: url(../img/required_bg.png) no-repeat 82% 90%, linear-gradient(to right, #ffcc00, #ffb300);
}

.required h2 {
  margin-bottom: 36px;
}

.required p {
  margin-bottom: 42px;
}

.required a {
  color: black;
  margin: 5px 15px;
  font-weight: 600;
  text-decoration: underline
}

.required a:hover {
  text-decoration: none;
}

.need_known p {
  text-indent: 0;
  font-size: 14px;
  line-height: 18px;
}

.need_known b {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

.need_known h2 {
  text-align: center;
  margin-bottom: 52px;
}

.need_known {
  padding-top: 70px;
  padding-bottom: 60px;
  color: #222228;
  background-image: none;
  background-color: #ffffff;
}

.review {
  background-color: #fff;
  background-position: 15% 10%
}

.review_box {
  padding: 7px;
  margin-bottom: 10px;
  min-height: 140px
}

.review_box .review_ico {
  float: left;
  width: 70px;
  height: 70px;
  padding-top: 15px
}

@media (max-width: 767px) {
  .review_box .review_ico {
    width: 40px;
    height: 40px;
  }
}

.review_box .review_ico .glyphicon {
  color: #fff;
  font-size: 2.5em
}

.review_box .review_content {
  margin-left: 80px;
  text-align: justify;
  font-size: .85em;
  line-height: 1.4em;
  padding-right: 10px
}

@media (max-width: 767px) {
  .review_box .review_content {
    margin-left: 50px;
  }
}

.review_box .review_content p {
  text-indent: 0
}

.review_box .review_content {
  font-size: 14px;
}

footer {
  background-color: #4d4d4d;
  padding: 15px;
  color: #fff
}

.footer-logo {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .footer-contacts {
    display: flex;
  }
}

.footer-contacts p {
  margin-top: 0;
  margin-bottom: 0;

  font-size: 14px;
  text-indent: 0;
}

.footer-contacts__row {
  margin-bottom: 20px;
  flex: 1 0;
}

@media (max-width: 599px) {
  .footer-contacts__row {
    text-align: left;
  }
}

@media (max-width: 599px) {
  .main-footer .col-xs-12 {
    width: 100%!important;
  }
}

.footer-contacts__title {
  color: #d0d0d0;
}

.footer-contacts__data {
  color: #ffffff;
}

footer .bottom_menu {
  display: inline-block;
  text-align: left;
}

footer .bottom_menu a {
  display: block;
  margin-bottom: 15px;
  color: #fff
}

.brackets {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto 15px;
  border-style: solid;
  border-width: 1px;
  border-radius: 11px;
}



@media (max-width: 768px) {

  .box_item {
      margin: 10px;
      text-align: left
  }

  .box_item .feature_item_txt {
      margin-top: 10px;
      margin-bottom: 15px;
      margin-left: 0;
      text-align: justify;
      text-indent: 0;
  }

  .required a {
      display: block
  }
}

p {
  text-indent: 2em
}

.video_filter {
  display: flex;
  flex-direction: column;
 background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 0.59), rgba(255, 255, 255, 0.6));
  padding-bottom: 0px;
  flex: 1 0 100%;
}

@media (max-width: 767px) {
  .video_filter {
    padding-top: 0px;
    padding-bottom: 56px;
  }
}

.video_filter .container {
  margin-top: auto;
  margin-bottom: auto;
}

.videobg {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  background-attachment: fixed
}

.header_text {
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-size: 28px;
}

.header_text p {
  text-indent: 0;
  margin: 0
}

.menu_wrapper_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;

  height: 80px;

  background-color: #ffffff;

  box-shadow: 6px 10px 24px 0px rgba(0, 0, 0, 0.1);
}

.menu_wrapper_fixed .container {
  position: relative;
  height: 80px;
}

.btn-nav {
  position: absolute;
  left: 20px;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: none!important;
  background: url(../img/hamburger-icon-black.svg) no-repeat center;
  background-size: 26px;
}

.menu_wrapper_fixed .btn-grad {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  overflow: hidden;
}

#menu_marker {
  height: 70px;
  width: 70px;
  text-align: center;
  padding-top: 8px;
  transition: opacity 160ms;
  color: black;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #menu_marker {
    height: 60px;
    width: 60px;
  }
}

#menu_marker.white {
  border: 2px solid #fff;
  color: #fff;
}

#menu_marker.white:hover {
  border: 2px solid #fff;
  color: #fff;
}

@-webkit-keyframes spin {
  from {
      -webkit-transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(180deg)
  }
}

@-o-keyframes spin {
  from {
      -o-transform: rotate(0);
      transform: rotate(0)
  }

  to {
      -o-transform: rotate(180deg);
      transform: rotate(180deg)
  }
}

@keyframes spin {
  from {
      -webkit-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg)
  }
}

#menu_marker:hover i {
  -webkit-animation-name: spin;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: .4s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: .4s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: ease-out;
  -o-animation-name: spin;
  animation-name: spin;
  -o-animation-duration: .4s;
  animation-duration: .4s;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.menu_box {
  padding-left: 20px
}

.menu_box button.btn_close {
  border: none;
  background-color: transparent;
  font-size: 2em;
  margin: 0;
  padding: 0
}

.menu_box button.btn_close:hover {
  color: #999
}

#top_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#top_menu a {
  color: #222222;
  font-weight: 400
}

@media screen and (max-width: 992px) {
  #top_menu span {
      display:none
  }
}

.file_box,.qucik_reg {
  display: inline-block;
  text-align: center
}

#top_menu span {
  text-decoration: underline
}

.qucik_reg {
  background-color: #ffb300;
  padding: 15px 10px 30px;
  min-width: 90%;
  max-height: 200px;
  margin: 20px;
  font-weight: 700;
  border-radius: 20px;
}

.qucik_reg a.brn_red {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid black;
  color: black;
  padding: 3px 20px;
  font-weight: 400
}

.qucik_reg a.brn_red:active,.qucik_reg a.brn_red:hover {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 20px;
  font-weight: 400;
  border: 1px solid black;
  color: white;
  background-color: black;
  text-decoration: none
}

.file_box {
  padding: 15px 30px;
  background-color: #3f51b5;
  color: white;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 30px
}

.file_box a {
  color: #000
}

.file_box a i {
  font-size: 2.5em
}

.adv_menu {
  padding: 0
}

.adv_menu li {
  list-style: none
}

.adv_menu li a {
  color: #000;
  font-size: .9em
}

.btn_servise {
  display: inline-block;
  text-align: center;
  width: 158px;
  height: 38px;
  padding: 0 6px;
  line-height: 38px;
  border-radius: 38px;
  border: 2px solid #ffffff;
  color: #1b1414;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 11px;
}

.btn_servise:last-of-type {
  margin-right: 0;
}

.btn_servise_next,a.btn_servise_orn {
  padding: 8px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.btn_servise:active,.btn_servise:focus,.btn_servise:hover {
  color: #fff;
  background-color: rgba(0,0,0,.2);
  text-decoration: none
}

a.btn_servise_orn {
  color: #ffffff;
  border-radius: 40px;
  width: 140px;
  background-color: #333333
}

a.btn_servise_orn:hover {
  background-color: #666666;
  text-decoration: none
}

.btn_servise_next {
  color: #000;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #7538c4;
  border: none
}

.adv_page,.adv_page .adv_page_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.adv_page {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.adv_page .adv_page_left {
  background-color: #fff
}

.adv_page .adv_page_content {
  padding: 25px 45px 65px 40px
}

.box_close {
  text-align: right;
  margin-right: 15px;
  margin-top: 15px
}

.close {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 50px;
  opacity: 1
}

.close:focus,.close:hover {
  filter: alpha(opacity=50)
}

.adv_page .adv_page_right {
  display: flex;
  width: 60px;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.adv_page_right .top_content {
  padding: 30px 5px;
  font-size: 2.2em;
  font-weight: 800;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr
}

.back_btn,.btn_next,.calc_info span,.doc_section a {
  font-weight: 500;
}

.adv_page_right .bottom_content {
  margin-bottom: 20px;
  position: relative;
  width: 170px;
  height: 50px;
  left: -65px;
  background-color: #3f51b5;
  color: white;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.adv_page_right .page_scroll {
  display: inline-block;
  width: 50%;
  font-size: 2.4em;
  text-align: center;
  padding: 5px;
  cursor: pointer
}

.page_scroll a {
  text-decoration: none;
  color: #fff
}

.page_scroll a:active,.page_scroll a:hover {
  color: #000
}

.doc_section {
  text-align: center
}

.doc_section a {
  color: #fff
}

.doc_section a:active,.doc_section a:hover {
  color: #ef5d19
}

#footer {
  background-color: rgba(0,0,0,.52);
  padding: 4px;
  margin: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff
}

.btn_next,.btn_previos {
  padding: 4px 15px;
}

#footer a {
  color: #fff;
  display: inline;
  text-decoration: none
}

#footer a:active,#footer a:hover {
  text-decoration: underline
}

.footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.btn_next {
  border: 1px solid #2196f3;
  color: #fff;
  background-color: #2196f3
}

.btn_next:active,.btn_next:focus,.btn_next:hover {
  border: 1px solid #306996;
  color: #fff;
  background-color: #306996;
  text-decoration: none
}

.btn_previos {
  color: #414340;
  background-color: #fff;
  text-decoration: none;
  margin-right: 20px;
}

.btn_previos:active,.btn_previos:focus,.btn_previos:hover {
  opacity: 0.7;
}

.back_btn {
  font-size: 1em;
  padding: 3px 10px;
  border: 1px solid #337ab7;
  -webkit-border-radius: 15px;
  border-radius: 15px
}

.back_btn:active,.back_btn:focus,.back_btn:hover {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #23527c
}

.calc_info {
  display: inline-block;
  font-size: .9em;
  border: 1px solid #fff;
  margin-top: 10px;
  width: 100%;
  background-color: rgba(38, 45, 56, 0.8);
  color:white;
}

@media screen and (max-width: 767px) {

  .img-logo {
    padding: 9px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }

  .calc_info {
    margin-left: 0;
    margin-right: 0;
  }
}

.calc_item {
  display: inline-block;
  margin: 10px
}

.calc_item span {
  font-size: 1.6em;
  color: #fff
}

.form-control {
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0
}

.input-group-addon {
  -webkit-border-radius: 0;
  border-radius: 0
}

@media screen and (max-width: 640px) {
  #top_menu a,#top_menu div {
      display:block
  }

  .img-logo {
      padding: 9px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
  }

  #top_menu div,.header_text {
      margin-bottom: 10px;
      padding: 10px
  }

  .header_text {
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin-top: 10px
  }

  .text-left,.text-right {
      text-align: center
  }

  #top_menu {
      display: inline;
      text-align: left;
      font-size: 1.2em
  }

  #top_menu div {
      text-align: center;
      border-radius: 3px;
      background-color: #ffb300;
  }

  #top_menu div:hover {
      background-color: #666666
  }

  #top_menu div:hover a {
      text-decoration: none
  }

  #top_menu span {
      display: none
  }

  .menu_box {
      padding-left: 0
  }

  .adv_menu li a {
      font-size: 1.2em;
      text-decoration: underline;
      line-height: 1.8em;
      text-decoration: none;
  }

  .adv_page .adv_page_content {
      padding: 60px 20px;
      text-align: center
  }

  .adv_page .adv_page_content p {
      text-align: justify
  }

  .adv_page_content h3 {
      font-size: 16px
  }

  .adv_page .adv_page_right {
      width: 20px
  }

  .adv_page_right .top_content {
      padding: 5px;
      font-size: 1.5em;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr
  }

  #footer a {
      color: #fff;
      font-size: .9em;
      margin: 7px
  }
}

@media screen and (max-width: 1024px) {
  .img-logo {
    padding: 9px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  #footer {
      position:unset;
      padding-top: 10px;
      margin-top: 30px
  }
}

.button {
  min-width: 150px;
  max-width: 350px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 1em 2em;
  border: none;
  background: 0 0;
  background-color: rgba(0,0,0,0);
  color: inherit;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none!important
}

.button:focus {
  outline: 0
}

.bg-1 .button {
  color: #37474f;
  border-color: #37474f
}

.bg-2 .button {
  color: #ECEFF1;
  border-color: #ECEFF1
}

.bg-3 .button {
  color: #fff;
  border-color: #fff
}

.button--size-s {
  font-size: 1.1em
}

.button--size-m {
  font-size: 1.3em
}

.button--size-l {
  font-size: 1.6em
}

.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase
}

.button--text-thin {
  font-weight: 300
}

.button--text-medium {
  font-weight: 500
}

.button--text-thick {
  font-weight: 600
}

.button--round-s {
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.button--round-m {
  -webkit-border-radius: 15px;
  border-radius: 15px
}

.button--round-l {
  -webkit-border-radius: 40px;
  border-radius: 40px
}

.button--border-thin {
  border: 1px solid
}

.button--border-medium {
  border: 2px solid
}

.button--border-thick {
  border: 3px solid
}

.button--rayen {
  overflow: hidden;
  padding: 0
}

.button--rayen.button--yellow {
  background-color: #ef5d19;
  border: 2px solid #ef5d19;
  color: white;
}

.button--rayen.button--orange {
  color: #fff;
  background-color: #383e46;
  border: 2px solid transparent
}

.range-slider-box {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .range-slider-box {
    margin-top: 42px;
    margin-bottom: 24px;
  }
}

.button--rayen.button--red {
  color: #fff;
  background-color: #383e46;
  border: 1px solid transparent;
  font-size: 23px;
}

.button--rayen.button--white {
  color: #000;
  background-color: #fff;
  border: 2px solid #000
}

.button--rayen.button--white:hover {
  background-color: #333;
  border-color: #333;
  opacity: 1;
  color: white;
}

.button--rayen.button--red::before {
  background: #ab0606;
  color: #fff
}

.button--rayen.button--white::before {
  background: #000;
  color: #fff
}

.button--rayen>span {
  display: block
}

.button--rayen {
  padding: 8px 16px;
  transition: all 200ms;
}

.button--rayen:hover {
  opacity: 0.7;
}

.creditors__list {
  font-size: small;
  color: #dbdbdb;
  text-align: left
}

.creditors-info div {
  margin-bottom: 1em;
}