.display-flex {
  display: flex; }

.modal-dialog {
  margin: 48px auto 0; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

.content {
  flex: 1 0 auto;
  overflow: hidden;
  position: relative; }

.body--project_basket .content {
  overflow: inherit; }

.body--project_basket .container.development {
  display: none; }

.footer {
  flex-shrink: 0; }

.list-color {
  padding-left: 20px;
  list-style: none;
  position: relative; }
  .list-color li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #E35D63;
    border-radius: 100%;
    position: absolute;
    left: 0;
    margin-top: 6px; }
  .list-color li.success::before {
    background: #219653; }

.footer {
  border: 1px solid #EBEBEB;
  background: #FAF9F9;
  z-index: 10;
  position: relative;
  color: #808080;
  padding: 28px 0 154px; }
  @media (min-width: 576px) {
    .footer {
      padding: 29px 0 145px; } }
  @media (min-width: 992px) {
    .footer {
      padding: 29px 0 77px; } }

.footer__title {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-size: 20px;
  font-weight: 700; }

.footer__content {
  margin-top: 14px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .footer__content {
      flex-wrap: nowrap;
      align-items: flex-end; } }

.footer__term_link,
.footer__address {
  flex: 50%; }
  @media (min-width: 576px) {
    .footer__term_link,
    .footer__address {
      flex: initial; } }

.footer__address {
  margin: 0 0 36px 0; }
  @media (min-width: 576px) {
    .footer__address {
      margin: 0; } }

@media (min-width: 576px) {
  .footer__address + .footer__address {
    margin-left: 85px; }
  .footer__term_link:nth-child(4) {
    margin: 0 0 0 auto; }
  .footer__term_link + .footer__term_link {
    margin-left: 85px; } }

.footer__address_desc {
  font-size: 0.8125rem;
  font-weight: 500; }

.footer__address_link {
  font-weight: 500;
  color: #4D4D4D;
  text-decoration: underline; }

.footer__address_link:hover,
.footer__address_link:focus,
.footer__address_link:active {
  text-decoration: none;
  color: #808080; }

.footer__term_link {
  font-weight: 500;
  color: #808080; }

.footer__term_link:hover,
.footer__term_link:focus,
.footer__term_link:active {
  color: #4D4D4D; }

.header {
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  height: 55px;
  z-index: 11;
  position: relative; }

.header .container {
  height: 100%; }

.header__content {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center; }

.header__log_link {
  color: #fda768;
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: 700;
  text-transform: uppercase; }
  .header__log_link:focus, .header__log_link:hover {
    color: #fc8a36; }
  .header__log_link:active {
    color: #fc8229; }

.header__menu_link {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #BFBFBF;
  border-bottom: 2px solid transparent; }
  .header__menu_link:focus, .header__menu_link:hover {
    color: #4D4D4D;
    text-decoration: none; }
  .header__menu_link:active {
    color: #0D0D0D; }

.header__menu_link.active {
  color: #262626;
  border-color: #FB8574; }

.header__menu_link + .header__menu_link {
  margin-left: 10px; }
  @media (min-width: 576px) {
    .header__menu_link + .header__menu_link {
      margin-left: 40px; } }

.header__user_dropdown .dropdown-menu {
  background: transparent;
  border-color: transparent; }

.header__user_dropdown .dropdown-item {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  text-transform: uppercase;
  padding: 12px 0;
  width: 282px;
  font-weight: bold;
  color: #808080;
  background: #FEEDE7;
  border: 1px solid #FDBEB4;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  text-align: center; }
  .header__user_dropdown .dropdown-item:focus, .header__user_dropdown .dropdown-item:hover {
    color: #FB8574; }
  .header__user_dropdown .dropdown-item:active {
    color: #f94f36; }

.header__user_dropdown .dropdown-item + .dropdown-item {
  margin-top: 8px; }

.header__user_dropdown_btn {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-size: 1.0625rem;
  padding-right: 0;
  padding-left: 0; }
  .header__user_dropdown_btn::after {
    border-top: 0.5em solid #FDBEB4;
    border-radius: 5px;
    vertical-align: middle;
    display: none; }
    @media (min-width: 576px) {
      .header__user_dropdown_btn::after {
        display: inline-block; } }
  .header__user_dropdown_btn .header__user_type {
    display: none; }
    @media (min-width: 992px) {
      .header__user_dropdown_btn .header__user_type {
        display: inline;
        font-family: "Inter", Inter, Arial, sans-serif;
        font-size: 0.9375rem;
        font-weight: 400;
        color: #808080; } }

.body--development_controller .header {
  box-shadow: none; }
  @media (min-width: 992px) {
    .body--development_controller .header {
      background: transparent;
      border: none; } }

.project_basket,
.project_basket__top {
  border-left: 1px solid #EBEBEB;
  background: #FAF9F9; }

.project_basket {
  position: absolute;
  transition: 300ms right cubic-bezier(0.77, 0, 0.175, 1);
  width: 398px;
  max-width: 100%;
  right: -398px;
  top: 0;
  min-height: 100%;
  float: right;
  padding-bottom: 40px;
  z-index: 1050; }
  .project_basket .spinner__block {
    padding: 32px; }
  @media (min-width: 576px) {
    .project_basket {
      width: 508px;
      right: -508px; } }
  @media (min-width: 1200px) {
    .project_basket {
      position: relative;
      right: inherit;
      top: inherit;
      bottom: inherit;
      z-index: 5; } }
  .body--project_basket .project_basket {
    right: 0; }

.project_basket__float_btn {
  position: fixed;
  bottom: 60px;
  right: 32px;
  width: 72px;
  height: 72px;
  padding: 0;
  font-size: 2rem;
  border: 0;
  border-radius: 100%;
  z-index: 1060;
  transition: 300ms right cubic-bezier(0.77, 0, 0.175, 1); }
  .body--project_basket .project_basket__float_btn {
    right: 294px; }
  @media (min-width: 576px) {
    .project_basket__float_btn {
      bottom: 72px;
      right: 64px; }
      .body--project_basket .project_basket__float_btn {
        right: 404px; } }
  @media (min-width: 1200px) {
    .project_basket__float_btn {
      display: none; } }

.project_basket__top {
  display: none; }
  .body--project_basket .project_basket__top {
    display: block;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
  @media (min-width: 1200px) {
    .project_basket__top {
      display: block;
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      width: 508px; } }

.basket__top_btn,
.basket__development_title,
.basket__development_type {
  padding: 0 16px; }
  @media (min-width: 1200px) {
    .basket__top_btn,
    .basket__development_title,
    .basket__development_type {
      padding: 0 120px 0 32px; } }

.basket__sticky .basket__top_btn {
  padding-top: 43px;
  padding-bottom: 52px;
  padding-right: 0;
  color: #808080; }

.basket__sticky--sticky .basket__top_btn {
  background: #FAF9F9;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15; }

.basket__development_title {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #808080;
  padding-bottom: 20px; }

.basket__development_type {
  background: #fff;
  padding-top: 23px;
  padding-bottom: 30px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB; }
  .basket__development_type .development_type__desc {
    line-height: 1rem; }
  .basket__development_type--marked {
    background: transparent; }

.basket__work_structure {
  background: #fff;
  font-weight: 500;
  padding: 9px 16px; }
  @media (min-width: 576px) {
    .basket__work_structure {
      padding: 9px 120px 9px 32px; } }

.basket__work_structure_sub {
  padding-top: 10px;
  position: relative; }

.basket__work_structure_sub + .basket__work_structure_sub {
  border-top: 1px solid #EBEBEB;
  margin-top: 10px; }

.basket__work_structure_breadcrumbs {
  font-size: 0.8125rem;
  color: #808080; }

.basket__work_structure_delete {
  background: #EBEBEB;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  line-height: 1; }

.basket__zillow {
  background: #fff;
  padding: 9px 16px;
  font-size: 1.0625rem;
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .basket__zillow {
      padding: 9px 120px 9px 32px; } }
  .basket__zillow_line {
    padding-top: 10px;
    position: relative; }
  .basket__zillow_line + .basket__zillow_line {
    border-top: 1px solid #EBEBEB;
    margin-top: 10px; }
  .basket__zillow_title {
    font-size: 0.8125rem;
    color: #808080; }
  .basket__zillow_item {
    min-width: 170px;
    float: left; }

.basket__programming {
  background: #fff;
  padding: 9px 16px;
  margin-bottom: 40px;
  color: #808080; }
  .basket__programming .text-important {
    font-size: 1.0625rem;
    color: #E35D63;
    font-weight: bold; }
  @media (min-width: 576px) {
    .basket__programming {
      padding: 9px 120px 9px 32px; } }
  .basket__programming_list {
    border-top: 1px solid #EBEBEB;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.8125rem; }

.sign__user_type_desc {
  font-size: 1.0625rem;
  margin: 28px 0 50px; }
  .sign__user_type_desc ul {
    padding-left: 22px;
    list-style: none; }
  .sign__user_type_desc ul li {
    position: relative; }
  .sign__user_type_desc ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -22px;
    background: #FB8574;
    width: 6px;
    height: 6px;
    margin-right: 16px;
    border-radius: 100%; }
  @media (min-width: 576px) {
    .sign__user_type_desc {
      display: flex;
      justify-content: space-between; }
      .sign__user_type_desc ul {
        padding-left: 0; } }

.sign__auth_choice,
.sign__login {
  margin-top: 32px; }

@media (min-width: 576px) {
  .modal-body {
    padding: 50px 100px; } }

.register__step {
  color: #808080;
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 100%;
  margin: 30px 0; }

.register__service_professional {
  display: flex;
  flex-flow: row wrap; }

.index__header {
  position: relative;
  overflow: hidden; }

.index__header_container {
  padding: 80px 0 40px;
  margin-bottom: 60px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07); }
  @media (min-width: 576px) {
    .index__header_container {
      padding: 60px 0 96px;
      margin-bottom: 120px; } }
  @media (min-width: 992px) {
    .index__header_container {
      padding: 50px 0 144px;
      margin-bottom: 70px; } }

.index__header_container .container {
  position: relative; }

.index__header_h1 {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 0px;
  line-height: 90%; }
  @media (min-width: 576px) {
    .index__header_h1 {
      line-height: 100%;
      font-size: 60px; } }
  @media (min-width: 992px) {
    .index__header_h1 {
      font-size: 64px; } }

.index__header_h1--bottom {
  color: #fda768; }

.index__header_p {
  font-size: 1.0625rem;
  max-width: 390px;
  margin-top: 30px; }

.index__header_ul {
  font-size: 1.0625rem;
  margin-top: 35px;
  margin-bottom: 54px;
  padding-left: 30px;
  list-style: none; }
  .index__header_ul li + li {
    margin-top: 5px; }
  .index__header_ul li {
    position: relative; }
  .index__header_ul li::before {
    content: '';
    background: #c1f2d6 no-repeat center url("../img/ok.svg");
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: -29px;
    top: 2px;
    text-align: center; }

.index__header_img {
  display: none; }
  @media (min-width: 576px) {
    .index__header_img {
      display: block;
      position: absolute;
      top: 70px;
      left: 400px; } }
  @media (min-width: 992px) {
    .index__header_img {
      top: -10px;
      left: 528px; } }

.step {
  max-width: 600px;
  padding: 0 0 70px 0; }
  @media (min-width: 576px) {
    .step {
      position: relative;
      padding: 0 0 80px 44px; }
      .step::before {
        content: '';
        position: absolute;
        border-left: 1px solid #EBEBEB;
        top: 0;
        bottom: 0;
        left: 0; }
      .step--first {
        margin-top: 35px; } }
    @media (min-width: 576px) and (min-width: 576px) {
      .step--first {
        margin-top: 70px; } }
  @media (min-width: 576px) {
      .step--first::before {
        top: 25px; }
      .step--last::before {
        height: 25px;
        bottom: inherit; } }
  .step__label {
    font-size: 0.8125rem;
    color: #808080;
    text-transform: uppercase; }
  .step__title {
    position: relative;
    color: #4D4D4D;
    font-family: "Zilla Slab", Zilla Slab, Times, serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 9px; }
    .step__title::before {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background: #fff;
      top: 3px;
      left: -56px;
      border-radius: 100%;
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07); }
    .step__title::after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      left: -52px;
      top: 7px;
      border-radius: 100%;
      background: #27AE60; }
  .step__desc {
    font-size: 1.0625rem;
    line-height: 140%;
    color: #808080; }
  .step .btn-primary {
    margin-top: 36px; }

.step_3__city_block {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 15px;
  font-size: 0.9375rem;
  margin-top: 26px; }
  @media (min-width: 576px) {
    .step_3__city_block {
      margin-top: 36px;
      padding: 17px 24px 24px; } }
  .step_3__city_block .list-unstyled,
  .step_3__city_block .btn-info {
    margin-top: 15px; }

.development_type {
  cursor: pointer;
  margin: 32px 0 0;
  width: 100%; }
  .development_type__container {
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
    border-radius: 7px; }
    .development_type__container .media {
      padding: 20px 16px; }
      @media (min-width: 576px) {
        .development_type__container .media {
          min-height: initial;
          padding: 24px 50px 24px 24px; } }
  .development_type__checkbox {
    display: none; }
    .development_type__checkbox:checked + .development_type__container {
      background: #FFF6F5;
      border: 1px solid #FB8574; }
  .development_type__desc {
    color: #808080; }
  .development_type__title {
    font-family: "Zilla Slab", Zilla Slab, Times, serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #262626; }
  .development_type__img {
    background: #fff;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 100%;
    text-align: center;
    padding: 13px 0;
    margin-right: 16px; }
    @media (min-width: 576px) {
      .development_type__img {
        margin-right: 24px; } }

.index__left_menu_link {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-size: 1.5rem;
  color: #BFBFBF;
  border-left: 2px solid #EBEBEB;
  display: block;
  padding-left: 30px; }
  @media (min-width: 576px) {
    .index__left_menu_link {
      font-size: 1.25rem; } }
  .index__left_menu_link:focus, .index__left_menu_link:hover {
    text-decoration: none;
    color: #4D4D4D;
    border-color: #FB8574; }
  .index__left_menu_link.active {
    font-weight: 700;
    color: #262626;
    border-color: #FB8574; }

.index__top_menu {
  display: flex; }

.index__top_menu_link {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-size: 1.75rem;
  color: #BFBFBF;
  border-bottom: 2px solid #EBEBEB;
  padding: 0 12px 20px 0;
  line-height: 1; }
  .index__top_menu_link:focus, .index__top_menu_link:hover {
    text-decoration: none;
    color: #4D4D4D;
    border-color: #FB8574; }
  .index__top_menu_link.active {
    font-weight: 700;
    color: #262626;
    border-color: #FB8574; }

.index__left_menu {
  margin-bottom: 60px; }

.index__content#inspirations {
  padding-bottom: 127px; }

@media (min-width: 576px) {
  .index__left_menu {
    float: left;
    width: 153px; }
  .index__content {
    margin-left: 153px; } }

@media (min-width: 992px) {
  .index__left_menu {
    width: 258px; }
  .index__content {
    margin-left: 258px; } }

.inspirations__desc {
  font-size: 1.0625rem;
  color: #4D4D4D;
  margin: 22px 0 36px;
  max-width: 600px; }

.association__block {
  display: flex;
  flex-flow: row wrap;
  margin: -8px; }

.association__link {
  margin: 8px;
  font-weight: 500;
  color: #4D4D4D; }
  .association__link:focus, .association__link:hover {
    text-decoration: none;
    color: #FB8574; }

.association__img_block {
  background: #EBEBEB;
  width: 180px;
  height: 128px; }

.association__title {
  margin-top: 19px; }

.progress_bar {
  border: 1px solid #EBEBEB;
  padding: 0 25px;
  margin: 0 -15px;
  background: #FAF9F9;
  display: flex;
  z-index: 10;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  box-sizing: content-box; }
  @media (min-width: 576px) {
    .progress_bar {
      padding: 0 50px; } }
  @media (min-width: 992px) {
    .progress_bar {
      border-radius: 7px;
      margin: 0 -50px;
      border-color: #F5F5F5;
      background: #fff;
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07); } }
  .progress_bar__step {
    line-height: 100%;
    min-width: 180px;
    width: calc(100%/6);
    padding: 36px 0;
    position: relative; }
    .progress_bar__step_title {
      font-family: "Zilla Slab", Zilla Slab, Times, serif;
      font-weight: bold;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: #BFBFBF; }
    .progress_bar__step_desc {
      font-weight: 500;
      font-size: 0.8125rem;
      color: #808080; }
    .progress_bar__step::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 2px;
      width: 95%;
      background: transparent;
      border-radius: 5px; }
    .progress_bar__step.previous .progress_bar__step_title {
      color: #FDBEB4; }
    .progress_bar__step.previous::after {
      background: #FDBEB4; }
    .progress_bar__step:active, .progress_bar__step:focus, .progress_bar__step:hover {
      text-decoration: none; }
    .progress_bar__step:active .progress_bar__step_title,
    .progress_bar__step:focus .progress_bar__step_title,
    .progress_bar__step:hover .progress_bar__step_title {
      color: #FB8574; }
    .progress_bar__step:active::after, .progress_bar__step:focus::after, .progress_bar__step:hover::after {
      background: #FB8574; }
    .progress_bar__step.active .progress_bar__step_title {
      color: #E35D63; }
    .progress_bar__step.active::after {
      background: #E35D63; }

.development .development__desc {
  margin: 30px 0; }

.development .development_type {
  max-width: 690px;
  margin: 0 0 32px; }

.chevron-down {
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #FDBEB4; }

.chevron-left {
  display: inline-block;
  border-right: 12px solid #FDBEB4;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.chevron-right {
  display: inline-block;
  border-left: 12px solid #FDBEB4;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.work_structure__tree .development_type {
  cursor: initial; }

.work_structure__tree .list-unstyled {
  margin: 12px 0 0; }

.work_structure__tree .work_structure__title,
.work_structure__tree .work_structure__comment {
  padding-right: 60px; }

.work_structure__tree .work_structure__comment ~ .list-unstyled {
  margin: 0; }

.work_structure__tree li {
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  position: relative;
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 20px 17px 20px 24px;
  min-height: 80px; }
  .work_structure__tree li .tree_checkbox_label {
    display: none; }
  .work_structure__tree li .spinner-border {
    width: 20px;
    height: 20px;
    border-width: 2px; }

.work_structure__tree li > ul li {
  margin-top: 5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07); }
  .work_structure__tree li > ul li .tree_checkbox_label {
    display: block; }

.work_structure__tree li > ul li.open {
  box-shadow: initial; }

.work_structure__tree li.open {
  margin-top: 0;
  background: #FAF9F9; }

.work_structure__tree li.checked {
  background: #FEEDE7; }
  .work_structure__tree li.checked .work_structure__btn {
    color: #FB8574; }

.work_structure__tree .tree_checkbox {
  cursor: pointer;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 24px;
  top: 24px;
  background: #FEEDE7;
  border: 1px solid #FDBEB4;
  border-radius: 5px; }

.work_structure__tree .tree_checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 12px;
  top: 5px;
  width: 7px;
  height: 16px;
  border: solid #FB8574;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.work_structure__tree input:checked ~ .tree_checkbox_label .tree_checkbox {
  background-color: darker(#FDBEB4); }

.work_structure__tree input:checked ~ .tree_checkbox_label .tree_checkbox:after {
  display: block; }

.work_structure__tree input:checked ~ ul .tree_checkbox:after {
  display: block;
  opacity: .5; }

.work_structure__tree input.tree_checkbox_parent:not(:checked) ~ .tree_checkbox_label .tree_checkbox:after {
  display: block;
  width: 5px;
  height: 5px;
  left: 12px;
  top: 12px;
  border-width: 3px; }

.work_structure__btn {
  padding: 0;
  font-size: 1.0625rem;
  color: #262626;
  font-weight: 500; }
  .work_structure__btn:active, .work_structure__btn:focus, .work_structure__btn:hover {
    color: #FDBEB4;
    text-decoration: none; }

.work_structure__comment {
  color: #808080; }

.development__address {
  margin: 50px 0;
  max-width: 490px; }

.programming_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px; }
  @media (min-width: 576px) {
    .programming_list {
      flex-direction: initial;
      flex-flow: row wrap; } }

.programming {
  margin: 0 0 16px;
  width: 100%; }
  @media (min-width: 576px) {
    .programming {
      flex-basis: 50%;
      max-width: 376px; } }
  @media (min-width: 576px) {
    .programming:nth-child(even) {
      margin-left: 16px; } }
  .programming__container {
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    cursor: pointer;
    min-height: 96px;
    display: flex;
    padding: 10px 40px;
    text-align: center; }
  .programming__checkbox {
    display: none; }
    .programming__checkbox:checked + .programming__container {
      background: #FFF6F5;
      border: 1px solid #FB8574; }
  .programming__title {
    margin: auto;
    font-family: "Inter", Inter, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.0625rem;
    color: #262626;
    line-height: 135%; }
  .programming__step_title {
    font-family: "Zilla Slab", Zilla Slab, Times, serif;
    font-size: 2rem;
    line-height: 2.375rem;
    font-weight: 700; }
    .programming__step_title span {
      color: #808080; }
  .programming__step_desc {
    color: #808080;
    font-size: 1.0625rem; }

.generate__first_row {
  margin-bottom: 95px; }

.generate__second_row {
  margin-bottom: 180px; }

.area_of_work {
  font-family: "Inter", Inter, Arial, sans-serif;
  height: 70px;
  padding: 15px 0;
  max-width: 700px; }
  .area_of_work--choosen {
    height: inherit; }
  .area_of_work + .area_of_work {
    border-top: 1px solid #EBEBEB; }
  .area_of_work + .media {
    margin-top: 55px; }
  .area_of_work__name {
    font-size: 1.0625rem;
    font-weight: 500; }
  .area_of_work__help {
    color: #808080;
    font-weight: 500; }
  .area_of_work__input {
    width: 90px;
    height: 40px;
    display: inline-block;
    text-align: center; }
  .area_of_work__form_group {
    float: right; }
  .area_of_work__form_group + .area_of_work__form_group {
    margin-right: 60px; }

.development--generate .development_type__title,
.development--generate .development_type__desc {
  max-width: 430px; }

.development__service_professional_type {
  color: #4D4D4D;
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold; }

.service_professional {
  margin: 0 8px 12px 0; }
  .service_professional__container {
    color: #262626;
    padding: 6px 16px;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
    margin: 0; }
  .service_professional__checkbox {
    display: none; }
    .service_professional__checkbox:checked + .service_professional__container {
      background: #FFF6F5;
      border: 1px solid #FB8574; }

.export__title {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: bold;
  font-size: 2rem;
  color: #262626;
  margin: 34px 0 0; }

.export__desc {
  font-size: 1.0625rem;
  color: #808080; }

.professional {
  padding: 30px 0 40px;
  max-width: 712px; }
  .professional + .professional {
    border-top: 1px solid #EBEBEB; }
  .professional__name {
    font-family: "Zilla Slab", Zilla Slab, Times, serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 120%;
    color: #262626; }

.professional__titles {
  margin: 15px 0;
  max-width: 580px; }
  .professional__titles .badge {
    background: #F5F5F5;
    border-radius: 50px;
    font-weight: normal;
    font-size: 0.9375rem;
    color: #262626;
    padding: 6px 16px;
    margin: 0 8px 8px 0; }

.project_title {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #BFBFBF;
  line-height: 120%;
  margin: 40px 0 30px; }
  @media (min-width: 576px) {
    .project_title {
      font-size: 2rem; } }

.project__date {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #E35D63; }

.project__container {
  margin: 10px 0 30px;
  background: #fff;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px; }

.project__dt, .project__dd, .project__address {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.project__dt {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 100%;
  color: #808080; }

.project__dd {
  font-weight: 500;
  color: #262626; }

.project__line {
  padding-top: 20px;
  display: flex; }

.project__item {
  width: 100%; }

.project__container_top {
  padding: 20px 16px; }
  @media (min-width: 992px) {
    .project__container_top {
      padding: 15px 32px; } }

.project__address {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #262626; }

.project__container_bottom {
  display: flex; }
  .project__container_bottom .btn {
    background: #fff;
    border-top: 1px solid #EBEBEB;
    font-weight: 500;
    color: #808080;
    width: 50%;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    @media (min-width: 992px) {
      .project__container_bottom .btn {
        padding: 12px; } }
    .project__container_bottom .btn:hover {
      color: #FB8574; }
    .project__container_bottom .btn:focus, .project__container_bottom .btn.focus {
      color: #FB8574; }
  .project__container_bottom .btn + .btn {
    border-left: 1px solid #EBEBEB;
    border-bottom-left-radius: 0; }

.profile__title {
  font-family: "Zilla Slab", Zilla Slab, Times, serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 120%;
  color: #262626;
  margin: 40px 0 30px; }
