@media (max-width: 835px) {
  .header__container.header_1 {
    display: none;
  }
}
.header_1 .line-top {
  height: 38px;
}
.header_1 .line-bottom {
  height: 60px;
}
.header_1 .header__item.region {
  padding-bottom: 8px;
}
.header_1 .header__item.contacts {
  padding-bottom: 4px;
  font-size: var(--fs-20);
  font-weight: 700;
}
.header_1 .header__item.slogan {
  font-size: var(--fs-14);
  color: var(--dark);
  opacity: 50%;
}
@media (max-width: 1300px) {
  .header_1 .header__item.slogan {
    display: none;
  }
}
.header_1 .header__item.menu_catalog {
  margin-top: 5px;
}
.header_1 .header__item.search .top-search {
  margin-top: 5px;
}
.header_1 .header__item.personal .btn-icon.js-ajax-auth-link {
  cursor: pointer;
}
.header_1 .header__item.personal .personal__menu {
  border-radius: 10px;
  inset: 0px 0px auto auto !important;
  padding: 0;
}
.header_1 .header__item.personal .personal__menu li a {
  padding: 6px 15px;
  color: var(--dark);
}
.header_1 .header__item.personal .personal__menu li a:active {
  background-color: var(--white);
}
.header_1 .header__item.personal .personal__menu li a:hover {
  color: var(--basic);
}
.header_1 .header__item.personal .personal__menu li a.root_item {
  background-color: #eee;
  font-weight: 600;
}
.header_1 .header__item.personal .personal__menu li a i {
  margin-top: 2px;
}
.header_1 .header__item.personal:hover .dropdown-menu {
  display: block;
  margin-top: 50px;
}
.header_1 .header__item.personal .dropdown-toggle::after {
  content: none;
}
.header_1 .header__item .btn-icon {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  color: var(--dark);
  padding: 2px 0;
}
.header_1 .header__item .btn-icon i {
  font-size: 24px;
}
.header_1 .header__item .btn-icon span {
  text-decoration: none;
}
.header_1 .header__item .btn-icon:hover i, .header_1 .header__item .btn-icon:hover span {
  color: var(--base-color);
}
@media (max-width: 1200px) {
  .header_1 .header__item .btn-icon .header__group {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .header_1 .header__item .btn-icon span {
    display: none;
  }
}

.header-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
}

.main .title-wrap {
  margin-bottom: 10px;
}
.main .sidebar {
  overflow: clip;
}
.footer__container.footer_1 {
  padding: 20px 0;
}
.footer__container.footer_1 .row_1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.footer__container.footer_1 .bottom-menu__title {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 18px;
}
.footer__container.footer_1 .bottom-menu__title a {
  text-decoration: none;
  color: var(--dark);
}
.footer__container.footer_1 .bottom-menu__title a:hover {
  color: var(--link-color);
}
.footer__container.footer_1 .bottom-menu__items .bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__container.footer_1 .bottom-menu__items .bottom-menu li a {
  color: #888;
}
.footer__container.footer_1 .bottom-menu__items .bottom-menu li a:hover {
  color: var(--link-color);
}

.footer-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  /*background-image: url('images/footer_1-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;*/
  background-color: var(--white);
  border-top: 1px solid #ededed;
}

#header-ajax-auth {
  border-radius: 10px;
  font-size: var(--fs-base);
}

.header-ajax-auth {
  width: 400px;
}
.header-ajax-auth .header-ajax-auth__header {
  padding: 15px 20px;
  border-bottom: 1px solid var(--base-color);
  margin: 0 -10px;
}
.header-ajax-auth .header-ajax-auth__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px;
}
.header-ajax-auth .header-ajax-auth__close:hover {
  background-color: #efefef;
}
.header-ajax-auth .header-ajax-auth__body {
  padding: 15px 20px;
  margin: 0 -10px;
}
.header-ajax-auth .header-ajax-auth__error {
  margin: 0 -10px;
}
.header-ajax-auth .header-ajax-auth__error.alert {
  padding: 0px 20px;
}
.header-ajax-auth .row_storepassw {
  margin-bottom: 10px;
}
.header-ajax-auth .row_storepassw .form-check-input {
  margin-top: -1px;
}
.header-ajax-auth .row_newuser {
  margin: 20px 0 0 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  position: relative;
}

body {
  height: 100vh;
  position: static;
  font-family: "Roboto", sans-serif;
}

.maxwidth {
  max-width: calc(var(--maxwidth) + var(--maxwidth-padding-gap, 32px));
  padding-inline: calc(var(--maxwidth-padding-gap, 32px) / 2);
  margin: 0 auto;
}

.sticky-block {
  position: sticky;
  top: 0;
}

.required-star {
  color: red;
}

.border-1 {
  border: 1px solid #333;
}

.hidden {
  display: none;
}

/*# sourceMappingURL=template_styles.css.map */
