.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.control_func_yellow {
  color: #ffb100; }

.numbered_top {
  background-image: url("../minimg/numbered/bg_Img.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 150px;
  min-height: 525px;
  height: 100%;
  border-bottom: 2px solid #f57c00;
  position: relative; }
  .numbered_top .wrapper .numbered_top_title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 80px;
    text-align: center;
    line-height: 1;
    margin: 0 0; }
  .numbered_top .wrapper .numbered_top_descr {
    font-size: 40px;
    margin-top: 5px;
    line-height: 2.25;
    text-align: center; }
  .numbered_top .wrapper .mouseWheel {
    position: absolute;
    left: 50%;
    bottom: 45px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block; }
  @media (max-width: 660px) {
    .numbered_top {
      padding-top: 90px; }
      .numbered_top .wrapper .numbered_top_title {
        font-size: 65px; }
      .numbered_top .wrapper .numbered_top_descr {
        font-size: 30px; } }
  @media (max-width: 470px) {
    .numbered_top .wrapper .numbered_top_title {
      font-size: 50px; }
    .numbered_top .wrapper .numbered_top_descr {
      font-size: 25px; } }

.numbered_plan {
  background-image: url("../minimg/numbered/Circles.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 100px;
  padding: 0 5px;
  min-height: 970px;
  height: 100%; }
  .numbered_plan .wrapper .numbered_plan_top {
    display: flex;
    justify-content: center; }
    .numbered_plan .wrapper .numbered_plan_top .numbered_plan_top_item {
      max-width: 505px;
      width: 100%;
      font-size: 16px;
      color: #484846;
      line-height: 1.5;
      text-align: left;
      margin-right: 100px; }
    .numbered_plan .wrapper .numbered_plan_top .numbered_plan_top_item:last-child {
      margin-right: 0; }
  .numbered_plan .wrapper .numbered_plan_image {
    max-width: 830px;
    width: 100%;
    height: auto;
    display: block;
    margin: 100px auto; }
  .numbered_plan .wrapper .numbered_plan_bottom {
    display: flex;
    justify-content: space-between; }
    .numbered_plan .wrapper .numbered_plan_bottom .numbered_plan_left {
      display: block;
      max-width: 530px;
      width: 100%;
      height: auto;
      margin-top: 10px; }
    .numbered_plan .wrapper .numbered_plan_bottom .numbered_plan_right {
      max-width: 575px;
      width: 100%; }
      .numbered_plan .wrapper .numbered_plan_bottom .numbered_plan_right .numbered_plan_right_top {
        padding: 5px 27px;
        border-left: 3px solid #ff8a00;
        font-size: 20px;
        color: #484846;
        line-height: 1.5; }
      .numbered_plan .wrapper .numbered_plan_bottom .numbered_plan_right .numbered_plan_right_descr {
        margin-top: 35px;
        font-size: 16px;
        color: #484846;
        line-height: 1.563; }
  @media (max-width: 1050px) {
    .numbered_plan {
      margin-top: 90px; }
      .numbered_plan .wrapper .numbered_plan_top {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .numbered_plan .wrapper .numbered_plan_top .numbered_plan_top_item {
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 35px; }
        .numbered_plan .wrapper .numbered_plan_top .numbered_plan_top_item:last-child {
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 0; }
      .numbered_plan .wrapper .numbered_plan_image {
        margin: 90px auto; }
      .numbered_plan .wrapper .numbered_plan_bottom {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .numbered_plan .wrapper .numbered_plan_bottom .numbered_plan_left {
          order: 2; }
        .numbered_plan .wrapper .numbered_plan_bottom .numbered_plan_right {
          order: 1;
          margin-bottom: 35px; } }

.numbered_next {
  background-color: #f2f4f9;
  padding: 100px 5px 0 5px; }
  .numbered_next .wrapper .numbered_next_top {
    display: flex;
    justify-content: space-between; }
    .numbered_next .wrapper .numbered_next_top .numbered_next_top_item {
      max-width: 530px;
      width: 100%;
      display: flex; }
      .numbered_next .wrapper .numbered_next_top .numbered_next_top_item .numbered_next_top_img {
        width: 70px;
        height: 70px;
        display: block;
        margin-right: 30px; }
      .numbered_next .wrapper .numbered_next_top .numbered_next_top_item .numbered_next_top_text {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left; }
  .numbered_next .wrapper .numbered_next_meddle {
    font-size: 20px;
    margin: 100px auto;
    color: #27313d;
    line-height: 1.5;
    text-align: center; }
  .numbered_next .wrapper .numbered_next_bottom {
    display: flex; }
    .numbered_next .wrapper .numbered_next_bottom .numbered_next_items {
      max-width: 570px;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: -100px; }
      .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item {
        background-color: #ffffff;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 270px;
        height: 270px;
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        border: 1px solid #d9d9d9; }
        .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item .numbered_next_item_number {
          width: 70px;
          height: 70px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: auto;
          margin-right: auto;
          border-radius: 50%;
          border: 1px solid #d9d9d9;
          font-size: 30px;
          color: #ffb100;
          font-weight: 700;
          line-height: 1;
          text-align: center; }
        .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item .numbered_next_item_descr {
          margin-top: 30px;
          font-size: 16px;
          color: #484846;
          line-height: 1.5;
          text-align: center; }
      .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item:nth-child(2) {
        margin-right: 0;
        margin-bottom: 30px; }
      .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item:nth-child(3) {
        margin-right: 30px;
        margin-bottom: 0; }
      .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item:nth-child(4) {
        margin-right: 0;
        margin-bottom: 0; }
    .numbered_next .wrapper .numbered_next_bottom .numbered_next_bottom_image {
      max-width: 600px;
      width: 100%;
      max-height: 435px;
      height: auto;
      margin-top: 35px; }
    @media (max-width: 1185px) {
      .numbered_next .wrapper .numbered_next_bottom .numbered_next_items {
        margin-left: auto;
        margin-right: auto; }
      .numbered_next .wrapper .numbered_next_bottom .numbered_next_bottom_image {
        display: none; } }
  @media (max-width: 920px) {
    .numbered_next .wrapper .numbered_next_top {
      justify-content: center;
      flex-wrap: wrap; }
      .numbered_next .wrapper .numbered_next_top .numbered_next_top_item:first-child {
        margin-bottom: 35px; } }
  @media (max-width: 585px) {
    .numbered_next .wrapper .numbered_next_bottom {
      display: flex; }
      .numbered_next .wrapper .numbered_next_bottom .numbered_next_items {
        max-width: 270px; }
        .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item {
          margin-right: 0;
          margin-bottom: 30px; }
        .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item:nth-child(2) {
          margin-right: 0;
          margin-bottom: 30px; }
        .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item:nth-child(3) {
          margin-right: 0;
          margin-bottom: 30px; }
        .numbered_next .wrapper .numbered_next_bottom .numbered_next_items .numbered_next_item:nth-child(4) {
          margin-right: 0;
          margin-bottom: 0; } }

.numbered_result {
  margin-top: 100px;
  position: relative;
  padding: 100px 5px 0 5px; }
  .numbered_result .numbered_result_circle {
    position: absolute;
    top: 30px;
    left: 30px; }
  .numbered_result .wrapper .numbered_result_title {
    font-size: 30px;
    color: #27313d;
    font-weight: 700;
    line-height: 1.2;
    text-align: center; }
  .numbered_result .wrapper .numbered_result_body {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    max-width: 1070px;
    margin-left: auto; }
    .numbered_result .wrapper .numbered_result_body .numbered_result_image {
      max-width: 370px;
      width: 100%;
      height: auto;
      margin-right: 130px; }
    .numbered_result .wrapper .numbered_result_body .numbered_result_items {
      max-width: 570px;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      height: fit-content; }
      .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item {
        background-color: #ffffff;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 270px;
        height: 270px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        border: 1px solid #d9d9d9; }
        .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item .numbered_result_item_circle {
          width: 70px;
          height: 70px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: auto;
          margin-right: auto;
          border-radius: 50%;
          background-color: #ffb100;
          box-shadow: 0 7px 15px 0 #ffd466; }
          .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item .numbered_result_item_circle .numbered_result_check {
            width: 20px;
            height: auto; }
        .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item .numbered_result_item_descr {
          margin-top: 30px;
          font-size: 16px;
          color: #484846;
          line-height: 1.5;
          text-align: center; }
      .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item:nth-child(2) {
        margin-right: 0;
        margin-bottom: 30px; }
      .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item:nth-child(3) {
        margin-right: 30px;
        margin-bottom: 0; }
      .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item:nth-child(4) {
        margin-right: 0;
        margin-bottom: 0; }
    @media (max-width: 1080px) {
      .numbered_result .wrapper .numbered_result_body {
        margin-right: auto;
        margin-bottom: 30px; }
        .numbered_result .wrapper .numbered_result_body .numbered_result_image {
          display: none; } }
    @media (max-width: 585px) {
      .numbered_result .wrapper .numbered_result_body .numbered_result_items {
        max-width: 270px; }
        .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item {
          margin-right: 0;
          margin-bottom: 30px; }
        .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item:nth-child(2) {
          margin-right: 0;
          margin-bottom: 30px; }
        .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item:nth-child(3) {
          margin-right: 0;
          margin-bottom: 30px; }
        .numbered_result .wrapper .numbered_result_body .numbered_result_items .numbered_result_item:nth-child(4) {
          margin-right: 0;
          margin-bottom: 0; } }

.numbered_telephone {
  background-image: url("../minimg/numbered/bg_i_bottom.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px 0; }
  .numbered_telephone .wrapper .numbered_telephone_title {
    font-size: 24px;
    color: black;
    font-weight: 700;
    line-height: 1.667;
    text-align: center; }
  .numbered_telephone .wrapper .numbered_telephone_descr {
    margin-top: 5px;
    font-size: 24px;
    color: black;
    line-height: 1.667;
    text-align: center; }
  @media (max-width: 895px) {
    .numbered_telephone {
      padding: 50px 0; }
      .numbered_telephone .wrapper .numbered_telephone_title {
        font-size: 22px; }
      .numbered_telephone .wrapper .numbered_telephone_descr {
        font-size: 22px; } }
  @media (max-width: 820px) {
    .numbered_telephone .wrapper .numbered_telephone_title {
      font-size: 20px; }
    .numbered_telephone .wrapper .numbered_telephone_descr {
      font-size: 20px; } }
  @media (max-width: 450px) {
    .numbered_telephone {
      padding: 40px 0; }
      .numbered_telephone .wrapper .numbered_telephone_title {
        font-size: 18px; }
      .numbered_telephone .wrapper .numbered_telephone_descr {
        font-size: 18px; } }

.questions2 {
  max-width: 1029px;
  margin: 70px auto;
  border: 2px solid #f7941d;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px; }

@media (max-width: 1045px) {
  .questions2 {
    max-width: 970px; } }
@media (max-width: 982px) {
  .questions2 {
    max-width: 769px; } }
@media (max-width: 651px) {
  .questions2 {
    margin: 0 auto; } }
@media (max-width: 591px) {
  .questions2 {
    padding: 15px; } }
.questions2-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 502px;
  padding-left: 37px;
  padding-top: 48px;
  padding-right: 25px;
  padding-bottom: 67px; }

@media (max-width: 1045px) {
  .questions2-left {
    padding-left: 12px; } }
@media (max-width: 982px) {
  .questions2-left {
    padding-left: 67px; } }
@media (max-width: 743px) {
  .questions2-left {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 30px; } }
@media (max-width: 591px) {
  .questions2-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 30px; } }
.questions2-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 48px;
  padding-right: 69px;
  padding-left: 12px; }

.questions2-right form {
  text-align: center; }

.questions2-right label {
  color: #7f8890;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
  text-align: left; }

.questions2-right label .allert {
  margin-top: 14px; }

.questions2-right label input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #efefef;
  background-color: #f7f7f7;
  margin-top: 8px;
  padding: 0 10px; }

.questions2-right label input:focus {
  outline: 0; }

.questions2-right input[type=submit] {
  border: 0;
  outline: 0;
  height: 46px;
  line-height: 46px; }

@media (max-width: 743px) {
  .questions2-right {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 15px; } }
@media (max-width: 591px) {
  .questions2-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 15px; } }
.q2l-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.q2l-block img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: auto; }

@media (max-width: 982px) {
  .q2l-block img {
    display: block;
    margin-left: 39px;
    margin-bottom: 26px; } }
@media (max-width: 591px) {
  .q2l-block img {
    margin-left: 0;
    margin-right: 20px; } }
@media (max-width: 420px) {
  .q2l-block img {
    margin-right: 0;
    margin-left: 10%; } }
.q2l-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 30px; }

.q2l-text h3 {
  color: #263139;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0; }

.q2l-text p {
  color: #7f8890;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px; }

@media (max-width: 982px) {
  .q2l-text {
    padding-left: 0; } }
@media (max-width: 420px) {
  .q2l-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.questions2-table {
  padding-left: 60px;
  margin-top: 16px; }

@media (max-width: 982px) {
  .questions2-table {
    padding-left: 0; } }
.q2t-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid rgba(117, 112, 120, 0.2); }

.q2t-row:last-child {
  border-bottom: 0; }

.q2t-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  color: #263139;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  padding-left: 20px; }

.q2t-col:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 121px;
  -ms-flex: 0 0 121px;
  flex: 0 0 121px;
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
  color: #757078; }

@media (max-width: 646px) {
  .q2t-col:first-child {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93px;
    -ms-flex: 0 0 93px;
    flex: 0 0 93px; } }
@media (max-width: 591px) {
  .q2t-col:first-child {
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 121px;
    -ms-flex: 0 0 121px;
    flex: 0 0 121px; } }

/*# sourceMappingURL=numbered.css.map */
