a.c-pseudo,
.c-pseudo {
  text-decoration: none;
  color: #0055cc;
  border-bottom: 1px dotted #66a6ff;
}
a.c-pseudo:hover,
.c-pseudo:hover {
  text-decoration: none;
  color: #cc0000;
  border-bottom: 1px dotted #ff6666;
}
.c-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  /* types */
  /* sizes */
}
.c-icon_cross {
  cursor: pointer;
  background-image: url('/static/images/icon_cross.svg');
}
.c-icon_white-phone {
  width: 18px;
  height: 18px;
  background: url('../images/white_phone_icon@2x.png');
  background-size: 18px 18px;
}
.c-icon_white-phone_in-button {
  margin: -2px 5px 0 -3px;
}
.c-icon_l {
  width: 24px;
  height: 24px;
}
.c-input {
  width: 100%;
  padding: 0 8px;
  border: 1px solid #afafaf;
  font-size: 14px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* statuses */
  /* sizes */
}
.c-input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
}
.c-input_error {
  border-color: #c12000;
}
.c-input_l {
  font-size: 18px;
  line-height: 36px;
}
.c-button {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: none;
  font-size: 14px;
  line-height: 28px;
  padding: 0 14px;
  /* types */
  /* sizes */
}
.c-button:link,
.c-button:visited,
.c-button:hover {
  border-color: #7c7c7c;
  outline: hidden;
}
.c-button:link .button__icon,
.c-button:visited .button__icon,
.c-button:hover .button__icon {
  opacity: 1;
}
.c-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
}
.c-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.5em 0 0.5em;
}
.c-button_primary {
  color: #fff;
  border-color: #3080ca;
  background-color: #3080ca;
}
.c-button_primary:hover {
  color: #fff;
  background-color: #509de6;
  border-color: #509de6;
}
.c-button_primary:active {
  border-top-color: #1b6fa1;
  border-right-color: #277fb2;
  border-bottom-color: #1684c5;
  border-left-color: #277fb2;
  background: #49a1d7;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.c-button_l {
  font-size: 18px;
  line-height: 36px;
  padding: 0 18px;
}
.c-callback_pop-up {
  width: 430px;
  padding: 20px 25px 5px;
}
.c-callback__media {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.1em;
  display: table;
  color: #334d5b;
}
.c-callback__media__box,
.c-callback__media__content {
  display: table-cell;
  vertical-align: middle;
}
.c-callback__media__content {
  padding-left: 15px;
}
.c-callback__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  background: url('../images/callback_popup_icon.png');
}
.c-callback__form {
  padding: 20px 0;
}
.c-callback__form__field {
  position: relative;
  display: inline-block;
  width: 185px;
  margin-right: 10px;
  vertical-align: middle;
}
.c-callback__form__field__prefix {
  font-size: 18px;
  line-height: 36px;
  position: absolute;
  top: 1px;
  left: 10px;
  height: 38px;
  pointer-events: none;
}
.c-callback__form__field__input {
  padding-left: 2em;
}
.c-callback__time {
  font-size: 17px;
}
.c-callback__time__input {
  width: 65px;
  margin-right: 10px !important;
}
.c-callback__time__right-now {
  font-size: 14px;
}
.c-callback__final {
  font-size: 17px;
  padding: 20px 0;
}
.c-callback__footer {
  font-size: 11px;
  line-height: 1.3em;
  color: #7f7f7f;
}
.c-callback__error {
  margin-top: 15px;
  color: #c12000;
}