

/* Start:/css/home.css?176287600710791*/
.home-bc {
    padding-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .home-bc__title {
    margin-bottom: 140px;
  }
  .home-bc__container {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .home-bc-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% / 3 - 20px);
    margin-bottom: 48px;
  }
  .home-bc-item:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
  }


  /**/
  .home-bc-item__link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
  }

  .home-bc-item__link:hover .home-bc-item__name,
  .home-bc-item__link:active .home-bc-item__name {
    color: var(--cobalt_blue);
  }

  .home-bc-item__link:hover .home-bc-item__address,
  .home-bc-item__link:active .home-bc-item__address {
    text-decoration: underline;
  }

  /**/
  

  .home-bc-item__name {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.43;
    text-align: left;
    color: var(--royal_blue);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}
  .home-bc-item__class {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.45;
    text-align: left;
    color: var(--brownish_grey);
    margin-bottom: 16px;
  }
  .home-bc-item__img {
    width: 100%;
    height: auto;
    max-height: 224px;
    border-radius: 6px;
    margin-bottom: 16px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
  }
  .home-bc-item__address {
    margin-bottom: 8px;
  }
  .home-bc-item__metro {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .home-bc-item__metro-item {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    text-align: left;
    color: var(--brownish_grey);
    margin-right: 22px;
    margin-bottom: 8px;
    padding-left: 22px;
  }
  .home-bc-item__metro-item::before {
    left: 0;
    top: 0px;
  }
  .home-bc-item__tel {
    transition: 0.2s ease-out;
    margin-bottom: 16px;
  }
  .home-bc-item__tel:hover,
  .home-bc-item__tel:active {
    text-decoration: underline;
    color: var(--royal_blue);
  }
  .home-bc-item__places {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.46;
    text-align: left;
    color: var(--brownish_grey);
    margin-bottom: 16px;

    margin-top: auto;
  }
  .home-bc-item__btn {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    text-align: left;
    color: var(--dark);
    border-bottom: 2px solid var(--brownish_grey);
    padding-bottom: 4px;
    transition: 0.2s ease-out;

    /* margin-top: auto; */
  }
  .home-bc-item__btn:hover,
  .home-bc-item__btn:active {
    color: var(--cobalt_blue);
    border-color: var(--cobalt_blue);
  }
  .home-bc-item__bills {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .home-bc-item-bill {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 32px;
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--lightest_pink);
    padding: 8px 42px 8px 8px;
    margin-bottom: 8px;
    position: relative;
  }
  .home-bc-item-bill__name {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    color: var(--dark);
    margin-right: 4px;
    z-index: 1;
  }
  .home-bc-item-bill__param {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    color: var(--dark);
    flex-shrink: 0;
    width: 100%;
    z-index: 1;
  }
  .home-bc-item-bill__amount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    min-width: 42px;
    height: 100%;
    transition: 0.25s ease-out;
    background-color: var(--light_grey_green);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.44;
    text-align: right;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .home-bc-item-bill__amount._low {
    background-color: var(--apricot);
  }
  .home-bc-item-bill__amount._null {
    background-color: transparent;
  }
  .home-bullets {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 170px;
  }
  .home-bullets__title {
    max-width: 882px;
    margin-bottom: 50px;
  }
  .home-bullets__list {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .home-bullets__item {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px;
    border-radius: 10px;
    border: solid 1px var(--royal_blue);
    background-color: rgba(0, 6, 105, 0);
    margin-bottom: 30px;
    min-height: 248px;
  }
  .home-bullets__item:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
  }
  .home-bullets__item-title {
    color: var(--royal_blue);
    margin-bottom: 8px;
  }
  .home-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .home-info__title {
    margin-bottom: 50px;
    max-width: 882px;
  }
  .home-info-bullets {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .home-info-bullets__item {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 48px;
  }
  .home-info-bullets__item:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
  }
  .home-info-bullets__item-title {
    margin-bottom: 48px;
  }
  .home-info__container {
    width: 100%;
    max-width: 882px;
    display: flex;
    flex-direction: column;
  }
  .home-info__sub-title {
    margin-bottom: 56px;
  }
  .home-info__sub-title:first-of-type {
    margin-bottom: 50px;
  }
  .home-info__sub-title a {
    transition: 0.2s ease-out;
  }
  .home-info__sub-title a:hover {
    text-decoration: underline;
    color: var(--royal_blue);
  }
  .home-info__text {
    margin-bottom: 32px;
  }
  .home-info__list {
    margin-bottom: 50px;
  }
  @media only screen and (max-width: 1366px) {
    .home-bc-item__name {
      font-size: 22px;
      line-height: 1.55;
    }
    .home-bc-item__class {
      font-size: 18px;
      line-height: 1.56;
      margin-bottom: 8px;
    }
    .home-bc-item__address {
      font-size: 14px;
      line-height: 1.43;
      margin-bottom: 8px;
    }
    .home-bc-item__places {
      font-size: 12px;
      line-height: 1.67;
      margin-bottom: 8px;
    }
    .home-bc-item {
      width: calc(100% / 3 - 16px);
      margin-bottom: 48px;
    }
    .home-bc-item:nth-child(3n + 2) {
      margin-right: 24px;
      margin-left: 24px;
    }
    .home-bc-item-bill__amount {
      padding: 0 8px;
      min-width: 26px;
      font-size: 14px;
    }
    .home-bc-item-bill {
      padding: 8px 26px 8px 8px;
    }
    .home-bullets__item {
      padding: 32px 35px 32px 24px;
    }
    .home-info__text {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .home-bc {
      margin-bottom: 120px;
    }
    .home-bc__title {
      margin-bottom: 140px;
    }
    .home-bc-item {
      width: calc(100% / 3 - 10px);
    }
    .home-bc-item:nth-child(3n + 2) {
      margin-right: 15px;
      margin-left: 15px;
    }
    .home-bc-item__name {
      font-size: 18px;
    }
    .home-bc-item__class {
      font-size: 14px;
    }
    .home-bc-item-bill__name {
      font-size: 12px;
    }
    .home-bc-item-bill__param {
      font-size: 10px;
    }
    .home-bullets__list {
      flex-wrap: wrap;
    }
    .home-bullets__title {
      margin-bottom: 80px;
    }
    .home-bullets__item {
      padding: 32px 16px 32px 16px;
      width: calc(50% - 15px);
    }
    .home-bullets__item:nth-child(3n+2) {
      margin-left: 0px;
      margin-right: 0px;
    }
    .home-bullets__item:nth-child(2n+1) {
      margin-right: 30px;
    }
    .home-info__title {
      margin-bottom: 80px;
    }
    .home-info-bullets {
      margin-bottom: 32px;
    }
    .home-info-bullets__item {
      width: calc(50% - 15px);
    }
    .home-info-bullets__item:nth-child(3n+2) {
      margin-left: 0px;
      margin-right: 0px;
    }
    .home-info-bullets__item:nth-child(2n+1) {
      margin-right: 30px;
    }
    .home-info__sub-title:first-of-type {
      margin-bottom: 80px;
    }
    .home-info__list {
      margin-bottom: 80px;
    }

    .home-bc-item__btn {
        font-size: 16px;
    }
  }
  @media only screen and (max-width: 768px) {
    .home-bc__title {
      margin-bottom: 120px;
    }
    .home-bc {
      margin-bottom: 64px;
    }
    .home-bullets__title {
      margin-bottom: 48px;
    }
  }
  @media only screen and (max-width: 640px) {
    .home-bc__container {
      flex-direction: column;
      align-items: stretch;
    }
    .home-bc-item {
      width: 100%;
      margin-bottom: 64px;
    }
    .home-bc-item:nth-child(3n + 2) {
      margin-left: 0;
      margin-right: 0;
    }
    .home-bc-item__bills {
      margin-bottom: 24px;
    }
    .home-bullets {
      margin-bottom: 120px;
    }
    .home-info__title {
      margin-bottom: 48px;
    }
    .home-bullets__item {
      min-height: 0;
      width: 100%;
    }
    .home-bullets__item:nth-child(2n+1) {
      margin-right: 0px;
    }
    .home-bullets__item-title {
      margin-bottom: 24px;
    }
    .home-info {
      margin-bottom: 120px;
    }
    .home-info-bullets__item {
      width: 100%;
    }
    .home-info-bullets__item:nth-child(2n+1) {
      margin-right: 0px;
    }
    .home-info-bullets__item-title {
      margin-bottom: 24px;
    }
    .home-info__sub-title a {
      text-decoration: underline;
      color: var(--royal_blue);
    }
    .home-info__sub-title a:active {
      text-decoration: none;
    }
  }
/* End */
/* /css/home.css?176287600710791 */
