.g-page .g-top-panel {
  display: block;
  padding: 0;
  margin: 0;
}
.g-page .g-top-panel.g-top-panel-fold {
  text-align: center;
}
.g-page .g-top-panel .g-categories {
  display: block;
}
.g-page .g-top-panel .g-categories .g-categories__button {
  display: none;
  padding: 8px 20px;
}
.g-page .g-top-panel .g-categories .g-categories__dropdown {
  position: relative;
  top: inherit;
  left: inherit;
  visibility: visible;
  overflow: visible;
  display: block;
  max-width: 100%;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.g-page .g-top-panel .g-categories .g-categories__dropdown .g-menu-2 {
  margin: 0 -17px 0 -7px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.g-page .g-top-panel .g-categories .g-categories__dropdown .g-menu-2 .g-menu-2__item {
  padding: 0 7px 14px;
  margin: 0;
}
.g-page .g-top-panel .g-categories .g-categories__dropdown .g-menu-2 .g-menu-2__item a {
  display: block;
  border: 2px solid #999999;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  margin: 0;
  padding: 6px 10px;
}
.g-page .g-top-panel .g-categories .g-categories__dropdown .g-menu-2 .g-menu-2__item a:hover {
  border-color: #626262;
  background: #626262;
  color: #fff;
}
.g-page .g-top-panel .g-categories .g-categories__dropdown .g-menu-2 .g-menu-2__item .g-menu-2--level-2 {
  display: none;
}
.g-page .g-top-panel .g-categories.g-categories-mob {
  border: 2px solid #626262;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin: 0 10px 10px 0;
  max-width: 210px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
}
.g-page .g-top-panel .g-categories.g-categories-mob ~ .g-categories {
  display: inline-block;
  vertical-align: top;
}
.g-page .g-top-panel .g-categories.g-categories-mob .g-categories__button {
  display: block;
  border: none;
  text-align: center;
  color: #000;
}
.g-page .g-top-panel .g-categories.g-categories-mob .g-categories__button:after {
  display: none;
}
.g-page .g-top-panel .g-categories.g-categories-mob .g-categories__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 2px solid #626262;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  opacity: 1;
  box-shadow: none;
  margin: -5px -2px 0;
  max-height: 200px;
  width: calc(100% + 4px);
  max-width: calc(100% + 4px);
}
.g-page .g-top-panel .g-categories.g-categories-mob .g-categories__dropdown .g-menu-2 {
  display: block;
  padding: 10px;
  margin: 0;
}
.g-page .g-top-panel .g-categories.g-categories-mob .g-categories__dropdown .g-menu-2 li {
  display: block;
}
.g-page .g-top-panel .g-categories.g-categories-mob.g-categories--opened .g-categories__dropdown {
  display: block;
}
@media (max-width: 767px) {
  .g-page .g-top-panel .g-categories.g-categories-main {
    border: 2px solid #626262;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin: 0 auto;
    max-width: 210px;
    position: relative;
  }
  .g-page .g-top-panel .g-categories.g-categories-main .g-categories__button {
    display: block;
    border: none;
    text-align: center;
    color: #000;
  }
  .g-page .g-top-panel .g-categories.g-categories-main .g-categories__button:after {
    display: none;
  }
  .g-page .g-top-panel .g-categories.g-categories-main .g-categories__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #626262;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    opacity: 1;
    box-shadow: none;
    margin: -5px -2px 0;
    max-height: 200px;
    width: calc(100% + 4px);
    max-width: calc(100% + 4px);
  }
  .g-page .g-top-panel .g-categories.g-categories-main .g-categories__dropdown .g-menu-2 {
    display: block;
    padding: 10px;
    margin: 0;
  }
  .g-page .g-top-panel .g-categories.g-categories-main .g-categories__dropdown .g-menu-2 li {
    display: block;
  }
  .g-page .g-top-panel .g-categories.g-categories-main.g-categories--opened .g-categories__dropdown {
    display: block;
  }
}
.g-page .g-tags {
  font-size: 0;
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0 -7px;
  padding: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.g-page .g-tags a {
  display: block;
  border: 2px solid #626262;
  background: #626262;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 7px 14px;
  padding: 6px 10px;
  line-height: normal;
}
.g-page .g-tags a:hover {
  border-color: #999999;
  background: #fff;
  color: #000000;
}
.g-page .g-article-list {
  margin: 0 -15px;
  padding: 36px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.g-page .g-article-list.g-article-list-recom {
  padding-top: 15px;
}
.g-page .g-article-list .g-article {
  width: calc(33% - 30px);
  padding: 0;
  margin: 0 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #999999;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .g-page .g-article-list .g-article {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .g-page .g-article-list .g-article {
    width: calc(100% - 30px);
  }
}
.g-page .g-article-list .g-article .g-article__date {
  text-align: center;
  padding: 10px;
  display: none !important;
}
.g-page .g-article-list .g-article .g-article__name {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  text-align: center;
  display: block;
  padding: 15px 10px;
}
.g-page .g-article-list .g-article .g-article__name a {
  color: #000000;
  text-decoration: none;
}
.g-page .g-article-list .g-article .g-article__image {
  margin: auto 0;
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
  float: none;
}
.g-page .g-article-list .g-article .g-article__text {
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding: 15px 10px;
}
.g-page .g-article-list .g-article .g-article__container {
  display: none !important;
}
.g-page-article .g-page-article__anonce {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 20px;
}
.g-page-article .g-page-article__price {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 768px) {
  .g-page-article .g-page-article__price {
    font-size: 22px;
  }
}
.g-page-article .g-page-article__date {
  padding-top: 20px;
  font-size: 17px;
  color: #000;
}
.g-page-article .g-page-article__date a {
  color: #c23a2a;
  padding-top: 20px;
  font-size: 17px;
}
.g-page-article .g-page-article__text {
  margin-bottom: 20px;
  padding-top: 20px;
}
.g-page-article .g-page-article__text img, .g-page-article .g-page-article__anonce img {
  border-radius: 10px;
  overflow: hidden;
}
.g-page-article .g-page-article__text img[src*="vk.com"], .g-page-article .g-page-article__anonce img[src*="vk.com"] {
  width: unset !important;
}
.g-page-article__recommended_name {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .g-page-article__recommended_name {
    font-size: 22px !important;
  }
}
.g-page-form {
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 5px solid #c23a3a;
}
.g-page-form .g-page-form-left {
  width: 60%;
  order: 2;
}
.g-page-form .g-page-form-left .g-page-form-title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
.g-page-form .g-page-form-left .g-page-form-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.g-page-form .g-page-form-left .g-page-form-text img {
  width: 100%;
}
.g-page-form .g-page-form-right {
  order: 1;
  width: calc(40% - 30px);
  margin-right: 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #c23a3a;
  border-radius: 20px;
}
.g-page-form .g-page-form-right form {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .g-page-form {
    flex-direction: column;
  }
  .g-page-form .g-page-form-left {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .g-page-form .g-page-form-left .g-page-form-title {
    font-size: 22px;
  }
  .g-page-form .g-page-form-right {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
}
.g-page-form .title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .g-page-form .title {
    font-size: 22px;
  }
}
.g-page-form .tpl-anketa-success-note {
  font-size: 20px;
  text-align: center;
}
.g-page-form .tpl-field {
  padding-bottom: 10px;
}
.g-page-form .tpl-field input[type=text], .g-page-form .tpl-field input[type=phone], .g-page-form .tpl-field input[type=email], .g-page-form .tpl-field textarea {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 30px;
  padding: 0 15px;
}
.g-page-form .tpl-field input[type=text]:focus, .g-page-form .tpl-field input[type=phone]:focus, .g-page-form .tpl-field input[type=email]:focus, .g-page-form .tpl-field textarea:focus {
  border-color: #000;
}
.g-page-form .tpl-field textarea {
  resize: none;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 76px;
}
.g-page-form .tpl-field.field-error input, .g-page-form .tpl-field.field-error textarea {
  border-color: #f00;
}
.g-page-form .tpl-field.tpl-field-button {
  text-align: center;
  padding: 0;
}
.g-page-form .tpl-field.tpl-field-button button {
  outline: none;
  border: none;
  background: none;
  padding: 10px 15px 11px;
  cursor: pointer;
  background: #000000;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
}
.g-page-form .field-required-mark {
  color: #f00;
}
.g-page-form .error-message {
  display: none;
}
.art_date_prev, .art_price_prev {
  color: #000;
  padding-bottom: 10px;
}
.art_date_next, .art_price_next {
  color: #000;
  padding-top: 10px;
}
.stat_text1, .stat_text2 {
  padding-bottom: 20px;
  color: #000;
}
