html {
  font-family: Inter;
  color: #020202;
}

section {
  background: #f0f3f7;
  padding: 90px 0 100px 0;
  margin-bottom: 60px;
  overflow: hidden;
}


.navbar-toggler {
  border: var(--bs-border-width) solid rgb(0 0 0 / 0%);
}

.thank_you {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.thank_you a {
  margin: 0 auto;
}

.section_main {
  padding: 5px 0 100px 0;
}

.navbar-brand span {
  color: #2d6ac8;
}

.navbar-nav {
  text-transform: uppercase;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-link.active {
  color: #2d6ac8;
}

.navbar {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.navbar-text {
  font-weight: 600;
  font-size: 16px;
}

.main_header {
  min-height: 424px;
  border-radius: 20px;
  background: #fff;
  padding: 0 120px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('/img/shield_1.png');
  background-position: right -20px center;
  background-repeat: no-repeat;
}

.main_header h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
}

.main_description {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
}

.main_infographics {
  margin-top: 26px;
  border-radius: 20px;
  background: #2d6ac8;
  height: 150px;
  color: #fff;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_infographics .point {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_infographics .number {
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
  display: flex;
}

.main_infographics .point span.inf_min {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  margin-top: 10px;
}

.main_photo {
  height: 600px;
  border-radius: 20px;
  background: #97aac6;
  position: relative;
}

.main_photo {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_photo img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.main_text-block {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #020202;
  font-size: 16px;
  font-weight: 500;
}

.main_text-block span {
  font-size: 14px;
  font-weight: 200;
}

h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 60px;
  z-index: 1;
}

.section_form {
  background-image: url('/img/bg1-1w.jpg');
}

.section_form img {
  position: absolute;
}

.section_form_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.section_form .form {
  height: 400px;
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}

.section_form .form_worker {
  height: 400px;
  border-radius: 20px;
  background: #2d6ac8;
}


.section_form .form_worker {
  background-image: url('/img/cam_form.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.section_form .form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form_part1,
.form_part2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.form_part_btn_opas {
  color: #02020251;
}

.btn_line_opas {
  margin: 0 2px 0 2px;
  width: 70px;
  height: 1px;
  background: #2d6bc850;
}

h3 {
  color: #020202;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}

.part1_btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.part1_btn {
  width: 80px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #2d6ac8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d6ac8;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.form_part_btns {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.form_part_btn {
  display: flex;
  align-items: center;
}

.btn_line {
  margin: 0 2px 0 2px;
  width: 70px;
  height: 1px;
  background: #2d6ac8;
}

.form_part2 .form_radio_btns {
  display: flex;
  justify-content: space-between;
}

.form_radio_btn {
  width: 130px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #2d6ac8;
  color: #2d6ac8;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_part1 input[type='radio'] {
  display: none;
}

.form_part1 .radio-container {
  position: relative;
  width: 80px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #2d6ac8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d6ac8;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  margin: 2px;
}

.form_part1 input[type='radio']:checked + label {
  background-color: #2d6ac8;
  color: #fff;
}

.form_part2 input[type='radio'] {
  display: none;
}

.form_part2 .radio-container {
  position: relative;
  width: 130px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #2d6ac8;
  color: #2d6ac8;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-left: 0px;
  background-repeat: no-repeat;
  background-position: 20px center;
  margin: 2px;
}

.form_part2 input[type='radio']:checked + label {
  background-color: #2d6ac8;
  color: #fff;
}

.checkbox_polit {
  margin-top: 10px;
}

.checkbox__label a {
  color: #2d6ac8;
}

.form_radio_btn img {
  margin-right: 5px;
}

.form_input input {
  border-radius: 50px;
  border: 1px solid #2d6ac8;
  width: 200px;
  height: 40px;
  color: #2d6ac8;
  font-size: 12px;
  font-weight: 300;
  padding-left: 20px;
}

.work_form input {
  margin-bottom: 10px;
}

.form_input button {
  width: 200px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #2d6ac8;
  background: #2d6ac8;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-left: 20px;
}

.checkbox_polit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox_polit input[type='checkbox'] {
  appearance: none;
  flex-shrink: 0;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background-color: #2d6bc84e;
  background-repeat: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.checkbox_polit label {
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  line-height: 16px;
}

.checkbox_polit input[type='checkbox']:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f00c';
  color: white;
  font-size: 10px;
  display: none;
}

.checkbox_polit input[type='checkbox']:hover {
  background-color: #2d6bc8ab;
}

.checkbox_polit input[type='checkbox']:checked {
  background-color: #2d6ac8;
}

.checkbox_polit input[type='checkbox']:checked:after {
  display: block;
}

.form_input {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.form_worker {
  position: relative;
  padding: 30px;
}



.worker_quotte {
  padding: 20px;
  border-radius: 20px 0px 20px 20px;
  background: #fff;
  width: 248.117px;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  position: relative;
  margin-top: 20px;
}

.form_worker img {
  position: absolute;
  top: -50px;
  right: -10px;
}

.worker_quotte .worker_name {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin-top: 30px;
}

.worker_quotte .position {
  font-size: 14px;
  font-weight: 300;
}

.square {
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 20px;
  top: 4px;
  right: -10px;
  transform: rotate(45deg);
}

.blue_card {
  margin-bottom: 24px;
  height: 264px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.blue_card .overlay {
  width: 100%;
  height: 100%;
  background: rgba(45, 107, 200, 0.9);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  transition: background 0.5s, opacity 0.5s;
  padding: 20px;
}

.overlay span {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

.blue_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blue_card:hover .overlay {
  background: rgba(45, 107, 200, 0.99);
}

.hide {
  display: none;
  opacity: 0;
}

.show {
  display: block;
  opacity: 1;
}

.about_text {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  font-weight: 300;
  padding-bottom: 130px;
  margin-bottom: 20px;
}

.about_blocks {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_block {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 120px;
  width: 48.5%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_block .overlay {
  width: 100%;
  height: 100%;
  background: rgba(151, 170, 198, 0.95);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  padding: 20px;
}

.about_infs {
  background: #fff;
  padding: 0 30px;
  border-radius: 20px;
  height: 120px;
  color: #346dc7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_inf_number {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  justify-content: center;
}

.about_infs.mob_inf {
  display: none;
}

.about_inf_number span {
  font-size: 16px;
  font-weight: 900;
}

.about_inf_title {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}

.section_work .work_points {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}

.section_work .work_points {
  border-radius: 20px;
}

.section_work .work_form {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 480px;
}

.section_work .work_form img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_work .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(151, 170, 198, 0.95);
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  color: #fff;
}

.work_form_title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  flex-shrink: 0;
}

.work_form_description {
  font-weight: 400;
  line-height: normal;
}

.work_form button {
  border-radius: 50px;
  border: 1px solid #2d6ac8;
  background: #2d6ac8;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  flex-shrink: 0;
}

.section_work .work_points {
  padding: 30px 30px 10px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work_point {
  position: relative;
  height: 200px;
  width: 31%;
  border-radius: 20px;
  background: #2d6ac8;
  margin-bottom: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 30px;
  line-height: normal;
}

.work_point .num {
  position: absolute;
  top: 0px;
  left: 20px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 64px;
  font-weight: 900;
  line-height: normal;
}

.work_point.white {
  background: #fff;
  padding: 0;
  padding-top: 20px;
  padding-left: 20px;
  color: #020202;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.work_point.white img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.full_name {
  margin-top: 10px;
}

.quote_name {
  color: #020202;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.quiz_ceo {
  position: relative;
  height: 560px;
  border-radius: 20px;
  background: #2d6ac8;
  padding: 30px;
}

.quiz_ceo .worker_quotte {
  position: absolute;
  top: 150px;
}

.quiz_ceo img {
  position: absolute;
  top: -60px;
  right: -120px;
}

.quiz {
  border-radius: 20px;
  background: #fff;
  height: 560px;
  padding: 30px;
}

.rounds {
  display: flex;
}

.step_round {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  border: 1px solid #2d6ac8;
  background: #2d6ac8;
  margin-right: 2px;
}

.step_round.active {
  background: #fff;
}

.btns_ftr {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.next {
  width: 100px;
  height: 34px;
  border: 1px solid #2d6ac8;
  border-radius: 20px;
  background: #ffffff00;
  color: #2d6ac8;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-align-last: left;
  padding-left: 20px;
  padding-top: 6px;
  background-image: url('/img/icon-arrow-blue\ 1.png');
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.quiz_part1.hide,
.quiz_part2.hide,
.quiz_part3.hide,
.quiz_part4.hide {
  display: none;
}

.quiz_part1,
.quiz_part2,
.quiz_part3,
.quiz_part4 {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.back {
  padding: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid #2d6ac8;
  border-radius: 20px;
  background: #ffffff00;
  color: #2d6ac8;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  background-image: url('/img/back_arrow.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.btns_nav_q {
  display: flex;
}

.quiz h3 {
  color: #2d6ac8;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}

.btns_choice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn_choice {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 20px;
  background: #2d6ac8;
  margin: 0 7.5px;
  margin-bottom: 15px;
  overflow: hidden;
}

.btn_choice img {
  position: absolute;
  top: 0;
}

.text_overlay {
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  height: 50px;
  background: rgba(45, 106, 200, 0.95);
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.radio_btn {
  width: 22px;
  height: 22px;
  position: absolute;
  border: 3px solid #ffffff;
  background: rgba(151, 170, 198, 0.75);
  border-radius: 20px;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.q_count_btn {
  position: relative;
}

.count_cam {
  width: 200px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #2d6ac8;
  color: #2d6ac8;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  padding-left: 50px;
  margin: 0 7.5px 7.5px 7.5px;
  position: relative;
}

.radio_p1 {
  width: 12px;
  height: 12px;
  border: 1px solid #2d6ac8;
  background: rgb(45, 106, 200);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 15px;
}

.radio_p2.active {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  background: rgb(45, 106, 200);
  border-radius: 50px;
}

.check_p1 {
  width: 12px;
  height: 12px;
  border: 1px solid #2d6ac8;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
}

.check_p2.active {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  background: rgb(45, 106, 200);
}

.slick-list {
}

.slick-track {
  display: flex;
}


/* Слайдер портфолио */
.slider {
  position: relative;
}

.slider .slick-arrow {
  position: absolute;
  bottom: -54px;
  font-size: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #2d6ac8;
  border-radius: 20px;
  background: #00000000;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.slider .slick-arrow.slick-prev {
  background-image: url(/img/back_arrow.png);
  margin-right: 5px;
}

.slider .slick-arrow.slick-next {
  background-image: url(/img/icon-arrow-blue\ 1.png);
  left: 40px;
}

.slide {
  width: 700px;
  flex-grow: 1;
  min-height: 500px;
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  display: flex;
  margin-right: 25px;
}

.slide h4 {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.slide .price {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.slide_img_bl {
  width: 50%;
  padding-right: 30px;
}

.slide_cont {
  width: 50%;
}

button.slider_next {
  width: 34px;
  height: 34px;
  border: 1px solid #2d6ac8;
  border-radius: 20px;
  background: #ffffff00;
  color: #2d6ac8;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-align-last: left;
  padding-left: 20px;
  background-image: url('/img/icon-arrow-blue\ 1.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
}

button.slider_back {
  width: 34px;
  height: 34px;
  border: 1px solid #2d6ac8;
  border-radius: 20px;
  background: #ffffff00;
  color: #2d6ac8;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  background-image: url('/img/back_arrow.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.slider_nav {
  margin-top: 20px;
  display: flex;
}

.section_footer {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 550px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_footer img {
  position: absolute;
}

.footer_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(151, 170, 198, 0.95);
}

.footer_form {
  width: 100%;
  height: 270px;
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}

.section_footer .container {
  position: absolute;
}

.footer_camera {
  background: #fff;
  width: 100%;
  height: 270px;
  border-radius: 20px;
  position: relative;
}

.footer_camera img {
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.footer_form h2 {
  text-align: left;
  padding-bottom: 0;
}

.footer_form input {
  margin-right: 10px;
}

.footer_form span {
  color: #2d6ac8;
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  margin-left: 20px;
  margin-top: -2px;
}

.form_input {
  margin-top: 20px;
}

.politica {
  margin-top: 15px;
  display: flex;
}

.politica .check_p1 {
  left: 42px;
}

.mob {
  display: none;
}

.portfolio_img {
  width: 100%;
}

@media (max-width: 1399px) {
  .about_text {
    padding-bottom: 80px;
  }
  
}

@media (max-width: 1199px) {
  .footer_camera img {
    top: -60px;
    right: -20px;
  }

  .worker_quotte {
    z-index: 1;
  }

  .about_infs.desc_inf {
    display: none;
  }

  .about_infs.mob_inf {
    display: flex;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 0;
    height: auto;
    max-width: 400px;
    margin-bottom: 0;
    margin: 0 auto;
    align-items: flex-start; 
  }

  .about_text {
    padding-bottom: 20px;
  }

  .section_work .overlay {
    padding: 30px;
  }

  .slide {
    padding: 30px;
    width: 500px;
    flex-direction: column;
    min-height: 670px;
  }

  .slide_cont,
  .slide_img_bl {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .slide_img_bl img {
    width: 70%;
  }

  .slide .price {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  section {
    padding: 40px 0 50px 0;
    overflow: hidden;
    margin-bottom: 0;
  }

  .checkbox_polit {
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .section_portfolio {
    padding-bottom: 70px;
  }

  .mob {
    display: flex;
    margin-top: 20px;
  }

  .desc {
    display: none;
  }

  .main_photo {
    margin-top: 20px;
  }

  .section_form .form {
    height: auto;
  }

  .form_part2 .form_radio_btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form_radio_btn {
    margin: 0 10px 10px 10px;
  }

  .part1_btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .part1_btn {
    margin: 0 10px 10px 10px;
  }

  .section_form .form_worker {
    margin-top: 20px;
  }

  h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .worker_quotte {
    z-index: 2;
  }

  .blue_card {
    height: 180px;
  }

  .about_text {
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .about_infs {
    margin-bottom: 20px;
  }

  .about_infs {
    margin: 0, 30px;
  }

  .work_points {
    margin-bottom: 20px;
  }

  .quiz {
    margin-bottom: 20px;
    height: auto;
  }

  .worker_quotte {
    z-index: 1;
  }

  .col-lg-5.camera {
    display: none;
  }

  .section_work .work_form {
    height: 330px;
  }

  .portfolio_img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .work_point {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .main_header {
    padding: 30px;
  }

  .checkbox_polit {
    width: 100%;
  }

  .main_header h1 {
    font-size: 28px;
  }

  .main_description {
    font-size: 24px;
  }

  .main_header {
    height: 200px;
  }

  .main_photo img {
    width: 300px;
    bottom: 0px;
    right: 0px;
  }

  .main_photo {
    height: 275px;
  }

  .main_infographics {
    margin-top: 20px;
    height: auto;
    color: #fff;
    padding: 20px;
  }

  .main_infographics .point {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main_infographics .number {
    font-size: 45px;
    line-height: 45px;
  }

  .form_input {
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
  }

  .form_input input {
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .form_input button {
    margin: 10px 0;
  }

  .about_block {
    width: 100%;
  }

  section {
    padding: 30px;
    overflow: hidden;
    margin-bottom: 0;
  }

  .work_point {
    width: 100%;
    height: 120px;
    padding: 20px;
  }

  .work_point.white {
    height: 170px;
  }

  .section_work .work_form {
    height: 400px;
  }

  .quiz h3 {
    color: #2d6ac8;
    font-size: 18px;
  }

  .btn_choice {
    width: 195px;
    height: 130px;
  }

  .text_overlay {
    height: 30px;
  }

  .btns_ftr {
    margin-top: 20px;
  }

  .quiz_ceo img {
    width: 300px;
    right: -45px;
    top: 9px;
  }

  .quiz_ceo {
    position: relative;
    height: 390px;
  }

  .worker_quotte {
    left: 10px;
    bottom: 10px;
  }

  .worker_quotte .worker_name {
    margin-top: 10px;
  }

  .footer_form {
    height: 440px;
  }

  .portf_cont {
    width: 100%;
  }

  .slide {
    padding: 30px;
    width: 350px;
    flex-direction: column;
    min-height: 850px;
  }

  .slide_cont,
  .slide_img_bl {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .slide_img_bl img {
    width: 100%;
  }

  section {
    padding: 30px 0px;
  }
}
