
.text_z {
    width: 100%;
    max-width: 100%;
    display: flex;
}

.promo_text {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
}

.name_r_text {
    font-size: 32px;
    font-weight: bold;
}

.a-word {
    background: url('../img/icon_1.png')no-repeat left -95px;
    display: block;
    height: 55px;
    width: 55px;
    position: absolute;
}

.a-word2 {
    background: url('../img/icon_2.png')no-repeat left -95px;
    display: block;
    height: 55px;
    width: 55px;
    position: absolute;
}

.a-word3 {
    background: url('../img/icon_3.png')no-repeat left -93px;
    display: block;
    height: 55px;
    width: 55px;
    position: absolute;
}

.a-word4 {
    background: url('../img/icon_4.png')no-repeat left -93px;
    display: block;
    height: 55px;
    width: 55px;
    position: absolute;
}

.a-word5 {
    background: url('../img/icon_5.png')no-repeat left -90px;
    display: block;
    height: 55px;
    width: 55px;
    position: absolute;
}

.a-word6 {
    background: url('../img/icon_6.png')no-repeat left -98px;
    display: block;
    height: 55px;
    width: 55px;
    position: absolute;
}

.link_usluga {
    font-size: 18px;
    text-decoration: underline;
    display: flex;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    font-weight: bold;
}

.text_us {
    font-size: 14px;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}

.block_float {
    margin: 0px 0px 0px 65px;
}

.bg-linker {
    display: flex;
    max-width: 1110px;
    width: 100%;
    background: url('../img/bg_linker.png') no-repeat top center #000;
    min-height: 180px;
    padding: 30px;
    flex-wrap: wrap;
}

.consultation {
    font-size: 24px;
    color: #fff;
    max-width: 100%;
    width: 100%;
    display: flex;
}

.consultation_text {
    color: #fff;
}

.link_consultation {
    background: #fff;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #000;
    margin: 15px 0px 15px 0px;
}

.link_consultation:hover {
    background: #08294A;
    color: #fff;
}

.robota_img {
    display: flex;
    max-width: 280px;
    width: 100%;
}

.block_zayavka {
    background: #f2f2f2;
    max-width: 100%;
    width: 100%;
    display: flex;
    min-height: 100px;
}

.form_bb {
    max-width: 100%;
    width: 100%;
    display: inline-flex;
}

.form-control {
    max-width: 280px;
    width: 100%;
    display: flex;
    margin: 0px 30px 0px 40px;
}

.name_onli {
    max-width: 200px;
    width: 100%;
    display: flex;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
}

.btn btn-info .btn-block {
    width: 100%;
    display: flex;
    max-width: 100px;
}

.nav-item {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.indigo {
    background: #08294A;
}

.logo_img {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.text_list {
    margin-bottom: 15px;
    display: flex;
}

.form-control {
    margin: 0 auto;
}

.img-cl {
    height: 200px;
    width: 200px;
}

.phones {
    display: flex;
    margin-bottom: 45px;
}

.tel22 {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.bg-none .consultation {
    display: block;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

.consult form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.consult form input {
    padding: 25px;
    border-radius: 6px;
    border-width: 2px;
}

.button__wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.consult__btn {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-color: #ffad55;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: 0 0 2px 1px #0000003d;
}

.bg-linker.bg-none {
    background: none;
}

@media(max-width:992px) {
    .consult form input {
        width: 30%;
    }
}

@media(max-width:768px) {
    .consult form input {
        width: 100%;
    }
}

.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch > span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #F36F25;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #F36F25;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #F36F25;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #F36F25;
  -webkit-
  
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}

