.write-blavo {
  background-color: #55b8dd;
  padding: 25px 0 22px; }
  .write-blavo__btn {
    width: 100%; }
    .write-blavo__btn a {
      height: 75px;
      border: 1px solid #fff;
      font-weight: 800;
      font-size: 20px;
      line-height: 75px;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      background-color: transparent;
      vertical-align: top;
      width: 100%; }
      .write-blavo__btn a span {
        color: #fff; }
      .write-blavo__btn a:before {
        background: #fff;
        color: #1a9ecf; }

@media screen and (min-width: 768px) {
  .write-blavo {
    padding: 25px 0 21px; }
    .write-blavo:after {
      display: block;
      content: '';
      clear: both; }
    .write-blavo__text {
      width: 57%;
      float: left;
      padding: 12px 0 0;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px; }
    .write-blavo__btn {
      width: 43%;
      float: left; } }

@media screen and (min-width: 1280px) {
  .write-blavo {
    padding: 37px 0 30px; }
    .write-blavo__text {
      width: 53%;
      font-size: 24px;
      padding-top: 5px;
      line-height: 28px; }
    .write-blavo__btn {
      width: 47%; }
      .write-blavo__btn a {
        font-size: 24px; } }

.contacts-map__right {
  height: 250px; }

.contacts-map #map {
  height: 100%; }

.contacts-map #contacts-yamap iframe {
  width: 100%;
  height: 250px; }

.contacts-map__header {
  padding: 28px 0 10px; }

.contacts-map__left {
  padding: 20px 0 7px 34px; }

.contacts-map-container {
  width: 320px; }

.contacts-map__item {
  margin-bottom: 17px; }

.contacts-map__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0 0 40px; }
  .contacts-map__text span {
    display: block; }
  .contacts-map__text a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s; }
    .contacts-map__text a:hover {
      color: #1a9ecf;
      border-color: currentColor; }

.contacts-map__icon {
  font-size: 28px;
  float: left; }

.contacts-map .social-media__header {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px; }

@media screen and (min-width: 768px) {
  .contacts-map {
    position: relative;
    height: 564px;
    overflow: hidden; }
    .contacts-map:after {
      display: block;
      content: '';
      clear: both; }
    .contacts-map__left {
      background: url(../img/bg/contacts-map.jpg) right no-repeat;
      padding: 0;
      background-size: cover; }
    .contacts-map__left, .contacts-map__right {
      float: left;
      width: 50%;
      height: inherit; }
    .contacts-map__header {
      padding: 53px 0 0;
      position: absolute;
      width: 100%;
      top: 0;
      z-index: 10;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 64%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 64%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 );
      height: 240px; }
    .contacts-map__list {
      padding-top: 112px;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 10; }
    .contacts-map__item {
      margin-bottom: 15px; }
    .contacts-map__text {
      font-size: 18px;
      padding-top: 12px; }
    .contacts-map #contacts-yamap iframe {
      height: 564px; } }

@media screen and (min-width: 1280px) {
  .contacts-map {
    height: 670px; }
    .contacts-map__list {
      padding-top: 188px;
      width: 500px; }
    .contacts-map__item {
      margin-bottom: 28px; }
    .contacts-map__text span {
      display: inline; }
    .contacts-map #contacts-yamap iframe {
      height: 670px; } }

.contacts-requisites__header {
  padding: 37px 0 17px; }

.contacts-requisites__list {
  margin: 0 -14px; }
  .contacts-requisites__list .clearfix:last-of-type .contacts-requisites__item:last-of-type .contacts-requisites__name {
    border-bottom: 1px solid #e9e9e9; }

.contacts-requisites__item {
  font-size: 10px;
  border-top: 1px solid #e9e9e9; }
  .contacts-requisites__item .contacts-requisites__name.opened {
    border-bottom: 1px solid #e9e9e9; }

.contacts-requisites__name {
  font-size: 14px;
  line-height: 55px;
  font-family: 'Red Hat Text', sans-serif;
  padding: 0 14px;
  color: #191818;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .contacts-requisites__name:after {
    content: '';
    display: block;
    width: 23px;
    height: 12px;
    background: url("../img/icons/requisites-arrow.png") center no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-position: 0 -12px; }
  .contacts-requisites__name.opened {
    color: #1a9ecf;
    border-bottom: 1px solid #e9e9e9; }
    .contacts-requisites__name.opened:after {
      background-position: 0 0; }

.contacts-requisites__info {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  display: none;
  padding: 0 14px 14px;
  background-color: #f3f3f3; }
  .contacts-requisites__info > p {
    display: none; }
  .contacts-requisites__info table {
    display: block;
    border: 0; }
    .contacts-requisites__info table tr {
      display: block; }
      .contacts-requisites__info table tr td {
        display: block;
        border: 0; }
        .contacts-requisites__info table tr td:first-child {
          line-height: 19px;
          font-weight: 800;
          padding-top: 5px; }
        .contacts-requisites__info table tr td:last-child {
          line-height: 17px; }

.contacts-requisites__left-cell {
  line-height: 19px;
  font-weight: 800;
  padding-top: 5px; }

.contacts-requisites__right-cell {
  line-height: 17px; }

@media screen and (min-width: 768px) {
  .contacts-requisites {
    padding-bottom: 37px; }
    .contacts-requisites__header {
      padding-top: 41px; }
    .contacts-requisites__item {
      width: 50%;
      padding: 0 29px 24px;
      float: left;
      border-width: 0; }
      .contacts-requisites__item .contacts-requisites__name.opened {
        border-width: 0; }
    .contacts-requisites__name {
      font-size: 20px;
      line-height: 36px;
      margin-bottom: 4px;
      border-top-width: 0;
      padding: 11px 0 0; }
      .contacts-requisites__name:after {
        display: none; }
    .contacts-requisites__info {
      padding: 0; }
      .contacts-requisites__info p {
        display: block;
        margin: 0;
        line-height: 18px; }
    .contacts-requisites__list {
      margin: 0 -29px; }
      .contacts-requisites__list .clearfix:last-of-type .contacts-requisites__item:last-of-type .contacts-requisites__name {
        border-bottom-width: 0; }
    .contacts-requisites__right-cell, .contacts-requisites__left-cell {
      display: table-cell;
      padding-bottom: 11px; }
    .contacts-requisites__left-cell {
      width: 125px;
      padding-top: 2px;
      padding-right: 25px; }
    .contacts-requisites__info {
      display: block !important;
      background-color: transparent; }
      .contacts-requisites__info table {
        display: table; }
        .contacts-requisites__info table tr {
          display: table-row; }
          .contacts-requisites__info table tr td {
            display: table-cell;
            padding-bottom: 14px;
            vertical-align: top; }
            .contacts-requisites__info table tr td:first-child {
              width: 125px;
              padding-top: 0;
              padding-right: 25px; } }

@media screen and (min-width: 1280px) {
  .contacts-requisites {
    padding-bottom: 40px; }
    .contacts-requisites__info table tr td {
      padding-bottom: 11px; }
      .contacts-requisites__info table tr td:first-child {
        width: 162px;
        padding-right: 0; }
    .contacts-requisites__left-cell {
      width: 162px;
      padding-right: 0; }
    .contacts-requisites__left-cell, .contacts-requisites__right-cell {
      padding-bottom: 9px; }
    .contacts-requisites__header {
      padding-top: 54px; }
    .contacts-requisites__item {
      padding: 10px 37px 29px; }
    .contacts-requisites__name {
      font-size: 22px;
      line-height: 46px;
      margin-bottom: 17px; }
    .contacts-requisites__list {
      margin: 0 -39px; }
    .contacts-requisites__info p {
      padding-top: 4px; } }

.contacts-regions {
  margin-bottom: 40px;
  position: relative; }
  .contacts-regions__left {
    background: url(../img/bg/contacts-regions-left.jpg) center no-repeat;
    background-size: cover; }
  .contacts-regions__right {
    background: url(../img/bg/contacts-regions-right.jpg) center no-repeat;
    background-size: cover; }
  .contacts-regions__header {
    padding: 37px 0 27px; }
  .contacts-regions__list {
    margin: 0 -39px; }
    .contacts-regions__list:after {
      display: block;
      content: '';
      clear: both; }
  .contacts-regions__item {
    padding: 28px 10px 25px;
    color: #fff; }
  .contacts-regions__name {
    font-weight: 300;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px; }
    .contacts-regions__name .p--small {
      font-size: 14px;
      margin-left: 3px;
      display: block; }
  .contacts-regions__person {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 9px; }
    .contacts-regions__person .p--header {
      font-weight: 800; }
  .contacts-regions__phone-icon {
    font-size: 27px;
    float: left;
    margin-top: 3px;
    color: #13aed8; }
  .contacts-regions__number {
    font-size: 24px;
    line-height: 48px;
    padding-left: 40px; }

@media screen and (min-width: 768px) {
  .contacts-regions {
    margin-bottom: 65px; }
    .contacts-regions:after {
      display: block;
      content: '';
      clear: both; }
    .contacts-regions__left, .contacts-regions__right {
      width: 50%;
      float: left;
      padding-top: 173px; }
    .contacts-regions__right {
      padding-left: 31px; }
    .contacts-regions__header {
      color: #fff;
      padding: 36px 0 26px;
      position: absolute;
      width: 100%; }
    .contacts-regions__desc {
      text-align: center;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      width: 100%;
      color: #fff;
      position: absolute;
      padding-top: 84px;
      width: 768px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .contacts-regions__name {
      font-size: 27px;
      margin-bottom: 0;
      padding-left: 70px;
      height: 109px; }
      .contacts-regions__name:before {
        content: '';
        display: block;
        width: 39px;
        height: 68px;
        background: url(../img/icons/map-regions-pin.png) center no-repeat;
        position: absolute;
        left: 6px;
        margin-top: -4px;
        background-size: contain; }
    .contacts-regions__item {
      padding-bottom: 41px; }
    .contacts-regions__number {
      font-size: 23px; }
    .contacts-regions__person {
      margin-bottom: 23px; } }

@media screen and (min-width: 1280px) {
  .contacts-regions__header {
    padding: 53px 0 26px; }
  .contacts-regions__desc {
    margin-bottom: 140px;
    padding: 124px 240px 0;
    width: 1280px; }
  .contacts-regions__left, .contacts-regions__right {
    padding-top: 293px; }
  .contacts-regions__right {
    padding-left: 43px; }
  .contacts-regions__item {
    padding-left: 69px;
    padding-bottom: 95px; }
  .contacts-regions__name {
    font-size: 30px;
    padding-left: 0;
    height: 74px; }
    .contacts-regions__name:before {
      width: 49px;
      height: 84px;
      left: -68px;
      margin-top: -57px; }
    .contacts-regions__name .p--small {
      display: inline; }
  .contacts-regions__number {
    font-size: 30px; } }