.contacts-header {
  margin-bottom: 88px; }
  @media screen and (max-width: 1229px) {
    .contacts-header {
      margin-bottom: 61px; } }

.contacts-wrapper {
  margin: 0 auto;
  max-width: 1230px;
  position: relative; }
  @media screen and (max-width: 1229px) {
    .contacts-wrapper {
      padding: 0 15px; } }
  .contacts-wrapper .main-image {
    height: 500px; }
    @media screen and (max-width: 1229px) {
      .contacts-wrapper .main-image {
        height: 375px; } }
    @media screen and (max-width: 375px) {
      .contacts-wrapper .main-image {
        margin-left: -15px;
        margin-right: -15px; } }
  .contacts-wrapper h1, .contacts-wrapper h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 53px;
    letter-spacing: 0;
    text-align: left; }
  .contacts-wrapper h1 {
    margin-bottom: 70px; }

.contacts-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 28px; }
  @media screen and (max-width: 1229px) {
    .contacts-block {
      padding: 0;
      display: block; } }
  @media screen and (max-width: 576px) {
    .contacts-block {
      margin-bottom: 80px; } }

.contacts-col:nth-child(1) {
  width: 358px; }
.contacts-col:nth-child(2) {
  width: 330px; }
.contacts-col:nth-child(3) {
  width: 360px; }

.contacts-item {
  margin-bottom: 26px; }
  .contacts-item a {
    color: #000; }
    .contacts-item a:hover {
      color: #ff2f5a;
      text-decoration: none; }
  .contacts-item_label {
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.5); }
  .contacts-item_value {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px; }

[data-row-index="0"] .contacts-item:first-child .contacts-item_value {
  color: #ff2f5a; }
  [data-row-index="0"] .contacts-item:first-child .contacts-item_value a {
    color: #ff2f5a; }
    [data-row-index="0"] .contacts-item:first-child .contacts-item_value a:hover {
      color: #000; }

.contacts-map {
  margin-bottom: 110px; }
  @media screen and (max-width: 1229px) {
    .contacts-map {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 53px; } }

.how-to-get-to {
  margin: 0 auto 158px;
  max-width: 1410px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 1409px) {
    .how-to-get-to {
      display: block;
      padding: 0 15px;
      margin-bottom: 78px; } }
  .how-to-get-to_item {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: 450px;
    height: 324px;
    padding: 31px 45px;
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--white);
    top: 0;
    transition: .3s; }
    .how-to-get-to_item:hover {
      filter: drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.45));
      top: -5px; }
    @media screen and (max-width: 1409px) {
      .how-to-get-to_item:not(:last-child) {
        margin-bottom: 34px; } }
    @media screen and (max-width: 449px) {
      .how-to-get-to_item {
        width: 100%;
        height: 360px;
        padding: 31px 24px 31px 20px;
        background-position: right bottom 36px; } }
  .how-to-get-to_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px; }
  .how-to-get-to_content {
    color: rgba(0, 0, 0, 0.5); }
    .how-to-get-to_content .primary-color {
      color: #ff2f5a; }
  .how-to-get-to_button {
    position: absolute;
    bottom: 31px;
    left: 45px;
    color: #ff2f5a;
    line-height: 26px; }
    @media screen and (max-width: 449px) {
      .how-to-get-to_button {
        bottom: 24px;
        left: 31px; } }
    .how-to-get-to_button a {
      color: inherit;
      text-decoration: underline; }
      .how-to-get-to_button a:hover {
        text-decoration: none;
        color: #ff2f5a; }

.requisites {
  margin-bottom: 142px; }
  @media screen and (max-width: 768px) {
    .requisites {
      margin-bottom: 81px; } }
  .requisites-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media screen and (max-width: 1229px) {
      .requisites-block {
        display: block; } }
    .requisites-block_item {
      color: rgba(0, 0, 0, 0.5); }
      .requisites-block_item:first-child(1) {
        width: 409px; }
      .requisites-block_item:first-child(2) {
        width: 360px; }
      .requisites-block_item:first-child(3) {
        width: 360px; }
  .requisites-button {
    border-radius: 5px;
    width: 240px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    transition: 0.3s ease all; }
    @media screen and (max-width: 425px) {
      .requisites-button {
        margin: 0 auto; } }
    .requisites-button:hover {
      background: #000;
      color: #fff;
      text-decoration: none; }

/*# sourceMappingURL=style.css.map */
