/*
 * Copyright (c) 2021. SkyCode Ltd. All rights Reserved
 * Date: 31.01.21 г., 21:23 ч.
 * shop_contacts.css is a part of the project SkyOffice
 * SkyCore cannot be copied and/or distributed without the express permission of Sand
 * Last Modified: 31.01.21 г., 21:23 ч.
 */
.contacts_container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  margin-top: 35px;
  box-sizing: border-box;
}
.contacts_title {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  color: #333;
  line-height: 50px;
}
.contact_header_box {
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}
.contact_list {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  border: none;
  list-style: none;
}
.contact_list li {
  width: 33.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.contact_list_item {
  border: 1px #EAEAEA solid;
  padding: 45px 15px 40px;
  border-radius: 5px;
  min-height: 320px;
}
.contact_list_icon {
  text-align: center;
  font: 50px organie-market;
  color: #7A7A7A;
  margin-top: 8px;
}
.contact_list_text p {
  font-weight: bold;
  margin: 0;
}
.contact_message {
  box-sizing: border-box;
  text-align: center;
  color: green;
  font-size: 16px;
  font-weight: bold;
  padding: 50px 0;
  width: 80%;
  border-radius: 3px;
  box-shadow: 0 0 3px #CEC;
  background-color: #EFE;
  border: 1px solid #EFE;
  margin: 60px auto;
}