.contact-techno_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  margin-top: 34px; }

.contact-techno_block-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% + 15px);
  padding-right: 20px; }

.contact-techno_block-item:last-child {
  width: calc(25% - 45px);
  padding-right: 0; }

.contact-techno-item_content {
  padding: 0 20px; }

.contact-techno-content-title {
  font-size: 12px;
  color: #808080;
  margin-bottom: 10px; }

.contact-techno-content-text {
  font-size: 14px;
  font-weight: 600; }

.contact-techno_block-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 50%; }

.contacts_icon_location {
  width: 22px;
  height: 32px; }

.contacts_icon_mail,
.contacts_icon_phone {
  width: 28px;
  height: 28px; }

.contacts_icon_clock {
  width: 30px;
  height: 30px; }

@media screen and (max-width: 1200px) {
  .contact-techno_block {
    margin-bottom: 20px; }
  .contact-techno_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-techno_block-item {
    width: 50%;
    margin-bottom: 40px; }
  .contact-techno_block-item:last-child {
    width: 50%; } }

@media screen and (max-width: 570px) {
  .contact-techno_block {
    margin-bottom: 30px;
    margin-top: 30px; }
  .contact-techno_block-img {
    width: 40px;
    height: 40px;
    min-width: 40px; }
  .contact-techno_block-item {
    width: 100%;
    margin-bottom: 30px; }
    .contact-techno_block-item:last-child {
      width: 100%;
      margin-bottom: 0; }
  .contacts_icon_location {
    width: 15px;
    height: 22px; }
  .contacts_icon_mail,
  .contacts_icon_phone {
    width: 19px;
    height: 19px; }
  .contacts_icon_clock {
    width: 20px;
    height: 20px; }
  .contact-techno-content-title {
    font-size: 11px; }
  .contact-techno-content-text {
    font-size: 13px; } }
