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-iconed {
  position: relative;
  margin-left: 13.8px;
  /* sizes */
}
.c-iconed .c-iconed__icon {
  margin-top: -6px;
  margin-right: 3px;
}
.c-iconed__icon {
  position: absolute;
  right: 100%;
  top: 50%;
}
.c-iconed_s {
  margin-left: 16.1px;
}
.c-iconed_s .c-iconed__icon {
  margin-top: -7px;
  margin-right: 3.5px;
}
.c-iconed_m {
  margin-left: 20.7px;
}
.c-iconed_m .c-iconed__icon {
  margin-top: -9px;
  margin-right: 4.5px;
}
.c-iconed_l {
  margin-left: 27.6px;
}
.c-iconed_l .c-iconed__icon {
  margin-top: -12px;
  margin-right: 6px;
}
.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__svg {
  width: 100%;
  height: 100%;
}
.c-icon_cross {
  cursor: pointer;
  background-image: url('/static/images/icon_cross.svg');
}
.c-icon_polygon {
  background-image: url('/static/images/polygon.svg');
}
.c-icon_polygon-draw {
  background-image: url('/static/images/icon_polygon_draw.svg');
}
.c-icon_circle-draw {
  background-image: url('/static/images/icon_circle_draw.svg');
}
.c-icon_shape-draw {
  background-image: url('/static/images/icon_shape_draw.svg');
}
.c-icon_builder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDQ5QTQ5IiBkPSJNMTQuMSAxNC4zYzAgLjQuNC44LjguOHMuOC0uNC44LS44LS40LS44LS44LS44aDYuOHYtMy4yaC0xLjFzLS40LTUuOC00LjMtNy40djMuOGgtMlYwSDkuNnY2LjdoLTJWMi45Yy0zLjggMS42LTQuMyA3LjQtNC4zIDcuNGgtMXYzLjJIMTVjLS41IDAtLjkuNC0uOS44em0tNS45LjFjMCAuNC40LjguOC44cy44LS40LjgtLjgtLjQtLjgtLjgtLjgtLjguMy0uOC44ek0xMyAxNmgtMS44bDEgLjcuOC0uN3ptOC40LTIuNGgtM2MxLjkuMyAyLjIgMi4xIDEuOCAyLjQtMS4xLjctNC4yIDUuMi00LjIgNS4ycy4xLTEuOCAwLTIuNGMtLjEtLjYtLjktLjktMS4zLS42LS40LjMtMi41LjYtMi42LjYgMCAwLTIuMS0uMi0yLjYtLjYtLjQtLjMtMS4zLS4xLTEuMy42LS4xLjYgMCAyLjQgMCAyLjRTNSAxNi43IDMuOSAxNmMtLjUtLjMtLjEtMi4xIDEuOC0yLjRoLTNzLTEgMi4zLjMgMy43YzEuMyAxLjQgNC40IDYuMyA2LjIgNi42IDEuOC4yIDIuOCAwIDIuOSAwIDAgMCAxLjEuMiAyLjkgMCAxLjgtLjMgNC45LTUuMSA2LjItNi42IDEuMi0xLjQuMi0zLjcuMi0zLjd6bS02LjggOC41bC0xLjgtLjF2LS45aC0xLjd2LjlsLTEuNy4xdi0yLjVsMi42LjMgMi42LS4zdjIuNXoiLz48L3N2Zz4=');
}
.c-icon_roof {
  background-image: url('../images/icon_roof.svg');
}
.c-icon_white-phone {
  background: url('../images/white_phone_icon@2x.png');
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.c-icon_white-phone_in-button {
  margin: -2px 5px 0 -3px;
}
.c-icon_subway-msk {
  background-image: url('../images/subway_msk.svg');
  fill: #080;
}
.c-icon_subway-spb {
  background-image: url('../images/subway_spb.svg');
  fill: #c00;
}
.c-icon_caret {
  background-image: url('../images/caret.svg');
  fill: #555;
}
.c-icon_premium {
  background-image: url('/static/images/premium_icon@2x.png');
}
.c-icon_paid {
  background-image: url('/static/images/paid_icon@2x.png');
}
.c-icon_s {
  width: 14px;
  height: 14px;
}
.c-icon_m {
  width: 18px;
  height: 18px;
}
.c-icon_l {
  width: 24px;
  height: 24px;
}
.c-note {
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 2px #aeb5be;
  -moz-box-shadow: 0 2px 4px 2px #aeb5be;
  box-shadow: 0 2px 4px 2px #aeb5be;
}
.c-note__header {
  zoom: 1;
  padding: 15px;
  border-radius: 4px 4px 0 0;
  background: #f7fbfe;
  background: -moz-linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fbfe), color-stop(100%, #e4edf4));
  background: -webkit-linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
  background: -o-linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
  background: -ms-linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
  background: linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfe', endColorstr='#e4edf4', GradientType=0);
}
.c-note__header__title {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c-note__content {
  padding: 15px;
}
.c-logo {
  display: inline-block;
  background-image: url('/static/images/CIAN-logo-white@2x.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
.c-offersCounter {
  display: inline-block;
}
.c-offersCounter__number {
  font-size: 18px;
  line-height: 1em;
  display: inline-block;
  padding: 2px 6px 2px;
  margin: 0 0 0 5px;
  vertical-align: -2px;
  border: 1px solid #cdd5e0;
  border-top-color: #96acc1;
  border-bottom-color: #e9eaee;
  border-radius: 4px;
  background-color: #cde3ee;
  background-color: -moz-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
  background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cde3ee), color-stop(100%, #e9f0f8));
  background-color: -webkit-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
  background-color: -o-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
  background-color: -ms-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
  background-color: linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
  box-shadow: inset 0 1px 1px #96acc1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cde3ee', endColorstr='#e9f0f8', GradientType=0);
}
.c-offersCounter__number_loading {
  background-image: url('/static/images/loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 50px;
  color: transparent;
}
.c-checkbox {
  position: relative;
  -webkit-appearance: none;
  height: 17px;
  width: 17px;
  margin: 0 5px 0 0;
  vertical-align: top;
  border: none;
  background-color: #fff;
  color: #565a5c;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  background-image: url('../images/checkbox.png');
  -webkit-background-size: 465px 31px;
  background-size: 465px 31px;
  background-position: -316px -6px;
  outline: none;
}
.c-checkbox:hover {
  background-position-x: -347px;
}
.c-checkbox:checked {
  background-position-x: -378px;
}
.c-checkbox:checked:disabled {
  background-position-x: -440px;
}
.c-checkbox:disabled {
  background-position-x: -409px;
}
.c-input {
  width: 100%;
  padding: 0 8px;
  border: 1px solid #afafaf;
  border-radius: 2px;
  transition: background-color 150ms;
  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-input_invalid {
  background-color: #FFE1E1;
  border-color: #EC7C7C;
}
.c-input_invalid:focus {
  box-shadow: 0 0 8px rgba(233, 102, 102, 0.8);
}
.c-button {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: inherit;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background-color: transparent;
  transition: border-color 150ms;
  font-size: 14px;
  line-height: 28px;
  padding: 0 14px;
  /* types */
  /* sizes */
}
.c-button:link,
.c-button:hover {
  border-color: #969696;
  outline: hidden;
}
.c-button:link .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:active {
  background-color: #ECECEC;
}
.c-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.5em 0 0.5em;
}
.c-button__icon_premium {
  margin: 0;
}
.c-button__text {
  display: inline-block;
  vertical-align: middle;
}
.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_loading {
  background: url('/static/global/images/button-spinner.svg') 50% 50% no-repeat;
  background-size: 80% 80%;
  color: transparent;
}
.c-button_yellow {
  color: #000;
  background-color: #F7CE77;
  border-color: #f3b42f;
}
.c-button_yellow:hover {
  border-color: #e19d0d;
}
.c-button_yellow:active {
  background-color: #f6c55f;
}
.c-button_premium {
  color: #FF8400;
  border-color: #ffa94d;
  font-size: 14px;
  padding: 0 10px;
  line-height: 25px;
  vertical-align: middle;
}
.c-button_premium:hover {
  border-color: #FF8400;
}
.c-button_premium:active {
  border-color: #cc6a00;
  background: none;
}
.c-button_solid-premium {
  background: #FF8400;
  color: #fff !important;
  border-color: #FF8400 !important;
}
.c-button_solid-premium:hover,
.c-button_solid-premium:active,
.c-button_solid-premium:focus {
  background: #ff9d33;
  color: #fff !important;
  border-color: #ff9d33 !important;
  box-shadow: none;
}
a.c-button_link,
a.c-button_link:link {
  border: 1px solid #afafaf !important;
  color: #000 !important;
}
a.c-button_link:hover {
  border-color: #969696 !important;
}
.c-button_white {
  background-color: #fff;
}
.c-button_l {
  font-size: 18px;
  line-height: 36px;
  padding: 0 18px;
}
.c-button_s {
  font-size: 10px;
  line-height: 20px;
  padding: 0 10px;
}
.c-premium-link {
  color: #FF8400 !important;
  border-color: #F4D3BD !important;
}
.c-map {
  display: block;
}
.c-map__poi {
  padding: 15px 20px;
  background-color: #FAFAFA;
}
.c-map__poi__item {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
}
.c-map__poi__item input {
  cursor: pointer;
}
.c-header {
  position: relative;
  height: 70px;
  clear: both;
  padding: 5px 25px;
  color: #fff;
  background: #475258;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-header .header_menu {
  max-width: 1390px;
  margin: 0 auto;
}
.c-header__logo {
  display: inline-block;
  overflow: hidden;
  width: 82px;
  height: 29px;
  margin: -10px 15px 0 0;
  vertical-align: middle;
  text-indent: -999px;
  border: none;
  border: 0 !important;
  background: url('/static/images/CIAN-logo-white@2x.png') no-repeat 0 0;
  background-size: 82px 29px;
}
.c-header__logo_tiny {
  width: 30px;
  height: 43px;
  margin: 2px 15px 0 0;
  background: url('/static/images/home_logo_min@2x.png') no-repeat 0 0;
  background-size: 30px 43px;
}
.c-header__menu {
  display: inline-block;
  margin: -5px 0;
  vertical-align: middle;
}
.c-header__menu__item {
  font-size: 16px;
  line-height: 70px;
  display: inline-block;
  height: 100%;
  height: 70px;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-header__menu__item:before {
  display: none;
}
.c-header__menu__item__link {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #26c7da !important;
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-header__menu__item__link:hover {
  color: #fff !important;
}
.c-header__menu__item > a {
  color: #26c7da !important;
  border: none !important;
  margin: 0 -10px;
}
.c-header__menu__item > a:hover {
  color: #fff !important;
}
.c-header__menu__item_active {
  padding: 0 10px;
  color: #fff !important;
  background-color: #374248;
}
.c-header__menu__item_active__link {
  padding: 0;
  color: #fff !important;
}
.c-header__menu__item_more {
  display: none;
}
.c-header__menu__item_more > a {
  padding: 0 10px;
  line-height: 70px;
  display: inline-block;
}
.c-header__user {
  float: right;
  display: table;
  color: #b4b8ba;
  margin: -5px 0;
  font-size: 16px;
}
.c-header__user a {
  color: #26c7da !important;
  border: none !important;
}
.c-header__user a:hover {
  color: #fff !important;
}
.c-header__user .white-link {
  color: #FBFFFF !important;
  border: 0 !important;
}
.c-header__user__lists,
.c-header__user__cabinet {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
.c-header__user__lists {
  text-align: right;
  padding: 0 10px 0 0;
}
.c-header__user__lists a {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin: 3px 0;
}
.c-header__user__lists a:hover {
  color: #fff;
}
.c-header__user__lists a em {
  color: #E4E9ED;
  font-size: 11px;
  margin-left: 4px;
}
.c-header__user__lists__ico {
  position: absolute;
  right: 100%;
  margin: -9px 5px 0 0;
  top: 50%;
  width: 16px;
}
.c-header__user__cabinet {
  position: relative;
  padding: 0 0 0 25px;
  color: #b4b8ba;
}
.c-header__user__cabinet__item {
  display: inline-block;
}
.c-header__user__cabinet__item + .c-header__user__cabinet__item {
  margin-left: 20px;
}
.c-header__user__cabinet__item_calls {
  margin: 0 40px 0 20px !important;
}
.c-header__user__cabinet:before {
  content: '';
  display: block;
  font: 0/0 A;
  border-left: 1px solid #8E979E;
  top: 10px;
  bottom: 10px;
  position: absolute;
  right: 100%;
}
.c-header__user__cabinet a {
  color: #b4b8ba !important;
  border: 0 !important;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin: 3px 0;
}
.c-header__user__cabinet .header_menu_item_enter {
  color: #b4b8ba;
}
.c-header__user__cabinet .header_menu_item_enter:hover {
  cursor: pointer;
  color: #fff;
}
.c-header__user__cabinet .header_logout {
  position: absolute;
  top: 9px;
  right: 0;
}
.c-header .s-popup {
  line-height: 1em;
  margin: -10px 0 0 -30px;
  z-index: 2;
}
.c-header .s-popup__tail {
  margin-left: -30px;
}
.c-header .s-popup__menu {
  margin: 5px 0;
}
.c-header .s-popup__menu__item {
  padding: 7px 35px 9px 25px;
  /*letter-spacing: 0.07em;*/
}
.header_on_map .c-header .header_menu {
  max-width: 100%;
  margin: 0 auto;
}
.s-popup__menu__item.mq-c-header__more__newobject,
.s-popup__menu__item.mq-c-header__more__agents,
.s-popup__menu__item.mq-c-header__more__forday {
  display: none;
}
.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;
}
.helpcenter {
  display: table;
  /* === */
  /* === */
  /* === */
}
.helpcenter__column {
  display: table-cell;
  vertical-align: top;
}
.helpcenter__column_left {
  width: 260px;
  padding-right: 25px;
}
.helpcenter__navigation {
  margin: 10px 0 30px;
  padding: 0;
  /* pages */
  /* / pages */
  /* categories */
  /* / categories */
}
.helpcenter__navigation,
.helpcenter__navigation ul,
.helpcenter__navigation li {
  list-style: none;
}
.helpcenter__navigation ul {
  display: none;
  margin: 0;
  padding: 0;
}
.helpcenter__navigation__child {
  font-size: 14px;
  position: relative;
  margin: 0 -15px;
  padding: 4px 15px 5px;
  cursor: default;
}
.helpcenter__navigation__child:before {
  display: none;
}
.helpcenter__navigation__child_current {
  border-radius: 3px;
  background: #e4edf4;
}
.helpcenter__navigation__child_current a,
.helpcenter__navigation__child_current a:hover {
  color: #000 !important;
  border: 0 !important;
}
.helpcenter__navigation__parent {
  position: relative;
  margin: 0;
  padding: 0 15px;
  cursor: pointer;
}
.helpcenter__navigation__parent:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  content: '';
  border-width: 4.5px 0 4.5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #a9a9a9;
}
.helpcenter__navigation__parent_open > ul {
  display: block;
}
.helpcenter__navigation__parent_open:before {
  margin-top: 1px;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #a9a9a9 transparent transparent transparent;
}
.helpcenter__navigation__parent_open + .helpcenter__navigation__parent {
  margin-top: 1.1em;
}
.helpcenter__navigation > .helpcenter__navigation__parent {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
.helpcenter__navigation > .helpcenter__navigation__parent:before {
  top: 5px;
}
.helpcenter__navigation > .helpcenter__navigation__parent li {
  font-size: 14px;
  font-weight: normal;
  padding: 4px 15px 5px;
}
.helpcenter__navigation > li + li {
  margin-top: .8em;
}
.helpcenter__pager {
  float: right;
  margin: 5px 0 0;
  padding: 0;
}
.helpcenter__pager li {
  display: inline-block;
  margin: 0 0 0 20px;
}
.helpcenter__pager li:before {
  display: none;
}
.helpcenter__pager__link {
  position: relative;
}
.helpcenter__pager__link:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: -2px 4px 0;
  content: '';
  background: url('/static/images/helpcenter_arrows@2x.png');
  background-size: 17px 8px;
}
.helpcenter__pager__link_prev {
  margin-left: 10px;
}
.helpcenter__pager__link_prev:before {
  right: 100%;
}
.helpcenter__pager__link_next {
  margin-right: 10px;
}
.helpcenter__pager__link_next:before {
  left: 100%;
  background-position: -9px 0;
}
.helpcenter__content {
  font-size: 15px;
  padding: 0 0 30px;
}
.helpcenter__content h1 {
  font-size: 28px;
  margin: .8em 0 0;
  padding: 0;
}
.helpcenter__content h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.helpcenter__content p,
.helpcenter__content ul,
.helpcenter__content ol,
.helpcenter__content blockquote {
  margin: 1.3em 0 0;
}
.helpcenter__content blockquote {
  font-style: italic;
  padding: 0 1.5em;
  border-left: 3px solid #e4edf4;
}
.helpcenter__content__important-block {
  margin-right: -3px !important;
  margin-left: -23px !important;
  padding: 10px 20px;
  border: 3px solid #ee4560;
}
.helpcenter__content ul li {
  list-style: disc;
  list-style-position: initial;
}
.helpcenter__content ul li:before {
  display: none;
}
.helpcenter__content img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.c-r {
  text-align: right;
}
.c-l {
  text-align: left;
}
.c-c {
  text-align: center;
}
.c-mt5 {
  margin-top: 5px;
}
.c-mt10 {
  margin-top: 10px;
}
.c-mt15 {
  margin-top: 15px;
}
.c-mt20 {
  margin-top: 20px;
}
.c-mt25 {
  margin-top: 25px;
}
.c-mt30 {
  margin-top: 30px;
}
.c-mt35 {
  margin-top: 35px;
}
.c-mr5 {
  margin-right: 5px;
}
.c-mr10 {
  margin-right: 10px;
}
.c-mr15 {
  margin-right: 15px;
}
.c-mr20 {
  margin-right: 20px;
}
.c-mr25 {
  margin-right: 25px;
}
.c-mr30 {
  margin-right: 30px;
}
.c-mr35 {
  margin-right: 35px;
}
.c-mb5 {
  margin-bottom: 5px;
}
.c-mb10 {
  margin-bottom: 10px;
}
.c-mb15 {
  margin-bottom: 15px;
}
.c-mb20 {
  margin-bottom: 20px;
}
.c-mb25 {
  margin-bottom: 25px;
}
.c-mb30 {
  margin-bottom: 30px;
}
.c-mb35 {
  margin-bottom: 35px;
}
.c-ml5 {
  margin-left: 5px;
}
.c-ml10 {
  margin-left: 10px;
}
.c-ml15 {
  margin-left: 15px;
}
.c-ml20 {
  margin-left: 20px;
}
.c-ml25 {
  margin-left: 25px;
}
.c-ml30 {
  margin-left: 30px;
}
.c-ml35 {
  margin-left: 35px;
}
