@charset "UTF-8";
/**----------------------------* 
    $FONTS
 **----------------------------*/
/**
 * Основных блок каркаса
 */
/**
 * Обертка для контент-блока
 */
/**
 * @section form
 */
/* line 38, ../../scss/imports/custom/_functions.scss */
.contacts-wrapper {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
/* line 5, ../../scss/modules/_contacts.scss */
.contacts-in {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
}
/* line 21, ../../scss/imports/custom/_functions.scss */
._600 .contacts-in {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 10, ../../scss/modules/_contacts.scss */
.contacts-wrapper {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
/* line 15, ../../scss/modules/_contacts.scss */
._480 .contacts-wrapper {
  -moz-columns: 1;
  -webkit-columns: 1;
  columns: 1;
}
/* line 19, ../../scss/modules/_contacts.scss */
.contacts-company {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 25px;
}
/* line 25, ../../scss/modules/_contacts.scss */
._850 .contacts-company {
  padding-left: 0;
  margin-bottom: 10px;
}
/* line 29, ../../scss/modules/_contacts.scss */
.contacts-company-title {
  margin-bottom: 10px;
  font-family: "_ekib", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 35, ../../scss/modules/_contacts.scss */
._850 .contacts-company-title {
  margin-bottom: 6px;
  font-size: 16px;
}
/* line 39, ../../scss/modules/_contacts.scss */
.contacts-company-title:before {
  background: url('../../images/sprite/icons.png') 0 -1955px no-repeat;
  height: 22px;
  width: 14px;
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: -25px;
  content: '';
}
/* line 48, ../../scss/modules/_contacts.scss */
._850 .contacts-company-title:before {
  float: none;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
}
/* line 60, ../../scss/modules/_contacts.scss */
.contacts-company-title-link {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #404040;
}
/* line 84, ../../scss/imports/default/_functions.scss */
.contacts-company-title-link:hover, .contacts-company-title-link.is-hover, .contacts-company-title-link:active {
  text-decoration: none;
  border-bottom-color: transparent;
}
/* line 66, ../../scss/modules/_contacts.scss */
.contacts-company-desc {
  margin-bottom: 8px;
  color: #828282;
}
/* line 69, ../../scss/modules/_contacts.scss */
._850 .contacts-company-desc {
  font-size: 12px;
}
/* line 73, ../../scss/modules/_contacts.scss */
.contacts-company-desc p {
  margin-bottom: 0;
}
/* line 77, ../../scss/modules/_contacts.scss */
.contacts-company-list {
  margin-bottom: 40px;
}
